FHIR Implementation Guide BirthCare v1.2
Inhoud
- 1 Introduction
- 2 Actors involved
- 3 Boundaries and relationships
- 4 FHIR Resources and StructureDefinitions
- 5 Use cases
- 5.1 Introduction
- 5.2 Use case: Client collects data from healthcare providers about her pregnancy in her personal health environment
- 5.3 Use case: Midwife data
- 5.4 Use case: Maternity data
- 5.5 Use case: Neonatology
- 5.6 Use case: Youth care
- 5.7 Use case: Minimum data set (Perined)
- 5.8 Use case: Ultrasound data
- 5.9 Use case: PDF/A
- 5.10 Use case: Screening (RIVM): counseling
- 5.11 Use case: Screening (RIVM): Non-invasive prenatal screening (NIPT) request
- 5.12 Use case: Screening (RIVM): Non-invasive prenatal screening (NIPT) result
- 5.13 Use case: Screening (RIVM): Ultrasound scan (SEO) request 1st term
- 5.14 Use case: Screening (RIVM): Ultrasound scan (SEO) result 1st term
- 5.15 Use case: Screening (RIVM): Ultrasound scan (SEO) result 2nd term
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
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 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).
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.
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).
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
De Use cases zijn nog in ontwikkeling en nog niet allemaal geschikt voor gebruik! |
Introduction
Birthcare supports the following (types of) use cases.
- Patient use cases, in a personal health record (PHR) context
- Pregnancy data
- Health provider use cases, in a primary care context
- Midwife data
- Maternity data
- Neonatology data
- Youth care data
- Ultrasound data
- Lab results
- PDF/A
- Secondary use of data
- Minimum data set (Perined): obstetrics
- Screening (RIVM): counseling
- Screening (RIVM): Non-invasive prenatal screening (NIPT) request
- Screening (RIVM): Non-invasive prenatal screening (NIPT) result
- Screening (RIVM): Ultrasound scan (SEO) request 1st term
- Screening (RIVM): Ultrasound scan (SEO) result 1st term
- 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.
Based on ART-DECOR transaction version: 2021-04-06T15:01:01
PWD 3.2 to FHIR | ||||||||||||
Type | # | Concept | Card | Profile | Mapping | |||||||
1313 | Administratief | 1 .. 1 | ||||||||||
750 | Contact | 0 .. * | bc-Encounter | Encounter | ||||||||
751 | ContactType | 1 .. 1 | bc-Encounter | Encounter.class | ||||||||
3690 | ContactSoort | 0 .. 1 | bc-Encounter | Encounter.type | ||||||||
752 | ContactMet | 0 .. 1 | bc-Encounter | Encounter.participant.individual | ||||||||
1868 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner.participant.individual | ||||||||
754 | Locatie | 0 .. 1 | bc-Encounter | Encounter.serviceProvider | ||||||||
1881 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
756 | BeginDatumTijd | 1 .. 1 | bc-Encounter | Encounter.period.start | ||||||||
757 | EindDatumTijd | 1 .. 1 | bc-Encounter | Encounter.period.end | ||||||||
758 | RedenContact | 1 .. * | bc-Encounter | Encounter.diagnosis | ||||||||
759 | Probleem | 0 .. 1 | zib-Problem | Condition | ||||||||
1984 | Vrouw/ moeder | 0 .. 1 | zib-Problem | Condition.subject | ||||||||
3828 | Probleem (Algemene anamnese) | 0 .. 1 | zib-Problem | Condition | ||||||||
3831 | Probleem (Psychiatrie) | 0 .. 1 | zib-Problem | Condition | ||||||||
3829 | Probleem (Sociale problemen) | 0 .. 1 | zib-Problem | Condition | ||||||||
3832 | Probleem (Misbruik/ Geweld) | 0 .. 1 | zib-Problem | Condition | ||||||||
3830 | Probleem (Zwangerschap) | 0 .. 1 | bc-DisorderOfPregnancy | Condition | ||||||||
1928 | Probleem (Maternaal) | 0 .. 1 | bc-DisorderPostPartum | Condition | ||||||||
3833 | Probleem (Postpartum complicatie) | 0 .. 1 | bc-DisorderPostPartum | Condition | ||||||||
1985 | Kind | 0 .. 1 | bc-DisorderOfChild | Condition.subject | ||||||||
1981 | Probleem (Kindspecifieke maternale problemen) | 0 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
1983 | Probleem (ProblematiekKind) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8781 | Probleem (Geboortetrauma) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8782 | Probleem (Congenitale aandoeningen) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8783 | Probleem_Huid | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8784 | Probleem_Hoofd/Hals | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8785 | Probleem_Thorax | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8786 | Probleem_Abdomen | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8787 | Probleem_Rug | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8788 | Probleem_Extremiteiten | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8789 | Probleem_Genitalia | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8790 | Probleem_Neurologie | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
10682 | Probleem (OpnameIndicatie_LNR) | 0 .. 1 | nvt | |||||||||
10683 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite | ||||||||
10684 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
10685 | ProbleemType | 0 .. 1 | bc-DisorderOfChild | Condition.category | ||||||||
10686 | ProbleemNaam | 0 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
10687 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfChild | Condition.onsetDateTime:onsetDateTime | ||||||||
10688 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfChild | Condition.abatementDateTime:abatementDateTime | ||||||||
10689 | ProbleemStatus | 0 .. 1 | bc-DisorderOfChild | Condition.clinicalStatus | ||||||||
10690 | VerificatieStatus | 0 .. 1 | bc-DisorderOfChild | Condition.verificationStatus | ||||||||
10691 | Toelichting | 0 .. 1 | bc-DisorderOfChild | Condition.note | ||||||||
769 | Verrichting | 0 .. 1 | zib-Procedure | Procedure | ||||||||
1986 | Vrouw/ moeder | 0 .. 1 | zib-Procedure | Procedure.subject | ||||||||
3834 | Verrichting (Algemene anamnese) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
3835 | Verrichting (Zwangerschap) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
1970 | Verrichting (Maternaal) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
3836 | Verrichting (Onderzoek) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
3837 | Verrichting (Postpartum complicatie) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
1987 | Kind | 0 .. 1 | bc-Birth | Procedure.subject | ||||||||
1982 | Verrichting (Kindspecifieke maternale verrichtingen) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
8791 | Verrichting (Ondersteuning opvang) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
8792 | Chirurgische ingrepen (Verrichting) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
8793 | Verrichting (Problematiek kind) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
763 | AfwijkendeUitslag | 0 .. 1 | bc-Encounter | Encounter.reason.text | ||||||||
8780 | Toelichting reden contact | 0 .. 1 | bc-Encounter | Encounter.reason.text | ||||||||
764 | Herkomst | 0 .. 1 | bc-Encounter | Encounter.hospitalization.admitSource | ||||||||
765 | Bestemming | 0 .. 1 | bc-Encounter | Encounter.hospitalization.dischargeDisposition | ||||||||
675 | Patient | 1 .. * | nl-core-patient | Patient* | ||||||||
3197 | Naamgegevens | 1 .. 1 | nl-core-patient | Patient.name | ||||||||
3198 | Voornamen | 0 .. 1 | nl-core-patient | Patient.name.given | ||||||||
3199 | Initialen | 0 .. 1 | nl-core-patient | Patient.name.given | ||||||||
3200 | Roepnaam | 0 .. 1 | nl-core-patient | Patient.name.given | ||||||||
3201 | Naamgebruik | 0 .. 1 | nl-core-patient | Patient.name.use | ||||||||
3202 | Geslachtsnaam | 0 .. 1 | nl-core-patient | Patient.name.family:humannameOwnName | ||||||||
3203 | Voorvoegsels | 0 .. 1 | nl-core-patient | Patient.name.family:humannameOwnPrefix | ||||||||
3204 | Achternaam | 1 .. 1 | nl-core-patient | Patient.name.family:humannameOwnName | ||||||||
3205 | GeslachtsnaamPartner | 0 .. 1 | nl-core-patient | Patient.name.family:humannamePartnerName | ||||||||
3206 | VoorvoegselsPartner | 0 .. 1 | nl-core-patient | Patient.name.family:humannamePartnerPrefix | ||||||||
3207 | AchternaamPartner | 1 .. 1 | nl-core-patient | Patient.name.family:humannamePartnerName | ||||||||
3208 | Adresgegevens | 0 .. * | nl-core-patient | Patient.address | ||||||||
3209 | Straat | 0 .. 1 | nl-core-patient | Patient.address.line.streetName | ||||||||
3210 | Huisnummer | 0 .. 1 | nl-core-patient | Patient.address.line.houseNumber | ||||||||
3211 | Huisnummerletter | 0 .. 1 | nl-core-patient | Patient.address.line.buildingNumbersuffix | ||||||||
3212 | Huisnummertoevoeging | 0 .. 1 | nl-core-patient | Patient.address.line.additionalLocator | ||||||||
3213 | AanduidingBijNummer | 0 .. 1 | nl-core-patient | Patient.address.line.additionalLocator | ||||||||
3214 | Postcode | 0 .. 1 | nl-core-patient | Patient.address.postalCode | ||||||||
3215 | Woonplaats | 0 .. 1 | nl-core-patient | Patient.address.city | ||||||||
3216 | Gemeente | 0 .. 1 | nl-core-patient | Patient.address.district | ||||||||
3217 | Land | 0 .. 1 | nl-core-patient | Patient.address.country | ||||||||
3218 | AdditioneleInformatie | 0 .. 1 | nl-core-patient | Patient.address | ||||||||
3219 | AdresSoort | 0 .. 1 | nl-core-patient | Patient.address.use | ||||||||
3220 | Contactgegevens | 0 .. 1 | nl-core-patient | Patient.telecom | ||||||||
3221 | Telefoonnummers | 0 .. * | nl-core-patient | Patient.telecom.value | ||||||||
3222 | Telefoonnummer | 0 .. 1 | nl-core-patient | Patient.telecom.value | ||||||||
3223 | TelecomType | 0 .. 1 | nl-core-patient | Patient.telecom:extension:TelecomType | ||||||||
3224 | NummerSoort | 0 .. 1 | nl-core-patient | Patient.telecom.use | ||||||||
3225 | EmailAdressen | 0 .. * | nl-core-patient | Patient.telecom.value | ||||||||
3226 | EmailAdres | 0 .. 1 | nl-core-patient | Patient.telecom.value | ||||||||
3227 | EmailSoort | 0 .. 1 | nl-core-patient | Patient.telecom.use | ||||||||
682 | Identificatienummer | 0 .. * | nl-core-patient | Patient.identifier | ||||||||
9861 | GeborenIndicator | 0 .. 1 | bc-child | Patient.extension.born | ||||||||
683 | Geboortedatum | 0 .. 1 | nl-core-patient | Patient.birthDate | ||||||||
684 | Geslacht (administratief) | 1 .. 1 | nl-core-patient | Patient.gender | ||||||||
10776 | Geslacht (identiteit) | 0 .. 1 | bc-Woman | Patient.extension:genderIdentity | ||||||||
685 | MeerlingIndicator | 0 .. 1 | nl-core-patient | Patient.multipleBirthBoolean | ||||||||
3358 | Rangnummer | 0 .. 1 | nl-core-patient | Patient.multipleInteger | ||||||||
686 | OverlijdensIndicator | 0 .. 1 | nl-core-patient | Patient.deceasedBoolean | ||||||||
687 | DatumOverlijden | 0 .. 1 | nl-core-patient | Patient.deceasedDateTime | ||||||||
956 | Zorgaanbieder | 1 .. * | nl-core-organization | Organization | ||||||||
957 | ZorgaanbiederIdentificatienummer | 1 .. * | nl-core-organization | Organization.identifier | ||||||||
958 | OrganisatieNaam | 1 .. 1 | nl-core-organization | Organization.name | ||||||||
3236 | Adresgegevens | 0 .. 1 | nl-core-organization | Organization.address | ||||||||
3237 | Straat | 0 .. 1 | nl-core-organization | Organization.address.line.streetName | ||||||||
3238 | Huisnummer | 0 .. 1 | nl-core-organization | Organization.address.line.houseNumber | ||||||||
3239 | Huisnummerletter | 0 .. 1 | nl-core-organization | Organization.address.line:extension:buildingNumbersuffix | ||||||||
3240 | Huisnummertoevoeging | 0 .. 1 | nl-core-organization | Organization.address.line:extension:buildingNumbersuffix | ||||||||
3241 | AanduidingBijNummer | 0 .. 1 | nl-core-organization | Organization.address.line:extension:additionalLocator | ||||||||
3242 | Postcode | 0 .. 1 | nl-core-organization | Organization.address.postalCode | ||||||||
3243 | Woonplaats | 0 .. 1 | nl-core-organization | Organization.address.city | ||||||||
3244 | Gemeente | 0 .. 1 | nl-core-organization | Organization.address.district | ||||||||
3245 | Land | 0 .. 1 | nl-core-organization | Organization.address.country | ||||||||
3246 | AdditioneleInformatie | 0 .. 1 | nl-core-organization | Organization.address.line.extension | ||||||||
3247 | AdresSoort | 0 .. 1 | nl-core-organization | Organization.address.use/.type (via conceptMap) | ||||||||
965 | OrganisatieType | 1 .. 1 | nl-core-organization | Organization.type | ||||||||
978 | Zorgverlener | 1 .. * | nl-core-practitioner | Practitioner | ||||||||
979 | ZorgverlenerIdentificatienummer | 1 .. * | nl-core-practitioner | Practitioner.identifier | ||||||||
3248 | Naamgegevens | 1 .. 1 | nl-core-practitioner | Practitioner.name | ||||||||
3249 | Voornamen | 0 .. 1 | nl-core-practitioner | Practitioner.name.given | ||||||||
3250 | Initialen | 0 .. 1 | nl-core-practitioner | Practitioner.name.given | ||||||||
3251 | Roepnaam | 0 .. 1 | nl-core-practitioner | Practitioner.name.given | ||||||||
3252 | Naamgebruik | 0 .. 1 | nl-core-practitioner | Practitioner.name:extension:humannameAssemblyOrder | ||||||||
3253 | Geslachtsnaam | 1 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannameOwnName | ||||||||
3254 | Voorvoegsels | 0 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannameOwnPrefix | ||||||||
3255 | Achternaam | 1 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humanNameOwnName | ||||||||
3256 | GeslachtsnaamPartner | 0 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannamePartnerName | ||||||||
3257 | VoorvoegselsPartner | 0 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannamePartnerPrefix | ||||||||
3258 | AchternaamPartner | 0 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannamePartnerName | ||||||||
2219 | Specialisme | 1 .. 1 | nl-core-practitionerrole | PractitionerRole.specialty | ||||||||
3271 | Contactgegevens | 0 .. 1 | nl-core-practitioner | Practitioner.telecom | ||||||||
3272 | Telefoonnummers | 0 .. * | nl-core-practitioner | Practitioner.telecom.value | ||||||||
3273 | Telefoonnummer | 1 .. 1 | nl-core-practitioner | Practitioner.telecom.value | ||||||||
3274 | TelecomType | 1 .. 1 | nl-core-practitioner | Practitioner.telecom:extension:TelecomType | ||||||||
1678 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
989 | ZorgverlenersRol | 0 .. 1 | bc-Encounter | Encounter.participant.type | ||||||||
1314 | Zorgverlening | 1 .. * | nvt | |||||||||
3399 | ZorgEpisode | 1 .. * | bc-MaternalRecord | EpisodeOfCare | ||||||||
3400 | BeginDatum | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare.period.start | ||||||||
3401 | EindDatum | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare.period.end | ||||||||
674 | Vrouw | 1 .. 1 | bc-Woman | Patient | ||||||||
1713 | Demografische gegevens | 1 .. 1 | bc-Woman | Patient | ||||||||
1434 | Patient | 1 .. 1 | bc-Woman | Patient | ||||||||
1127 | Bloedonderzoek | 0 .. * | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1139 | LaboratoriumTest_Bloedgroep | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
1151 | LaboratoriumTest_Rhesus D | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
1163 | LaboratoriumTest_Rhesus c | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
25 | Zwangerschapsgegevens | 1 .. 1 | bc-MaternalRecord | EpisodeOfCare | ||||||||
1699 | Coördinerend zorgverlener | 1 .. 1 | bc-MaternalRecord | EpisodeOfCare.careManager | ||||||||
9662 | Zorgverlener | 1 .. 1 | nl-core-practitioner | Practitioner | ||||||||
3341 | Zwangerschap | 1 .. 1 | zib-Pregnancy | Condition | ||||||||
3342 | Zwangerschapsduur | 1 .. 1 | zib-Pregnancy-PregnancyDuration | Observation.value[x]:valueQuantity | ||||||||
3343 | Pariteit | 1 .. 1 | zib-Pregnancy-Parity | Observation.value[x]:valueQuantity | ||||||||
3344 | Graviditeit | 1 .. 1 | zib-Pregnancy-Gravidity | Observation.value[x]:valueQuantity | ||||||||
3345 | Toelichting | 0 .. 1 | zib-Pregnancy | Condition.note | ||||||||
3346 | ATermeDatumItems | 1 .. * | bc-PregnancyObservation | Observation | ||||||||
3347 | ATermeDatum | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueDateTime | ||||||||
3348 | BepalingsMethode | 1 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
3349 | DatumBepaling | 1 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
3350 | DatumLaatsteMenstruatie | 1 .. 1 | zib-Pregnancy-DateLastMenstruation | Observation.value[x]:valueDateTime | ||||||||
1729 | Datum einde zwangerschap | 0 .. * | bc-PregnancyObservation | Observation.value[x]:valueDateTime | ||||||||
2220 | Definitieve à terme datum (Observatie) | 0 .. 1 | bc-PregnancyObservation | Observation | ||||||||
2221 | Definitieve à terme DatumTijd | 0 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2223 | Definitieve à terme Waarde | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueDateTime | ||||||||
2224 | Definitieve à terme Methode | 0 .. 1 | bc-PregnancyObservation | Observation.method.coding:aTermMethod | ||||||||
2225 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
1837 | Aantal foetussen (Observatie) | 1 .. 1 | bc-PregnancyObservation | Observation | ||||||||
1838 | AantalFoetussenDatumTijd | 0 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
1840 | AantalFoetussenWaarde | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueQuantity | ||||||||
1841 | ObservatieMethode | 0 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
1843 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
1711 | Meerling zwangerschap (Observatie) | 0 .. 1 | bc-PregnancyObservation | Observation | ||||||||
1825 | MeerlingZwangerschapDatumTijd | 0 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2231 | TyperingGemellizwangerschapWaarde | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueCodeableConcept | ||||||||
1845 | Aantal foetussen (Observatie) | 1 .. 1 | bc-PregnancyObservation | Observation | ||||||||
1833 | ObservatieMethode | 0 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
1826 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
1734 | Aantal levende kinderen (Observatie) | 0 .. 1 | bc-PregnancyObservation | Observation | ||||||||
1735 | AantalLevendeKinderenDatumTijd | 0 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
1740 | AantalLevendeKinderenWaarde | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueQuantity | ||||||||
1736 | ObservatieMethode | 0 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
1738 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
1817 | Fetal loss (Observatie) | 0 .. 1 | bc-PregnancyObservation | Observation | ||||||||
1818 | FetalLossDatumTijd | 0 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
1820 | FetalLossWaarde | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueQuantity | ||||||||
1821 | ObservatieMethode | 0 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
1824 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
1742 | Foliumzuurgebruik (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
1743 | FoliumzuurgebruikDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
1745 | FoliumzuurgebruikWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
1746 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
1749 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
111 | Prenatale controle | 0 .. * | bc-Encounter | Encounter | ||||||||
10520 | Contact | 0 .. 1 | bc-Encounter | Encounter | ||||||||
7025 | Zwangerschapsduur | 0 .. 1 | zib-Pregnancy-PregnancyDuration | Observation.value[x]:valueQuantity | ||||||||
2134 | Leven voelen (Observatie) | 0 .. 1 | bc-PregnancyObservation | Observation | ||||||||
2135 | LevenVoelenDatumTijd | 1 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2137 | LevenVoelenWaarde | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2138 | ObservatieMethode | 0 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
2141 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
1078 | Lichaamsgewicht | 0 .. 1 | zib-BodyWeight | Observation | ||||||||
1072 | Bloeddruk | 0 .. 1 | zib-BloodPressure | Observation | ||||||||
121 | AlcoholGebruik | 0 .. 1 | zib-AlcoholUse | Observation | ||||||||
122 | Toelichting | 0 .. 1 | zib-AlcoholUse | Observation.comment | ||||||||
123 | AlcoholGebruikStatus | 0 .. 1 | zib-AlcoholUse | Observation.value[x]:valueCodeableConcept | ||||||||
124 | WaarnemingGebruik | 0 .. 1 | zib-AlcoholUse | Observation.effectivePeriod | ||||||||
125 | StartDatum | 0 .. 1 | zib-AlcoholUse | Observation.effective[x]:effectivePeriod.start | ||||||||
126 | StopDatum | 0 .. 1 | zib-AlcoholUse | Observation.effective[x]:effectivePeriod.end | ||||||||
127 | Hoeveelheid | 0 .. 1 | zib-AlcoholUse | Observation.component:amount.valueQuantity | ||||||||
112 | DrugsGebruik | 0 .. * | zib-DrugUse | Observation | ||||||||
117 | Toelichting | 0 .. 1 | zib-DrugUse | Observation.comment | ||||||||
119 | DrugsGebruikStatus | 0 .. 1 | zib-DrugUse | Observation.value[x]:valueCodeableConcept | ||||||||
118 | DrugsOfGeneesmiddelSoort | 0 .. 1 | zib-DrugUse | Observation.component:DrugOrMedicationType.valueCodeableConcept | ||||||||
120 | Toedieningsweg | 0 .. 1 | zib-DrugUse | Observation.component:RouteOfAdministration.valueCodeableConcept | ||||||||
113 | WaarnemingGebruik | 0 .. 1 | zib-DrugUse | Observation.effectivePeriod | ||||||||
114 | StartDatum | 0 .. 1 | zib-DrugUse | Observation.effective[x]:effectivePeriod.start | ||||||||
115 | StopDatum | 0 .. 1 | zib-DrugUse | Observation.effective[x]:effectivePeriod.end | ||||||||
116 | Hoeveelheid | 0 .. 1 | zib-DrugUse | Observation.component:amount.valueQuantity | ||||||||
2243 | TabakGebruik | 0 .. * | zib-TobaccoUse | Observation | ||||||||
2244 | Toelichting | 0 .. 1 | zib-TobaccoUse | Observation.comment | ||||||||
2246 | TabakGebruikStatus | 0 .. 1 | zib-TobaccoUse | Observation.value[x]:valueCodeableConcept | ||||||||
2245 | SoortTabakGebruik | 0 .. 1 | zib-TobaccoUse | Observation.component:TypeOfTobaccoUsed.valueCodeabelConcet | ||||||||
2247 | WaarnemingGebruik | 0 .. 1 | zib-TobaccoUse | Observation.effectivePeriod | ||||||||
2248 | StartDatum | 0 .. 1 | zib-TobaccoUse | Observation.effective[x]:effectivePeriod.start | ||||||||
2249 | StopDatum | 0 .. 1 | zib-TobaccoUse | Observation.effective[x]:effectivePeriod.end | ||||||||
2250 | Hoeveelheid | 0 .. 1 | zib-TobaccoUse | Observation.component:amount.valueQuantity | ||||||||
2251 | PackYears | 0 .. 1 | zib-TobaccoUse | Observation.component:PackYears.valueQuantity | ||||||||
1775 | Uitwendig onderzoek | 0 .. * | nvt | |||||||||
10521 | Bevindingen Moeder | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3415 | Fundushoogte (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3417 | FundushoogteWaarde | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueQuantity | ||||||||
3418 | MeetMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3421 | MeetDatumBeginTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3422 | MeetDatumEindTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3423 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
3424 | AnatomischeLocatieMeting | 0 .. 1 | bc-MaternalObservation | Observation.bodySite | ||||||||
3425 | Locatie | 0 .. 1 | bc-MaternalObservation | Observation.bodySite | ||||||||
4048 | Fundusstand (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
4050 | FundusstandWaarde | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4051 | MeetMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
4054 | MeetDatumBeginTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
4055 | MeetDatumEindTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
4056 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
4057 | AnatomischeLocatieMeting | 0 .. 1 | bc-MaternalObservation | Observation.bodySite | ||||||||
4058 | Locatie | 0 .. 1 | bc-MaternalObservation | Observation.bodySite | ||||||||
10522 | Bevindingen Foetus | 0 .. * | bc-MaternalObservation | Observation | ||||||||
4060 | LiggingFoetus (Meting) | 1 .. * | bc-MaternalObservation | Observation | ||||||||
4062 | LiggingFoetusWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4066 | MeetDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
4067 | MeetDatumEindTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
4069 | AnatomischeLocatieMeting | 1 .. 1 | bc-MaternalObservation | Observation.bodySite | ||||||||
4070 | Locatie | 1 .. 1 | bc-MaternalObservation | Observation.bodySite | ||||||||
4072 | IndalingFoetus(Meting) | 1 .. * | bc-MaternalObservation | Observation | ||||||||
4074 | IndalingFoetusWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4078 | MeetDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
4079 | MeetDatumEindTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
4081 | AnatomischeLocatieMeting | 1 .. 1 | bc-MaternalObservation | Observation.bodySite | ||||||||
4082 | Locatie | 1 .. 1 | bc-MaternalObservation | Observation.bodySite | ||||||||
1776 | Foetale hartslag (Hartfrequentie) | 0 .. * | bc-FetalHeartRate | Observation | ||||||||
1778 | HartfrequentieDatumTijd | 0 .. 1 | bc-FetalHeartRate | Observation.effective[x]:effectiveDateTime | ||||||||
1777 | HartfrequentieWaarde | 1 .. 1 | bc-FetalHeartRate | Observation.value[x]:valueQuantity | ||||||||
1779 | HartslagMeetMethode | 0 .. 1 | bc-FetalHeartRate | Observation.method | ||||||||
1781 | HartslagRegelmatigheid | 1 .. 1 | bc-FetalHeartRate | Observation.component:heartRateRegularity.value[x]:valueCodeableConcept | ||||||||
1782 | InterpretatieFrequentie | 1 .. 1 | bc-FetalHeartRate | Observation.interpretation | ||||||||
1780 | Toelichting | 0 .. 1 | bc-FetalHeartRate | Observation.comment | ||||||||
1180 | Probleem (Zwangerschap) | 0 .. * | bc-DisorderOfPregnancy | Condition | ||||||||
1181 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfPregnancy | Condition.bodySite | ||||||||
1182 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfPregnancy | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1183 | ProbleemType | 0 .. 1 | bc-DisorderOfPregnancy | Condition.category | ||||||||
1184 | ProbleemNaam | 1 .. 1 | bc-DisorderOfPregnancy | Condition.code | ||||||||
8654 | Ernst oedeem | 1 .. 1 | bc-DisorderOfPregnancy | Condition.severity | ||||||||
7894 | Vermoeden iuvd op basis van | 1 .. 1 | bc-DisorderOfPregnancy | Condition.evidence.code | ||||||||
1185 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfPregnancy | Condition.onsetDateTime:onsetDateTime | ||||||||
1186 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfPregnancy | Condition.abatementDateTime:abatementDateTime | ||||||||
3409 | Zwangerschapsduur | 1 .. 1 | zib-Pregnancy-PregnancyDuration | Observation.value[x]:valueQuantity | ||||||||
1187 | ProbleemStatus | 1 .. 1 | bc-DisorderOfPregnancy | Condition.clinicalStatus | ||||||||
1188 | VerificatieStatus | 0 .. 1 | bc-DisorderOfPregnancy | Condition.verificationStatus | ||||||||
1189 | Toelichting | 0 .. 1 | bc-DisorderOfPregnancy | Condition.note | ||||||||
1190 | Verrichting (Zwangerschap) | 0 .. * | bc-ObstetricProcedure | Procedure | ||||||||
1191 | VerrichtingStartDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.start | ||||||||
1192 | VerrichtingEindDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.end | ||||||||
3408 | Zwangerschapsduur | 0 .. 1 | zib-Pregnancy-PregnancyDuration | Observation.value[x]:valueQuantity | ||||||||
1193 | VerrichtingAnatomischeLocatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite | ||||||||
1194 | VerrichtingLateraliteit | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite.extension:ProcedureLaterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1195 | Indicatie | 0 .. * | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
1207 | Probleem (Zwangerschap) | 0 .. 1 | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
1197 | VerrichtingType | 1 .. 1 | bc-ObstetricProcedure | Procedure.code | ||||||||
1198 | VerrichtingMethode | 0 .. * | bc-ObstetricProcedure | Procedure.extension:procedureMethod | ||||||||
1199 | MedischHulpmiddel | 0 .. * | bc-ObstetricProcedure | Procedure.focalDevice.manipulated | ||||||||
10433 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
1201 | Locatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
1312 | Zorgaanbieder | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
1203 | Uitvoerder | 0 .. * | bc-ObstetricProcedure | Procedure.performer | ||||||||
1310 | Zorgverlener | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
1205 | Aanvrager | 0 .. * | zib-ProcedureRequest | ProcedureRequest.requester | ||||||||
1311 | Zorgverlener | 0 .. 1 | zib-ProcedureRequest | ProcedureRequest.requester | ||||||||
37 | Bevalling | 0 .. 1 | bc-DeliveryProcedure | Procedure | ||||||||
3411 | Partusnummer | 0 .. 1 | bc-DeliveryProcedure | Procedure.identifier | ||||||||
10694 | Zwangerschapsduur | 1 .. 1 | zib-Pregnancy-PregnancyDuration | Observation.value[x]:valueQuantity | ||||||||
1564 | Probleem (Maternaal) | 0 .. * | bc-DisorderOfLaborAndDelivery | Condition | ||||||||
1565 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.bodySite | ||||||||
1566 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition | ||||||||
1567 | ProbleemType | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.category | ||||||||
1568 | ProbleemNaam | 1 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.code | ||||||||
7917 | Vermoeden iuvd op basis van | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.evidence.code | ||||||||
1569 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.onsetDateTime:onsetDateTime | ||||||||
1570 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.abatementDateTime:abatementDateTime | ||||||||
3412 | Zwangerschapsduur | 1 .. 1 | zib-Pregnancy-PregnancyDuration | Observation | ||||||||
1571 | ProbleemStatus | 1 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.clinicalStatus | ||||||||
1572 | VerificatieStatus | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.verificationStatus | ||||||||
1573 | Toelichting | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.note | ||||||||
1547 | Verrichting (Maternaal) | 0 .. * | bc-ObstetricProcedure | Procedure | ||||||||
1548 | VerrichtingStartDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.start | ||||||||
1549 | VerrichtingEindDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.end | ||||||||
3413 | Zwangerschapsduur | 0 .. 1 | zib-Pregnancy-PregnancyDuration | Observation | ||||||||
1550 | VerrichtingAnatomischeLocatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite | ||||||||
1551 | VerrichtingLateraliteit | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite.extension:ProcedureLaterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1552 | Indicatie | 0 .. * | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
1583 | Probleem (Maternaal) | 0 .. 1 | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
1554 | VerrichtingType | 1 .. 1 | bc-ObstetricProcedure | Procedure.code | ||||||||
10280 | Moment amniotomie | 0 .. 1 | bc-ObstetricProcedure | Procedure.extension:partusPhase | ||||||||
1555 | VerrichtingMethode | 0 .. * | bc-ObstetricProcedure | Procedure.extension:procedureMethod | ||||||||
1556 | MedischHulpmiddel | 0 .. * | bc-ObstetricProcedure | Procedure.focalDevice | ||||||||
10434 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
1558 | Locatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
10435 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
1560 | Uitvoerder | 0 .. * | bc-ObstetricProcedure | Procedure.performer | ||||||||
10436 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
1562 | Aanvrager | 0 .. * | zib-ProcedureRequest | ProcedureRequest.requester | ||||||||
10438 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
38 | Ontsluitingsfase | 0 .. 1 | nvt | |||||||||
4084 | Actieve Ontsluiting (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4085 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4087 | BeginActieveOntsluitingWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueDateTime | ||||||||
4088 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4095 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
4096 | Wijze Begin Baring (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4097 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4099 | BeginBaringWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4100 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4107 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
39 | Uitdrijvingsfase | 0 .. * | bc-Birth | Procedure | ||||||||
9685 | Patient | 0 .. 1 | bc-Woman | Patient | ||||||||
4144 | Type Partus (Observatie) | 1 .. 1 | bc-BirthObservation | Observation | ||||||||
4145 | ObservatieDatumTijd | 0 .. 1 | bc-BirthObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4147 | TypePartusWaarde | 1 .. 1 | bc-BirthObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4148 | ObservatieMethode | 0 .. 1 | bc-BirthObservation | Observation.method | ||||||||
4155 | Toelichting | 0 .. 1 | bc-BirthObservation | Observation.comment | ||||||||
4193 | Werkelijke plaats baring (type locatie) (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4194 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4196 | WerkelijkePlaatsBaringWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4197 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4204 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
1587 | Ziekenhuis baring | 0 .. 1 | bc-DeliveryProcedure | Procedure.performer.actor | ||||||||
1588 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
1591 | Probleem (Kindspecifieke maternale problemen) | 0 .. * | bc-DisorderOfLaborAndDelivery | Condition | ||||||||
1592 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.bodySite | ||||||||
1593 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1594 | ProbleemType | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.category | ||||||||
1595 | ProbleemNaam | 1 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.code | ||||||||
1596 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.onsetDateTime:onsetDateTime | ||||||||
1597 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.abatementDateTime:abatementDateTime | ||||||||
1598 | ProbleemStatus | 1 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.clinicalStatus | ||||||||
1599 | VerificatieStatus | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.verificationStatus | ||||||||
1600 | Toelichting | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.note | ||||||||
1603 | Verrichting (Kindspecifieke maternale verrichtingen) | 0 .. * | bc-ObstetricProcedure | Procedure | ||||||||
1604 | VerrichtingStartDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.start | ||||||||
1605 | VerrichtingEindDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.end | ||||||||
1606 | VerrichtingAnatomischeLocatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite | ||||||||
1607 | VerrichtingLateraliteit | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite.extension:ProcedureLaterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1608 | Indicatie | 0 .. * | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
1620 | Probleem (Kindspecifieke maternale problemen) | 0 .. 1 | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
1610 | VerrichtingType | 1 .. 1 | bc-ObstetricProcedure | Procedure.code | ||||||||
7919 | Beslismoment sectio caesarea | 0 .. 1 | bc-ObstetricProcedure | Procedure.extension:decisionMoment | ||||||||
1611 | VerrichtingMethode | 0 .. * | bc-ObstetricProcedure | Procedure.extension:procedureMethod | ||||||||
1612 | MedischHulpmiddel | 0 .. * | bc-ObstetricProcedure | Procedure.focalDevice | ||||||||
10452 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
1614 | Locatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
10453 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
1616 | Uitvoerder | 0 .. * | bc-ObstetricProcedure | Procedure.performer | ||||||||
10454 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
10455 | Aanvrager | 0 .. * | zib-procedurerequest | ProcedureRequest.requester | ||||||||
10457 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
1404 | Kind | 0 .. * | bc-Child | Patient | ||||||||
1754 | Demografische gegevens | 1 .. 1 | bc-Child | Patient | ||||||||
1378 | Patient | 1 .. 1 | bc-Child | Patient | ||||||||
1407 | Lichamelijk onderzoek kind | 0 .. 1 | nvt | |||||||||
1418 | Geboortegewicht (Lichaamsgewicht) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
1419 | GewichtWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueQuantity | ||||||||
1423 | PercentielGeboortegewicht | 0 .. 1 | bc-ChildObservation | Observation.interpretation | ||||||||
1420 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
1421 | GewichtDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
1422 | Kleding | 0 .. 1 | bc-ChildObservation | Observation.component:clothing.value[x]:valueCodeableConcept | ||||||||
1424 | Lichaamslengte | 0 .. * | zib-BodyHeight | Observation | ||||||||
1425 | LengteWaarde | 1 .. 1 | zib-BodyHeight | Observation.value[x]:valueQuantity | ||||||||
1426 | LengteDatumTijd | 0 .. 1 | zib-BodyHeight | Observation.effective[x]:effectiveDateTime | ||||||||
1427 | Toelichting | 0 .. 1 | zib-BodyHeight | Observation.comment | ||||||||
1429 | Schedelomvang | 0 .. * | zib-HeadCircumference | Observation | ||||||||
1430 | SchedelomvangMeetmethode | 0 .. 1 | zib-HeadCircumference | Observation.method | ||||||||
1431 | Toelichting | 0 .. 1 | zib-HeadCircumference | Observation.comment | ||||||||
1432 | SchedelomvangWaarde | 1 .. 1 | zib-HeadCircumference | Observation.value[x]:valueQuantity | ||||||||
1433 | SchedelomvangDatumTijd | 0 .. 1 | zib-HeadCircumference | Observation.effective[x]:effectiveDateTime | ||||||||
1765 | Bevindingen | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
2706 | Algemene indruk | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
1408 | ApgarScore1min | 1 .. 1 | zib-ApgarScore | Observation | ||||||||
1410 | ApgarScoreTotaal | 1 .. 1 | zib-ApgarScore | Observation.value[x]:valueQuantity | ||||||||
9663 | ApgarScore5min | 1 .. 1 | zib-ApgarScore | Observation | ||||||||
9665 | ApgarScoreTotaal | 1 .. 1 | zib-ApgarScore | Observation.value[x]:valueQuantity | ||||||||
9672 | ApgarScore10min | 0 .. 1 | zib-ApgarScore | Observation | ||||||||
9674 | ApgarScoreTotaal | 1 .. 1 | zib-ApgarScore | Observation.value[x]:valueQuantity | ||||||||
1123 | Medisch onderzoek | 0 .. * | nvt | |||||||||
2416 | Verrichting (Onderzoek) | 0 .. 1 | zib-Procedure | Procedure | ||||||||
2417 | VerrichtingStartDatum | 1 .. 1 | zib-Procedure | Procedure.effectivePeriod.start | ||||||||
2418 | VerrichtingEindDatum | 1 .. 1 | zib-Procedure | Procedure.effectivePeriod.end | ||||||||
2419 | VerrichtingAnatomischeLocatie | 0 .. 1 | zib-Procedure | Procedure.bodySite | ||||||||
2420 | VerrichtingLateraliteit | 0 .. 1 | zib-Procedure | Procedure.bodySite.extension:ProcedureLaterality.value[x]:valueCodeableConcept | ||||||||
2421 | Indicatie | 0 .. 1 | zib-Procedure | Procedure.reasonReference | ||||||||
2422 | Probleem | 0 .. 1 | zib-Problem | Condition | ||||||||
2423 | VerrichtingType | 1 .. 1 | bc-ObstetricProcedure | Procedure.code | ||||||||
2424 | VerrichtingMethode | 0 .. 1 | bc-ObstetricProcedure | Procedure.extension:procedureMethod | ||||||||
2425 | MedischHulpmiddel | 0 .. 1 | bc-ObstetricProcedure | Procedure.focalDevice | ||||||||
10474 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
2427 | Locatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer.actor | ||||||||
2433 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
2429 | Uitvoerder | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer.actor | ||||||||
2434 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
2431 | Aanvrager | 0 .. 1 | zib-ProcedureRequest | Procedure.Requestrequester | ||||||||
2435 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
1124 | Maternale onderzoeksgegevens | 1 .. 1 | bc-MaternalObservation | Observation | ||||||||
1125 | Urine-, bloed- en aanvullende onderzoeken | 1 .. * | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1126 | PSIE | 0 .. * | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1128 | LaboratoriumTest_Bloedgroep | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1129 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
1132 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
1140 | LaboratoriumTest_Rhesus D | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1141 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
1144 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
1152 | LaboratoriumTest_Rhesus c | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1153 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
1156 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
1640 | LaboratoriumTest_ HBsAg | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2367 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
1644 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
1649 | InterpretatieVlaggen | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.interpretation | ||||||||
2356 | LaboratoriumTest_HIV | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2357 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2360 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
2368 | LaboratoriumTest_Lues | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2369 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2372 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2377 | InterpretatieVlaggen | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.interpretation | ||||||||
3501 | Irregulaire antistoffen (Observatie) | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
3502 | IrregulaireAntistoffenDatumTijd | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.effective[x]:effectiveDateTime | ||||||||
3503 | IrregulaireAntistoffenWaarde | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueBoolean | ||||||||
3504 | WelkeAntistoffenWaarde | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
3505 | Toelichting | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.comment | ||||||||
2379 | LaboratoriumTest_Hb | 0 .. * | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2380 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2383 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2401 | Hb typering | 0 .. * | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2491 | LaboratoriumTest_MCV | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2492 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2495 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2513 | LaboratoriumTest_Vitamine B12 | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2514 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2517 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2545 | LaboratoriumTest_Actief-B12 | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2546 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2549 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2524 | LaboratoriumTest_Ferritine | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2525 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2528 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2502 | LaboratoriumTest_Foliumzuur | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2503 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2506 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2535 | Probleem_Hb-pathie | 0 .. * | zib-Problem | Condition | ||||||||
2538 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
2539 | ProbleemNaam | 0 .. 1 | zib-Problem | Condition.code | ||||||||
2540 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
2541 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
2542 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
2543 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
2544 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
1651 | Schildklierdiagnostiek | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1652 | LaboratoriumTest_VrijT4, TSH & TSH receptor antistoffen | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1653 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
1656 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
1663 | TORCH | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2390 | LaboratoriumTest_TORCH | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2391 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2394 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity |
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 | |||||||
1313 | Administratief | 1 .. 1 | ||||||||||
1290 | Betaler | 0 .. 1 | zib-Payer | Coverage | ||||||||
1291 | BetalerPersoon | 0 .. 1 | zib-Payer | Coverage.payor | ||||||||
1292 | BetalerNaam | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.name | ||||||||
1293 | Bankgegevens | 0 .. 1 | zib-Payer | Coverage.payor:extension:bankInformation | ||||||||
1294 | BankNaam | 0 .. 1 | zib-Payer | Coverage.payor:extension:bankInformation.extension:BankName | ||||||||
1295 | Bankcode | 0 .. 1 | zib-Payer | Coverage.payor:extension:bankInformation.extension:AccountNumber | ||||||||
1296 | Rekeningnummer | 0 .. 1 | zib-Payer | Coverage.payor:extension:bankInformation.extension:Bankcode | ||||||||
1297 | Verzekeraar | 0 .. 1 | zib-Payer | Coverage | ||||||||
1298 | Verzekering | 0 .. 1 | zib-Payer | Coverage.payor | ||||||||
1299 | BeginDatumTijd | 0 .. 1 | zib-Payer | Coverage.period.start | ||||||||
1300 | EindDatumTijd | 0 .. 1 | zib-Payer | Coverage.period.end | ||||||||
1301 | Verzekeringssoort | 0 .. 1 | zib-Payer | Coverage.type | ||||||||
1302 | IdentificatieNummer | 0 .. 1 | nl-core-organization | Organization.identifier | ||||||||
1303 | OrganisatieNaam | 0 .. 1 | nl-core-organization | Organization.name | ||||||||
1304 | VerzekerdeNummer | 0 .. 1 | zib-Payer | Coverage.subscriberId | ||||||||
3279 | Adresgegevens | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address | ||||||||
3280 | Straat | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line:line.streetName | ||||||||
3281 | Huisnummer | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line:houseNumber | ||||||||
3282 | Huisnummerletter | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line:extension:buildingNumbersuffix | ||||||||
3283 | Huisnummertoevoeging | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line:extension:buildingNumbersuffix | ||||||||
3284 | AanduidingBijNummer | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line.extension:additionalLocator | ||||||||
3285 | Postcode | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line.postalCode | ||||||||
3286 | Woonplaats | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line.city | ||||||||
3287 | Gemeente | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line.district | ||||||||
3288 | Land | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPersonaddress.country | ||||||||
3289 | AdditioneleInformatie | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line.extension:unitID | ||||||||
3290 | AdresSoort | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.type/.use (via conceptmap) | ||||||||
3291 | Contactgegevens | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom | ||||||||
3292 | Telefoonnummers | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom | ||||||||
3293 | Telefoonnummer | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom.value | ||||||||
3294 | TelecomType | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom:extension:TelecomType | ||||||||
3295 | NummerSoort | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom.use | ||||||||
3296 | EmailAdressen | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom.value | ||||||||
3297 | EmailAdres | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom.value | ||||||||
3298 | EmailSoort | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom.use | ||||||||
750 | Contact | 0 .. * | bc-Encounter | Encounter | ||||||||
751 | ContactType | 1 .. 1 | bc-Encounter | Encounter.class | ||||||||
3690 | ContactSoort | 0 .. 1 | bc-Encounter | Encounter.type | ||||||||
752 | ContactMet | 0 .. 1 | bc-Encounter | Encounter.participant.individual | ||||||||
1868 | Zorgverlener | 1 .. 1 | nl-core-practitioner | Practitioner.participant.individual | ||||||||
754 | Locatie | 0 .. 1 | bc-Encounter | Encounter.serviceProvider | ||||||||
1881 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
756 | BeginDatumTijd | 1 .. 1 | bc-Encounter | Encounter.period.start | ||||||||
757 | EindDatumTijd | 1 .. 1 | bc-Encounter | Encounter.period.start | ||||||||
758 | RedenContact | 1 .. * | bc-Encounter | Encounter.diagnosis | ||||||||
759 | Probleem | 0 .. 1 | zib-Problem | Condition | ||||||||
1984 | Vrouw/ moeder | 0 .. 1 | zib-Problem | Condition.subject | ||||||||
3828 | Probleem (Algemene anamnese) | 0 .. 1 | zib-Problem | Condition | ||||||||
3831 | Probleem (Psychiatrie) | 0 .. 1 | zib-Problem | Condition | ||||||||
3829 | Probleem (Sociale problemen) | 0 .. 1 | zib-Problem | Condition | ||||||||
3832 | Probleem (Misbruik/ Geweld) | 0 .. 1 | zib-Problem | Condition | ||||||||
3830 | Probleem (Zwangerschap) | 0 .. 1 | bc-DisorderOfPregnancy | Condition | ||||||||
1928 | Probleem (Maternaal) | 0 .. 1 | bc-DisorderPostPartum | Condition | ||||||||
3833 | Probleem (Postpartum complicatie) | 0 .. 1 | bc-DisorderPostPartum | Condition | ||||||||
1985 | Kind | 0 .. 1 | bc-DisorderOfChild | Condition.subject | ||||||||
1981 | Probleem (Kindspecifieke maternale problemen) | 0 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
1983 | Probleem (ProblematiekKind) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8781 | Probleem (Geboortetrauma) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8782 | Probleem (Congenitale aandoeningen) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8783 | Probleem_Huid | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8784 | Probleem_Hoofd/Hals | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8785 | Probleem_Thorax | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8786 | Probleem_Abdomen | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8787 | Probleem_Rug | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8788 | Probleem_Extremiteiten | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8789 | Probleem_Genitalia | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8790 | Probleem_Neurologie | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
769 | Verrichting | 0 .. 1 | nl-core-procedure | Procedure | ||||||||
1986 | Vrouw/ moeder | 0 .. 1 | nl-core-procedure | Procedure.subject | ||||||||
3834 | Verrichting (Algemene anamnese) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
3835 | Verrichting (Zwangerschap) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
1970 | Verrichting (Maternaal) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
3836 | Verrichting (Onderzoek) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
3837 | Verrichting (Postpartum complicatie) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
1987 | Kind | 0 .. 1 | bc-Birth | Procedure.subject | ||||||||
1982 | Verrichting (Kindspecifieke maternale verrichtingen) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
8791 | Verrichting (Ondersteuning opvang) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
8792 | Chirurgische ingrepen (Verrichting) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
8793 | Verrichting (Problematiek kind) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
763 | AfwijkendeUitslag | 0 .. 1 | bc-Encounter | Encounter.reason.text | ||||||||
8780 | Toelichting reden contact | 0 .. 1 | bc-Encounter | Encounter.reason.text | ||||||||
764 | Herkomst | 0 .. 1 | bc-Encounter | Encounter.hospitalization.admitSource | ||||||||
765 | Bestemming | 0 .. 1 | bc-Encounter | Encounter.hospitalization.dischargeDisposition | ||||||||
947 | Contactpersoon | 1 .. * | nl-core-relatedperson | Relatedperson | ||||||||
3299 | Naamgegevens | 1 .. 1 | nl-core-relatedperson | Relatedperson.name | ||||||||
3300 | Voornamen | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.given | ||||||||
3301 | Initialen | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.given | ||||||||
3302 | Roepnaam | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.given | ||||||||
3303 | Naamgebruik | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.use | ||||||||
3304 | Geslachtsnaam | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.family:humannameOwnName | ||||||||
3305 | Voorvoegsels | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.family:humannameOwnPrefix | ||||||||
3306 | Achternaam | 1 .. 1 | nl-core-relatedperson | Relatedperson.name.family:humannameOwnName | ||||||||
3307 | GeslachtsnaamPartner | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.family:humannamePartnerName | ||||||||
3308 | VoorvoegselsPartner | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.family:humannamePartnerPrefix | ||||||||
3309 | AchternaamPartner | 1 .. 1 | nl-core-relatedperson | Relatedperson.name.family:humannamePartnerName | ||||||||
3310 | Contactgegevens | 1 .. 1 | nl-core-relatedperson | Relatedperson.telecom | ||||||||
3311 | Telefoonnummers | 0 .. * | nl-core-relatedperson | Relatedperson.telecom | ||||||||
3312 | Telefoonnummer | 1 .. 1 | nl-core-relatedperson | Relatedperson.telecom.value | ||||||||
3313 | TelecomType | 1 .. 1 | nl-core-relatedperson | Relatedperson.telecom:extension:TelecomType | ||||||||
3314 | NummerSoort | 0 .. 1 | nl-core-relatedperson | Relatedperson.telecom.use | ||||||||
3315 | EmailAdressen | 0 .. * | nl-core-relatedperson | Relatedperson.telecom.value | ||||||||
3316 | EmailAdres | 1 .. 1 | nl-core-relatedperson | Relatedperson.telecom.value | ||||||||
3317 | EmailSoort | 0 .. 1 | nl-core-relatedperson | Relatedperson.telecom.use | ||||||||
3318 | Adresgegevens | 0 .. 1 | nl-core-relatedperson | Relatedperson.address | ||||||||
3319 | Straat | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line:line.streetName | ||||||||
3320 | Huisnummer | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line:houseNumber | ||||||||
3321 | Huisnummerletter | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line:extension:buildingNumbersuffix | ||||||||
3322 | Huisnummertoevoeging | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line:extension:buildingNumbersuffix | ||||||||
3323 | AanduidingBijNummer | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line.extension:additionalLocator | ||||||||
3324 | Postcode | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line.postalCode | ||||||||
3325 | Woonplaats | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line.city | ||||||||
3326 | Gemeente | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line.district | ||||||||
3327 | Land | 0 .. 1 | nl-core-relatedperson | Relatedpersonaddress.country | ||||||||
3328 | AdditioneleInformatie | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line.extension | ||||||||
3329 | AdresSoort | 1 .. 1 | nl-core-relatedperson | Relatedperson.address.type/.use (via conceptmap) | ||||||||
954 | Rol | 0 .. 1 | nl-core-relatedperson | Relatedperson:role | ||||||||
955 | Relatie | 0 .. 1 | nl-core-relatedperson | Relatedperson.relationship | ||||||||
675 | Patient | 1 .. * | nl-core-patient | Patient* | ||||||||
3197 | Naamgegevens | 1 .. 1 | nl-core-patient | Patient.name | ||||||||
3198 | Voornamen | 0 .. 1 | nl-core-patient | Patient.name.given | ||||||||
3199 | Initialen | 0 .. 1 | nl-core-patient | Patient.name.given | ||||||||
3200 | Roepnaam | 0 .. 1 | nl-core-patient | Patient.name.given | ||||||||
3201 | Naamgebruik | 0 .. 1 | nl-core-patient | Patient.name.use | ||||||||
3202 | Geslachtsnaam | 0 .. 1 | nl-core-patient | Patient.name.family:humannameOwnName | ||||||||
3203 | Voorvoegsels | 0 .. 1 | nl-core-patient | Patient.name.family:humannameOwnPrefix | ||||||||
3204 | Achternaam | 1 .. 1 | nl-core-patient | Patient.name.family:humannameOwnName | ||||||||
3205 | GeslachtsnaamPartner | 0 .. 1 | nl-core-patient | Patient.name.family:humannamePartnerName | ||||||||
3206 | VoorvoegselsPartner | 0 .. 1 | nl-core-patient | Patient.name.family:humannamePartnerPrefix | ||||||||
3207 | AchternaamPartner | 1 .. 1 | nl-core-patient | Patient.name.family:humannamePartnerName | ||||||||
3208 | Adresgegevens | 0 .. * | nl-core-patient | Patient.address | ||||||||
3209 | Straat | 0 .. 1 | nl-core-patient | Patient.address.line.streetName | ||||||||
3210 | Huisnummer | 0 .. 1 | nl-core-patient | Patient.address.line.houseNumber | ||||||||
3211 | Huisnummerletter | 0 .. 1 | nl-core-patient | Patient.address.line.buildingNumbersuffix | ||||||||
3212 | Huisnummertoevoeging | 0 .. 1 | nl-core-patient | Patient.address.line.additionalLocator | ||||||||
3213 | AanduidingBijNummer | 0 .. 1 | nl-core-patient | Patient.address.line.additionalLocator | ||||||||
3214 | Postcode | 0 .. 1 | nl-core-patient | Patient.address.postalCode | ||||||||
3215 | Woonplaats | 0 .. 1 | nl-core-patient | Patient.address.city | ||||||||
3216 | Gemeente | 0 .. 1 | nl-core-patient | Patient.address.district | ||||||||
3217 | Land | 0 .. 1 | nl-core-patient | Patient.address.country | ||||||||
3218 | AdditioneleInformatie | 0 .. 1 | nl-core-patient | Patient.address | ||||||||
3219 | AdresSoort | 1 .. 1 | nl-core-patient | Patient.address.use | ||||||||
3220 | Contactgegevens | 0 .. 1 | nl-core-patient | Patient.telecom | ||||||||
3221 | Telefoonnummers | 0 .. * | nl-core-patient | Patient.telecom.value | ||||||||
3222 | Telefoonnummer | 1 .. 1 | nl-core-patient | Patient.telecom.value | ||||||||
3223 | TelecomType | 1 .. 1 | nl-core-patient | Patient.telecom:extension:TelecomType | ||||||||
3224 | NummerSoort | 0 .. 1 | nl-core-patient | Patient.telecom.use | ||||||||
3225 | EmailAdressen | 0 .. * | nl-core-patient | Patient.telecom.value | ||||||||
3226 | EmailAdres | 1 .. 1 | nl-core-patient | Patient.telecom.value | ||||||||
3227 | EmailSoort | 0 .. 1 | nl-core-patient | Patient.telecom.use | ||||||||
682 | Identificatienummer | 1 .. * | nl-core-patient | Patient.identifier | ||||||||
9861 | GeborenIndicator | 0 .. 1 | bc-child | Patient.extension.born | ||||||||
683 | Geboortedatum | 0 .. 1 | nl-core-patient | Patient.birthDate | ||||||||
684 | Geslacht (administratief) | 1 .. 1 | nl-core-patient | Patient.gender | ||||||||
10776 | Geslacht (identiteit) | 0 .. 1 | bc-Woman | Patient.extension:genderIdentity | ||||||||
685 | MeerlingIndicator | 0 .. 1 | nl-core-patient | Patient.multipleBirthBoolean | ||||||||
3358 | Rangnummer | 0 .. 1 | nl-core-patient | Patient.multipleInteger | ||||||||
686 | OverlijdensIndicator | 0 .. 1 | nl-core-patient | Patient.deceasedBoolean | ||||||||
687 | DatumOverlijden | 0 .. 1 | nl-core-patient | Patient.deceasedDateTime | ||||||||
7858 | JuridischeSituatie | 0 .. * | bc-LegalSituation-LegalStatus | Condition | ||||||||
7859 | JuridischeStatus | 0 .. 1 | bc-LegalSituation-LegalStatus | Condition | ||||||||
7860 | Vertegenwoordiging | 0 .. 1 | bc-LegalSituation-Representation | Condition | ||||||||
7861 | DatumAanvang | 0 .. 1 | bc-LegalSituation-Representation&scope=nictiz.fhir.nl.stu3.geboortezorg@1.2.2 bc-LegalSituation-LegalStatus bc-LegalSituation-Representation | Condition.onset[x]:onsetDateTime | ||||||||
7862 | DatumEinde | 0 .. 1 | bc-LegalSituation-Representation&scope=nictiz.fhir.nl.stu3.geboortezorg@1.2.2 bc-LegalSituation-LegalStatus bc-LegalSituation-Representation | Condistion.abatementDateTime | ||||||||
956 | Zorgaanbieder | 1 .. * | nl-core-organization | Organization | ||||||||
957 | ZorgaanbiederIdentificatienummer | 1 .. * | nl-core-organization | Organization.identifier | ||||||||
958 | OrganisatieNaam | 1 .. 1 | nl-core-organization | Organization.name | ||||||||
959 | OrganisatieLocatie | 1 .. 1 | nl-core-organization | Organization? | ||||||||
960 | AfdelingSpecialisme | 1 .. 1 | nl-core-organization | Organization.type:departmentSpecialty | ||||||||
3228 | Contactgegevens | 1 .. 1 | nl-core-organization | Organization.telecom | ||||||||
3229 | Telefoonnummers | 1 .. 1 | nl-core-organization | Organization.telecom.value | ||||||||
3230 | Telefoonnummer | 1 .. 1 | nl-core-organization | Organization.telecom.value | ||||||||
3231 | TelecomType | 1 .. 1 | nl-core-organization | Organization.telecom:extension:TelecomType | ||||||||
3232 | NummerSoort | 1 .. 1 | nl-core-organization | Organization.telecom.use | ||||||||
3233 | EmailAdressen | 1 .. 1 | nl-core-organization | Organization.telecom | ||||||||
3234 | EmailAdres | 1 .. 1 | nl-core-organization | Organization.telecom.value | ||||||||
3235 | EmailSoort | 1 .. 1 | nl-core-organization | Organization.telecom.use | ||||||||
3236 | Adresgegevens | 1 .. 1 | nl-core-organization | Organization.address | ||||||||
3237 | Straat | 1 .. 1 | nl-core-organization | Organization.address.line.streetName | ||||||||
3238 | Huisnummer | 1 .. 1 | nl-core-organization | Organization.address.line.houseNumber | ||||||||
3239 | Huisnummerletter | 1 .. 1 | nl-core-organization | Organization.address.line:extension:buildingNumbersuffix | ||||||||
3240 | Huisnummertoevoeging | 1 .. 1 | nl-core-organization | Organization.address.line:extension:buildingNumbersuffix | ||||||||
3241 | AanduidingBijNummer | 1 .. 1 | nl-core-organization | Organization.address.line:extension:additionalLocator | ||||||||
3242 | Postcode | 1 .. 1 | nl-core-organization | Organization.address.postalCode | ||||||||
3243 | Woonplaats | 1 .. 1 | nl-core-organization | Organization.address.city | ||||||||
3244 | Gemeente | 1 .. 1 | nl-core-organization | Organization.address.district | ||||||||
3245 | Land | 1 .. 1 | nl-core-organization | Organization.address.country | ||||||||
3246 | AdditioneleInformatie | 1 .. 1 | nl-core-organization | Organization.address.line.extension | ||||||||
3247 | AdresSoort | 1 .. 1 | nl-core-organization | Organization.address.use/.type (via conceptMap) | ||||||||
965 | OrganisatieType | 1 .. 1 | nl-core-organization | Organization.type | ||||||||
978 | Zorgverlener | 1 .. * | nl-core-practitioner | Practitioner | ||||||||
979 | ZorgverlenerIdentificatienummer | 1 .. * | nl-core-practitioner | Practitioner.identifier | ||||||||
3248 | Naamgegevens | 1 .. 1 | nl-core-practitioner | Practitioner.name | ||||||||
3249 | Voornamen | 1 .. 1 | nl-core-practitioner | Practitioner.name.given | ||||||||
3250 | Initialen | 1 .. 1 | nl-core-practitioner | Practitioner.name.given | ||||||||
3251 | Roepnaam | 1 .. 1 | nl-core-practitioner | Practitioner.name.given | ||||||||
3252 | Naamgebruik | 1 .. 1 | nl-core-practitioner | Practitioner.name:extension:humannameAssemblyOrder | ||||||||
3253 | Geslachtsnaam | 1 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannameOwnName | ||||||||
3254 | Voorvoegsels | 1 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannameOwnPrefix | ||||||||
3255 | Achternaam | 1 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humanNameOwnName | ||||||||
3256 | GeslachtsnaamPartner | 1 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannamePartnerName | ||||||||
3257 | VoorvoegselsPartner | 1 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannamePartnerPrefix | ||||||||
3258 | AchternaamPartner | 1 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannamePartnerName | ||||||||
2219 | Specialisme | 1 .. 1 | nl-core-practitionerrole | PractitionerRole.specialty | ||||||||
3259 | Adresgegevens | 0 .. 1 | nl-core-practitioner | Practitioner.addresss | ||||||||
3260 | Straat | 0 .. 1 | nl-core-practitioner | Practitioner.address.line.streetName | ||||||||
3261 | Huisnummer | 0 .. 1 | nl-core-practitioner | Practitioner.address.line.houseNumber | ||||||||
3262 | Huisnummerletter | 0 .. 1 | nl-core-practitioner | Practitioner.address.line:extension:buildingNumbersuffix | ||||||||
3263 | Huisnummertoevoeging | 0 .. 1 | nl-core-practitioner | Practitioner.address.line:extension:buildingNumbersuffix | ||||||||
3264 | AanduidingBijNummer | 0 .. 1 | nl-core-practitioner | Practitioner.address.line:extension:additionalLocator | ||||||||
3265 | Postcode | 0 .. 1 | nl-core-practitioner | Practitioner.address.postalCode | ||||||||
3266 | Woonplaats | 0 .. 1 | nl-core-practitioner | Practitioner.address.city | ||||||||
3267 | Gemeente | 0 .. 1 | nl-core-practitioner | Practitioner.address.district | ||||||||
3268 | Land | 0 .. 1 | nl-core-practitioner | Practitioner.address.country | ||||||||
3269 | AdditioneleInformatie | 0 .. 1 | nl-core-practitioner | Practitioner.address.line.extension | ||||||||
3270 | AdresSoort | 0 .. 1 | nl-core-practitioner | Practitioner.address.use/.type (via conceptMap) | ||||||||
3271 | Contactgegevens | 1 .. 1 | nl-core-practitioner | Practitioner.telecom | ||||||||
3272 | Telefoonnummers | 1 .. * | nl-core-practitioner | Practitioner.telecom.value | ||||||||
3273 | Telefoonnummer | 1 .. 1 | nl-core-practitioner | Practitioner.telecom.value | ||||||||
3274 | TelecomType | 1 .. 1 | nl-core-practitioner | Practitioner.telecom:extension:TelecomType | ||||||||
3275 | NummerSoort | 0 .. 1 | nl-core-practitioner | Practitioner.telecom.use | ||||||||
3276 | EmailAdressen | 0 .. 1 | nl-core-practitioner | Practitioner.telecom.value | ||||||||
3277 | EmailAdres | 0 .. 1 | nl-core-practitioner | Practitioner.telecom.value | ||||||||
3278 | EmailSoort | 0 .. 1 | nl-core-practitioner | Practitioner.telecom.use | ||||||||
1678 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
989 | ZorgverlenersRol | 0 .. 1 | nl-core-practitionerrole | PractitionerRole | ||||||||
1314 | Zorgverlening | 1 .. * | nvt | |||||||||
3841 | ZorgAfspraak | 1 .. * | bc-CareAgreement | CarePlan | ||||||||
3842 | BeginDatum | 1 .. 1 | bc-CareAgreement | CarePlan.period.start | ||||||||
3843 | EindDatum | 1 .. 1 | bc-CareAgreement | CarePlan.period.end | ||||||||
3844 | AfspraakPartijen | 2 .. * | bc-CareAgreement | CarePlan.author | ||||||||
3845 | Patiënt | 0 .. 1 | bc-CareAgreement | CarePlan.author | ||||||||
3865 | Patient | 0 .. 1 | bc-CareAgreement | CarePlan.author | ||||||||
3847 | Contactpersoon | 0 .. 1 | bc-CareAgreement | CarePlan.author | ||||||||
3866 | Contactpersoon | 0 .. 1 | bc-CareAgreement | CarePlan.author | ||||||||
3849 | Zorgverlener | 1 .. 1 | bc-CareAgreement | CarePlan.author | ||||||||
3867 | Zorgverlener | 1 .. 1 | bc-CareAgreement | CarePlan.author | ||||||||
3851 | Uitvoerder | 0 .. * | bc-CareAgreement | CarePlan.activity.detail.performer | ||||||||
3852 | Patient | 0 .. 1 | bc-CareAgreement | CarePlan.activity.detail.performer:patient | ||||||||
3868 | Patient | 0 .. 1 | nl-core-patient | Patient | ||||||||
3854 | Contactpersoon | 0 .. 1 | bc-CareAgreement | CarePlan.activity.detail.performer:contactPerson | ||||||||
3869 | Contactpersoon | 0 .. 1 | nl-core-relatedperson | RelatedPerson | ||||||||
3856 | Zorgverlener | 0 .. 1 | bc-CareAgreement | CarePlan.activity.detail.performer.extension:practitionerRole | ||||||||
3870 | Zorgverlener | 0 .. 1 | nl-core-practitionerrole | PractitionerRole | ||||||||
3858 | Coordinator | 1 .. 1 | bc-CareAgreement | CarePlan.author.extension:coordinator | ||||||||
3864 | Zorgverlener | 1 .. 1 | nl-core-practitionerrole | PractitionerRole | ||||||||
3860 | Activiteit | 1 .. 1 | bc-CareAgreement | CarePlan.activity.detail.code.text | ||||||||
3861 | Toelichting | 0 .. 1 | bc-CareAgreement | CarePlan.activity.detail.description | ||||||||
3862 | Probleem zorgafspraak | 0 .. 1 | bc-CareAgreement | CarePlan.addresses | ||||||||
8833 | Probleem | 0 .. 1 | zib-Problem | Condition | ||||||||
8834 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
8835 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite:Laterality | ||||||||
8836 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
8837 | ProbleemNaam | 0 .. 1 | zib-Problem | Condition.code | ||||||||
8838 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
8839 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
8840 | ProbleemStatus | 0 .. 1 | zib-Problem | Condition.clinicalStatus:ProblemStatusCodelist | ||||||||
8841 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus:VerificatieStatusCodelijst | ||||||||
8842 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
2623 | Conclusie professioneel onderzoek | 0 .. * | bc-ClinicalImpression | ClinicalImpression | ||||||||
2624 | ConclusieDatumTijd | 1 .. 1 | bc-ClinicalImpression | ClinicalImpression.effective[x]:effectiveDateTime | ||||||||
2627 | Zorgverlener | 0 .. 1 | bc-ClinicalImpression | ClinicalImpression.assessor | ||||||||
3634 | Verrichting (Onderzoek) | 0 .. 1 | bc-ClinicalImpression | ClinicalImpression.investigation.item.extension:procedure | ||||||||
2628 | InterpretatieUitgevoerd onderzoek | 0 .. 1 | bc-ClinicalImpression | ClinicalImpression.summary | ||||||||
2630 | Conclusie | 1 .. 1 | bc-ClinicalImpression | ClinicalImpression.finding:pregnancyRiskCategory.item[x]:itemCodeableConcept | ||||||||
4302 | Beleid | 0 .. 1 | bc-ClinicalImpression | ClinicalImpression.extension:management | ||||||||
2625 | Toelichting | 0 .. 1 | bc-ClinicalImpression | ClinicalImpression.note | ||||||||
1350 | Informed Consent | 0 .. 1 | zib-AdvanceDirective | Consent | ||||||||
1351 | ConsentIdentificatie | 1 .. * | zib-AdvanceDirective | Consent.identifier | ||||||||
1352 | ConsentDatum/Tijd | 1 .. 1 | zib-AdvanceDirective | Consent.dateTime | ||||||||
1353 | ConsentScope | 1 .. 1 | zib-AdvanceDirective | Consent.category | ||||||||
1354 | ConsentStatus | 1 .. 1 | zib-AdvanceDirective | Consent.status | ||||||||
1355 | ConsentCategorie | 1 .. * | zib-AdvanceDirective | Consent.category | ||||||||
blob | 1356 | ConsentDocument | 0 .. 1 | zib-AdvanceDirective | Consent.extension:document/Binary | |||||||
1357 | Consentgever | 1 .. 1 | zib-AdvanceDirective | Consent.consentingParty | ||||||||
1358 | Patient | 0 .. 1 | zib-AdvanceDirective | Consent.actor.reference | ||||||||
1359 | Contactpersoon | 0 .. 1 | zib-AdvanceDirective | Consent.consentingParty | ||||||||
1360 | Verificatie | 0 .. * | zib-AdvanceDirective | Consent:extension:verification | ||||||||
1361 | Geverifieerd | 1 .. 1 | zib-AdvanceDirective | Consent:extension:verification:extension:verified | ||||||||
1362 | GeverifieerdBij | 0 .. 1 | zib-AdvanceDirective | Consent:extension:verification:extension:verifiedWith | ||||||||
1363 | VerificatieDatum | 0 .. 1 | zib-AdvanceDirective | Consent:extension:verification:extension:verificationDate | ||||||||
1364 | Zorgverlener | 0 .. 1 | zib-AdvanceDirective | ntb | ||||||||
3359 | Patientbespreking | 0 .. * | bc-MultidisciplinaryTeamMeeting | Encounter | ||||||||
3360 | PatientbesprekingLabel | 1 .. 1 | bc-MultidisciplinaryTeamMeeting | Encounter.type.text | ||||||||
3361 | PatientbesprekingDatumTijd | 1 .. 1 | bc-MultidisciplinaryTeamMeeting | Encounter.period.start | ||||||||
3362 | Deelnemer | 2 .. * | bc-MultidisciplinaryTeamMeeting | Encounter.participant.individual | ||||||||
3363 | RolDeelnemer | 0 .. * | bc-MultidisciplinaryTeamMeeting | Encounter.participant.type:role | ||||||||
1345 | Zorgverlener | 0 .. 1 | bc-MultidisciplinaryTeamMeeting | Encounter.participant.individual.extension:practitionerRole | ||||||||
1990 | Contactpersoon | 0 .. 1 | bc-MultidisciplinaryTeamMeeting | Encounter.participant.individual | ||||||||
1989 | Patient | 0 .. 1 | bc-MultidisciplinaryTeamMeeting | Encounter.participant.individual.extension:patient | ||||||||
3370 | Beleid | 0 .. 1 | bc-MultidisciplinaryTeamMeeting-Plan | CarePlan | ||||||||
3371 | VoorgesteldeBehandeling | 0 .. * | bc-MultidisciplinaryTeamMeeting-Plan | CarePlan.activity.reference | ||||||||
2685 | Verrichting | 0 .. * | nl-core-procedure | Procedure | ||||||||
3373 | IntentieBehandeling | 0 .. 1 | bc-MultidisciplinaryTeamMeeting-Plan | CarePlan.extension:intentTreatment.valueCodeableConcept:valueCodeableConcept | ||||||||
3374 | Aandoening | 0 .. 1 | bc-MultidisciplinaryTeamMeeting | Encounter.diagnosis | ||||||||
8843 | Probleem | 0 .. 1 | zib-Problem | Condition | ||||||||
8844 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
8845 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite:Laterality | ||||||||
8846 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
8847 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
8848 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
8849 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
8850 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus:ProblemStatusCodelist | ||||||||
8851 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus:VerificatieStatusCodelijst | ||||||||
8852 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
3669 | Vaccinatie | 0 .. 1 | zib-Vaccination | Immunization | ||||||||
3670 | ProductCode | 0 .. 1 | zib-Vaccination | Immunization.vaccineCode | ||||||||
3671 | Dosis | 0 .. 1 | zib-Vaccination | Immunization.doseQuantity | ||||||||
3672 | VaccinatieDatum | 1 .. 1 | zib-Vaccination | Immunization.date | ||||||||
3673 | GewensteDatumHervaccinatie | 0 .. 1 | zib-VaccinationRecommendation | ImmunizationRecommendation.recommendation.date | ||||||||
3674 | Toediener | 0 .. 1 | zib-Vaccination | Immunization.practitioner | ||||||||
3883 | Zorgverlener | 0 .. 1 | zib-Vaccination | Immunization.practitioner.actor | ||||||||
3676 | Toelichting | 0 .. 1 | zib-Vaccination | Immunization.note.text | ||||||||
3399 | ZorgEpisode | 1 .. * | bc-MaternalRecord | EpisodeOfCare | ||||||||
3338 | Identificatie zorgepisode | 1 .. 1 | bc-MaternalRecord | EpisodeOfCare.identifier | ||||||||
3400 | BeginDatum | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare.period.start | ||||||||
3401 | EindDatum | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare.period.end | ||||||||
3402 | FocusZorgEpisode | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare.diagnosis.condition | ||||||||
8823 | Probleem | 0 .. 1 | zib-Problem | Condition | ||||||||
8824 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
8825 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite:Laterality | ||||||||
8826 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
8827 | ProbleemNaam | 0 .. 1 | zib-Problem | Condition.code | ||||||||
8828 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
8829 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
8830 | ProbleemStatus | 0 .. 1 | zib-Problem | Condition.clinicalStatus:ProblemStatusCodelist | ||||||||
8831 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus:VerificatieStatusCodelijst | ||||||||
8832 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
3404 | ZorgEpisodeNaam | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare.extension:title | ||||||||
8822 | ZorgEpisodeVerantwoordelijke | 1 .. 1 | bc-MaternalRecord | EpisodeOfCare.careManager | ||||||||
2163 | Zorgverlener | 1 .. 1 | nl-core-practitioner | Practitioner | ||||||||
2164 | StatusZorgepisode | 1 .. 1 | bc-MaternalRecord | EpisodeOfCare.status | ||||||||
3405 | Toelichting | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare.extension:comment | ||||||||
3388 | ZorgTeam | 0 .. 1 | bc-CareTeam | CareTeam | ||||||||
3389 | ZorgTeamNaam | 0 .. 1 | bc-CareTeam | CareTeam.name | ||||||||
3390 | Probleem zorgteam | 0 .. 1 | bc-CareTeam | CareTeam.reasonReference | ||||||||
8853 | Probleem | 1 .. * | zib-Problem | Condition | ||||||||
8854 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
8855 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite:Laterality | ||||||||
8856 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
8857 | ProbleemNaam | 0 .. 1 | zib-Problem | Condition.code | ||||||||
8858 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
8859 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
8860 | ProbleemStatus | 0 .. 1 | zib-Problem | Condition.clinicalStatus:ProblemStatusCodelist | ||||||||
8861 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus:VerificatieStatusCodelijst | ||||||||
8862 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
3392 | ZorgTeamLid | 2 .. * | bc-CareTeam | CareTeam.participant.member | ||||||||
2128 | Contactpersoon | 0 .. 1 | bc-CareTeam | CareTeam.participant.member | ||||||||
1320 | Patient | 0 .. 1 | bc-CareTeam | CareTeam.subject | ||||||||
1331 | Zorgverlener | 1 .. * | bc-CareTeam | CareTeam.participant.member | ||||||||
1337 | TijdsInterval | 0 .. 1 | bc-CareTeam | CareTeam.participant.period | ||||||||
8794 | IndividueelZorgplan | 1 .. 1 | bc-IndividualCarePlan | CarePlan | ||||||||
8799 | BeginDatum | 1 .. 1 | bc-IndividualCarePlan | CarePlan.period.start | ||||||||
8800 | EindDatum | 1 .. 1 | bc-IndividualCarePlan | CarePlan.period.end | ||||||||
8801 | Casemanager | 1 .. 1 | bc-IndividualCarePlan | CarePlan.extension:caseManager | ||||||||
8802 | Zorgverlener | 1 .. 1 | nl-core-practitioner | Practitioner | ||||||||
8803 | Betrokkenen | 1 .. 1 | bc-IndividualCarePlan | CarePlan.careTeam | ||||||||
8804 | ZorgTeam | 1 .. 1 | bc-IndividualCarePlan | CareTeam | ||||||||
8810 | Behandeldoel | 1 .. * | bc-IndividualCarePlan | CarePlan.activity.detail.goal | ||||||||
8811 | GewenstZorgresultaat | 1 .. 1 | bc-IndividualCarePlan-Goal | Goal.description | ||||||||
8812 | VaststellingsDatum | 1 .. 1 | bc-IndividualCarePlan-Goal | Goal.statusDate | ||||||||
8813 | StreefDatum | 1 .. 1 | bc-IndividualCarePlan-Goal | Goal.target.due[x]:dueDate | ||||||||
8814 | AfsluitDatum | 1 .. 1 | bc-IndividualCarePlan-Goal | Goal.extension:endDate | ||||||||
8816 | ZorgAfspraak | 1 .. 1 | bc-IndividualCarePlan-Goal | Goal.extension:carePlan | ||||||||
8874 | Relatie met ZorgEpisode | 1 .. 1 | bc-IndividualCarePlan | CarePlan.context | ||||||||
8873 | Identificatie zorgepisode | 1 .. 1 | bc-MaternalRecord | EpisodeOfCare.identifier | ||||||||
8877 | Verwijsgegevens | 0 .. * | bc-ReferralRequest | ReferralRequest | ||||||||
8878 | Datum verwijzing | 1 .. 1 | bc-ReferralRequest | ReferralRequest.authoredOn | ||||||||
10487 | ContactSoort | 1 .. 1 | bc-ReferralRequest | ReferralRequest.extension:contactType | ||||||||
8879 | Verwijzing van/ afkomstig van | 1 .. 1 | bc-ReferralRequest | ReferralRequest.requester | ||||||||
9660 | Zorgaanbieder | 1 .. 1 | bc-ReferralRequest | ReferralRequest.requester.agent | ||||||||
8881 | Verwijzing naar | 1 .. 1 | bc-ReferralRequest | ReferralRequest.recipient | ||||||||
8882 | Zorgaanbieder | 1 .. 1 | bc-ReferralRequest | ReferralRequest.recipient | ||||||||
9683 | Type verwijzing | 1 .. 1 | bc-ReferralRequest | ReferralRequest.type.coding:referralType | ||||||||
10297 | Type verwijzing | 1 .. 1 | bc-ReferralRequest | ReferralRequest.type.coding:referralType | ||||||||
8884 | Reden van verwijzing | 0 .. * | bc-ReferralRequest | ReferralRequest.reasonReference | ||||||||
8885 | Probleem acute overdracht | 0 .. 1 | zib-Problem | Condition | ||||||||
8886 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
8887 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite:Laterality | ||||||||
8888 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
8889 | ProbleemNaam | 0 .. 1 | zib-Problem | Condition.code | ||||||||
8890 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
8891 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
8892 | ProbleemStatus | 0 .. 1 | zib-Problem | Condition.clinicalStatus:ProblemStatusCodelist | ||||||||
8893 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus:VerificatieStatusCodelijst | ||||||||
8894 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
9139 | Probleem (Algemene anamnese) | 0 .. 1 | zib-Problem | Condition | ||||||||
9143 | Verrichting (Algemene anamnese) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
9140 | Probleem (Zwangerschap) | 0 .. 1 | bc-DisorderOfPregnancy | Condition | ||||||||
9141 | Probleem (Psychiatrie) | 0 .. 1 | zib-Problem | Condition | ||||||||
9142 | Probleem (Maternaal) | 0 .. 1 | zib-Problem | Condition | ||||||||
9144 | Inspectie perineum/ sfincter/ vrouwelijke geslachtsorganen (Observatie) | 0 .. 1 | bc-DisorderPostPartum | Condition | ||||||||
9661 | Probleem (Postpartum complicatie) | 0 .. 1 | bc-DisorderPostPartum | Condition | ||||||||
9882 | Probleem (Kindspecifieke maternale problemen) | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition | ||||||||
9880 | Verrichting (Zwangerschap) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
9881 | Verrichting (Maternaal) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
9883 | Verrichting (Kindspecifieke maternale verrichtingen) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
9884 | Verrichting (Postpartum complicatie) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
9171 | Hoeveelheid bloedverlies tot acute overdracht (Observatie) | 0 .. 1 | bc-ReferralRequest | ReferralRequest.supportingInfo | ||||||||
9172 | ObservatieDatumTijd | 1 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
9174 | HoeveelheidBloedverliesWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueQuantity | ||||||||
9175 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
9180 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
8883 | Toelichting op verwijzing | 0 .. 1 | bc-ReferralRequest | ReferralRequest.note | ||||||||
674 | Vrouw | 1 .. 1 | bc-Woman | Patient | ||||||||
1713 | Demografische gegevens | 1 .. 1 | bc-Woman | Patient | ||||||||
1434 | Patient | 1 .. 1 | bc-Woman | Patient | ||||||||
900 | Partner | 0 .. 1 | nl-core-relatedperson | RelatedPerson | ||||||||
990 | Contactpersoon | 1 .. 1 | nl-core-relatedperson | RelatedPerson | ||||||||
7773 | Geboortedatum | 0 .. 1 | nl-core-relatedperson | RelatedPerson.birthDate | ||||||||
915 | Etniciteit | 0 .. 1 | nl-core-relatedperson | Relatedperson.extension | ||||||||
10802 | Geslacht (identiteit) | 0 .. 1 | bc-Woman | Patient.extension:genderIdentity | ||||||||
1714 | Gezinssituatie | 0 .. 1 | zib-FamilySituation | Observation | ||||||||
2690 | BurgerlijkeStaatRC | 1 .. 1 | bc-Woman | Patient.maritalStatus | ||||||||
1717 | Gezinssamenstelling | 0 .. 1 | zib-FamilySituation | Observation.component:familyComposition.valueCodeableConcept | ||||||||
1718 | AantalKinderen | 0 .. 1 | zib-FamilySituation | Observation.component:numberOfChildren.valueQuantity | ||||||||
1719 | AantalKinderenInwonend | 0 .. 1 | zib-FamilySituation | Observation.component:numberOfChildrenLivingAtHome.valueQuantity | ||||||||
1720 | Zorgtaak | 0 .. * | zib-FamilySituation | Observation.component:careResponsibility.valueString | ||||||||
1721 | Kind | 0 .. * | zib-FamilySituation | Observation.component:child | ||||||||
1722 | Geboortedatum | 0 .. 1 | zib-FamilySituation | Observation.component:child.valueDateTime | ||||||||
1723 | Inwonend | 0 .. 1 | zib-FamilySituation | Observation.component:child.extension:livingAtHome | ||||||||
1724 | Toelichting | 0 .. 1 | zib-FamilySituation | Observation.comment | ||||||||
1725 | Woonsituatie | 0 .. 1 | zib-LivingSituation | Observation | ||||||||
1726 | Toelichting | 0 .. 1 | zib-LivingSituation | Observation.comment | ||||||||
1727 | WoningType | 0 .. 1 | zib-LivingSituation | Observation.value[x]:valueCodeableConcept | ||||||||
912 | Etniciteit | 1 .. 1 | bc-Woman | Patient.extension:ethnicity | ||||||||
913 | EtniciteitType | 1 .. 1 | bc-Woman | Patient.extension:ethnicity | ||||||||
914 | Toelichting | 0 .. 1 | bc-Woman | Patient.extension:ethnicity.valueCodeableConcept:valueCodeableConcept.text | ||||||||
690 | NationaliteitRC | 0 .. 1 | bc-Woman | Patient.extension:nationality | ||||||||
691 | Nationaliteit | 0 .. 1 | bc-Woman | Patient.extension:nationality | ||||||||
2910 | Taalvaardigheid | 0 .. 1 | bc-Woman | Patient.communication.extension:languageProficiency | ||||||||
2581 | Opleiding | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
2582 | Schooltype | 0 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2583 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
692 | ParticipatieInMaatschappij | 0 .. 1 | zib-ParticipationInSociety | Observation | ||||||||
693 | SociaalNetwerk | 0 .. 1 | zib-ParticipationInSociety | Observation.component:socialNetwork.valueString | ||||||||
695 | Arbeidssituatie | 1 .. 1 | zib-ParticipationInSociety | Observation.component:workSituation.valueString | ||||||||
696 | Toelichting | 0 .. 1 | zib-ParticipationInSociety | Observation.comment | ||||||||
10401 | BehandelAanwijzing | 0 .. 1 | bc-TreatmentDirective | Consent | ||||||||
10402 | BehandelBesluit | 1 .. 1 | bc-TreatmentDirective | Consent.except.type | ||||||||
10403 | Behandeling | 1 .. 1 | bc-TreatmentDirective | Consent.except.code | ||||||||
10404 | SpecificatieAnders | 0 .. 1 | bc-TreatmentDirective | Consent.modifierExtension:specificationOther.value[x]:valueString | ||||||||
10405 | MeestRecenteBespreekdatum | 1 .. 1 | bc-TreatmentDirective | Consent.dateTime | ||||||||
10406 | DatumBeeindigd | 0 .. 1 | bc-TreatmentDirective | Consent.except.period.end | ||||||||
10407 | RedenBeeindigd | 0 .. 1 | bc-TreatmentDirective | Consent.except.extension:reasonForEnding | ||||||||
10408 | Wilsverklaring | 0 .. * | bc-TreatmentDirective | Consent.source[x]:sourceReference | ||||||||
10432 | Wilsverklaring | 0 .. * | zib-AdvanceDirective | Consent | ||||||||
10410 | AfspraakPartij | 2 .. * | bc-TreatmentDirective | Consent.except.actor:agreementParty | ||||||||
10411 | Patient | 0 .. 1 | bc-TreatmentDirective | Consent.except.actor:agreementParty.reference | ||||||||
10418 | Patient | 0 .. 1 | bc-Woman | Patient | ||||||||
10413 | Vertegenwoordiger | 0 .. 1 | bc-TreatmentDirective | Consent.except.actor:agreementParty.reference | ||||||||
10419 | Contactpersoon | 0 .. 1 | nl-core-relatedperson | RelatedPerson | ||||||||
10415 | Zorgverlener | 0 .. 1 | bc-TreatmentDirective | Consent.except.actor:agreementParty.reference.extension:practitionerRole | ||||||||
10420 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
10417 | Toelichting | 0 .. 1 | bc-TreatmentDirective | Consent.extension:comment.valueString:valueString | ||||||||
1673 | Betrokken zorgverlener/ zorginstelling | 1 .. * | nl-core-practitioner | Practitioner | ||||||||
1674 | Huisarts | 1 .. 1 | bc-Woman | Patient.generalPractitioner | ||||||||
1675 | Zorgverlener | 1 .. 1 | bc-Woman | Patient.generalPractitioner | ||||||||
1676 | Apotheek | 1 .. 1 | bc-Woman | Patient.extension:preferredPharmacy | ||||||||
1677 | Zorgaanbieder | 1 .. 1 | nl-core-organization | Organization | ||||||||
1679 | Specialist | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare.team | ||||||||
1681 | Zorgverlener | 1 .. 1 | bc-CareTeam | CareTeam.participant.member | ||||||||
2691 | Reden betrokkenheid | 1 .. 1 | bc-CareTeam | CareTeam.reasonReference | ||||||||
2692 | Probleem (Algemene anamnese) | 0 .. 1 | zib-Problem | Condition | ||||||||
2731 | Probleem (Zwangerschap) | 0 .. 1 | bc-DisorderOfPregnancy | Condition | ||||||||
3196 | Probleem (Maternaal) | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition | ||||||||
2696 | Probleem (Pediatrische betrokkenheid) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
2697 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite | ||||||||
2698 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
2699 | ProbleemType | 0 .. 1 | bc-DisorderOfChild | Condition.category | ||||||||
2700 | ProbleemNaam | 1 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
2701 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfChild | Condition.onsetDateTime:onsetDateTime | ||||||||
2702 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfChild | Condition.abatementDateTime:abatementDateTime | ||||||||
2703 | ProbleemStatus | 1 .. 1 | bc-DisorderOfChild | Condition.clinicalStatus | ||||||||
2704 | VerificatieStatus | 0 .. 1 | bc-DisorderOfChild | Condition.verificationStatus | ||||||||
2705 | Toelichting | 0 .. 1 | bc-DisorderOfChild | Condition.note | ||||||||
783 | Anamnese | 0 .. 1 | List | |||||||||
889 | Algemene anamnese | 0 .. * | List | |||||||||
1682 | Onder behandeling (geweest)? | 0 .. 1 | Observation of onderdeel van List | |||||||||
916 | Probleem (Algemene anamnese) | 0 .. * | zib-Problem | Condition | ||||||||
917 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
918 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
919 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
920 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
921 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
922 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
923 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
924 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
925 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
1080 | Verrichting (Algemene anamnese) | 0 .. * | zib-Procedure | Procedure | ||||||||
1081 | VerrichtingStartDatum | 0 .. 1 | zib-Procedure | Procedure.performed[x]:performedPeriod.start | ||||||||
1082 | VerrichtingEindDatum | 0 .. 1 | zib-Procedure | Procedure.performed[x]:performedPeriod.end | ||||||||
1083 | VerrichtingAnatomischeLocatie | 0 .. 1 | zib-Procedure | Procedure.bodySite | ||||||||
1084 | VerrichtingLateraliteit | 0 .. 1 | zib-Procedure | Procedure.bodySite.extension:ProcedureLaterality.value[x]:valueCodeableConcept | ||||||||
1085 | Indicatie | 0 .. 1 | zib-Procedure | Procedure.reasonReference | ||||||||
1097 | Probleem (Algemene anamnese) | 0 .. * | zib-Problem | Condition | ||||||||
1087 | VerrichtingType | 1 .. 1 | zib-Procedure | Procedure.code | ||||||||
7891 | Eicelextractiedatum | 0 .. 1 | bc-ProcedureObservation | Observation.value[x]:valueDateTime | ||||||||
7892 | Cryo embryo | 0 .. 1 | bc-ProcedureObservation | Observation.value[x]:valueBoolean | ||||||||
7893 | Embryotransferdatum | 0 .. 1 | bc-ProcedureObservation | Observation.value[x]:valueDateTime | ||||||||
1088 | VerrichtingMethode | 0 .. * | zib-Procedure | Procedure.extension:procedureMethod | ||||||||
1089 | MedischHulpmiddel | 0 .. * | zib-Procedure | Procedure.focalDevice.manipulated | ||||||||
10389 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
1091 | Locatie | 0 .. 1 | zib-Procedure | Procedure.performer.actor | ||||||||
10390 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
1093 | Uitvoerder | 0 .. * | zib-Procedure | Procedure.performer.actor | ||||||||
10391 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
1095 | Aanvrager | 0 .. * | zib-Procedure/zib-ProcedureRequest | Procedure.basedOn:request/requester.agent | ||||||||
10392 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
1683 | Toelichting algemene anamnese | 0 .. 1 | List.note | |||||||||
1099 | Psychische en/of Sociale problemen | 0 .. * | List | |||||||||
1100 | Probleem (Psychiatrie) | 0 .. * | zib-Problem | Condition | ||||||||
1103 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
1104 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
1105 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
1106 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
1107 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
1108 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
1109 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
2590 | Probleem (Sociale problemen) | 0 .. * | zib-Problem | Condition | ||||||||
2593 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
2594 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
2595 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
2596 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
2597 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
2598 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
2599 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
2600 | Probleem (Misbruik/ Geweld) | 0 .. * | zib-problem | Condition | ||||||||
2603 | ProbleemType | 0 .. 1 | zib-problem | Condition.category | ||||||||
2604 | ProbleemNaam | 1 .. 1 | zib-problem | Condition.code | ||||||||
2605 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
2606 | ProbleemEindDatum | 0 .. 1 | zib-problem | Condition.abatement[x]:abatementDateTime | ||||||||
2607 | ProbleemStatus | 1 .. 1 | zib-problem | Condition.clinicalStatus | ||||||||
2608 | VerificatieStatus | 0 .. 1 | zib-problem | Condition.verificationStatus | ||||||||
2609 | Toelichting | 0 .. 1 | zib-problem | Condition.note | ||||||||
3331 | JuridischeSituatie | 0 .. 1 | bc-LegalSituation-LegalStatus | Condition | ||||||||
3332 | JuridischeStatus | 0 .. 1 | bc-LegalSituation-LegalStatus | Condition.code | ||||||||
3333 | Vertegenwoordiging | 0 .. 1 | bc-LegalSituation-Representation | Condition.code | ||||||||
3334 | DatumAanvang | 0 .. 1 | bc-LegalSituation-LegalStatus | Condition.onset[x]:onsetDateTime | ||||||||
3335 | DatumEinde | 0 .. 1 | bc-LegalSituation-LegalStatus | Condition.abatement[x]:abatementDateTime | ||||||||
2622 | Toelichting psychosociale anamnese | 0 .. 1 | List.note | |||||||||
1110 | Relevante allergieën | 1 .. 1 | zib-AllergyIntolerance | AllergyIntolerance | ||||||||
1111 | VeroorzakendeStof | 1 .. * | zib-AllergyIntolerance | AllergyIntolerancecode | ||||||||
1112 | Familieanamnese | 0 .. 1 | bc-FamilyMemberHistory | FamilyMemberHistory | ||||||||
1113 | Datum | 1 .. 1 | bc-FamilyMemberHistory | FamilyMemberHistory.date | ||||||||
1114 | Familielid | 1 .. * | bc-FamilyMemberHistory | FamilyMemberHistory.relationship | ||||||||
1115 | BiologischeRelatie | 1 .. 1 | bc-FamilyMemberHistory | FamilyMemberHistory.relationship | ||||||||
1116 | Toelichting | 0 .. 1 | bc-FamilyMemberHistory | FamilyMemberHistory.note | ||||||||
1117 | OverlijdensIndicator | 0 .. 1 | bc-FamilyMemberHistory | FamilyMemberHistory.deceased[x]:deceasedBoolean | ||||||||
1118 | LeeftijdBijOverlijden | 0 .. 1 | bc-FamilyMemberHistory | FamilyMemberHistory.deceased[x]:deceasedAge | ||||||||
1119 | Aandoening | 1 .. 1 | bc-FamilyMemberHistory | FamilyMemberHistory.condition.code.extension:conditionReference | ||||||||
8863 | Probleem | 0 .. 1 | zib-Problem | Condition | ||||||||
8864 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
8865 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
8866 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
8867 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
8868 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
8869 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
8870 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
8871 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
8872 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
1122 | IsDoodsoorzaak | 0 .. 1 | bc-FamilyMemberHistory | FamilyMemberHistory.condition.outcome | ||||||||
3407 | Consanguïniteit (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3499 | ConsanguïniteitWaarde | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
1728 | Metingen | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
1071 | Bloeddruk | 1 .. 1 | zib-BloodPressure | Observation.component.valueQuantity | ||||||||
3357 | Lichaamsgewicht | 1 .. 1 | zib-BodyWeight | Observation.value[x]:valueQuantity | ||||||||
1672 | Lichaamslengte | 1 .. 1 | zib-BodyHeight | Observation.value[x]:valueQuantity | ||||||||
3427 | Body Mass Index (BMI) (Meting) | 1 .. 1 | bc-MaternalObservation | Observation | ||||||||
3429 | BMIWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueQuantity | ||||||||
1127 | Bloedonderzoek | 0 .. * | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1139 | LaboratoriumTest_Bloedgroep | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
1151 | LaboratoriumTest_Rhesus D | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
1163 | LaboratoriumTest_Rhesus c | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
4379 | Obstetrische anamnese gegroepeerd per voorgaande zwangerschap | 0 .. * | nvt | |||||||||
4380 | Identificatie van de zwangerschap | 1 .. 1 | zib-Pregnancy | Condition.identifier | ||||||||
4381 | Zwangerschap | 1 .. 1 | zib-Pregnancy | Condition | ||||||||
4384 | Probleem (Zwangerschap) | 0 .. * | bc-DisorderOfPregnancy | Condition | ||||||||
4385 | Eerdere bevalling | 0 .. 1 | bc-DeliveryProcedure | Procedure | ||||||||
10695 | Zwangerschapsduur | 1 .. 1 | zib-Pregnancy-PregnancyDuration | Observation | ||||||||
4386 | Probleem (Maternaal) | 0 .. * | zib-Problem | Condition | ||||||||
4387 | Verrichting (Maternaal) | 0 .. * | bc-ObstetricProcedure | Procedure | ||||||||
7863 | Wijze Begin Baring (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4400 | Type Partus (Observatie) | 1 .. * | bc-BirthObservation | Observation | ||||||||
4394 | Werkelijke plaats baring (type locatie) (Observatie) | 1 .. * | bc-DeliveryObservation | Observation | ||||||||
4395 | Ziekenhuis baring | 0 .. * | bc-DeliveryObservation | Observation | ||||||||
7866 | Verrichting (Kindspecifieke maternale verrichtingen) | 0 .. * | bc-ObstetricProcedure | Procedure | ||||||||
10677 | Inspectie perineum/ sfincter/ vrouwelijke geslachtsorganen (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4390 | Hoeveelheid bloedverlies (Observatie) | 1 .. * | bc-DeliveryObservation | Observation | ||||||||
7865 | Wijze Geboorte Placenta (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4396 | Kind | 1 .. * | bc-Child | Patient | ||||||||
4397 | Demografische gegevens | 1 .. 1 | bc-Child | Patient | ||||||||
10696 | Geboortedatum | 1 .. 1 | bc-Child | Patient.birthDate | ||||||||
10697 | Geslacht (administratief) | 1 .. 1 | bc-Child | Patient.gender | ||||||||
10698 | Naamgegevens | 0 .. 1 | bc-Child | Patient.name | ||||||||
10699 | Voornamen | 0 .. 1 | bc-Child | Patient.name.given | ||||||||
10700 | Initialen | 0 .. 1 | bc-Child | Patient.name.given | ||||||||
10701 | Roepnaam | 0 .. 1 | bc-Child | Patient.name.given | ||||||||
10702 | Naamgebruik | 0 .. 1 | bc-Child | Patient.name.extension:humannameAssemblyOrder | ||||||||
10703 | Geslachtsnaam | 0 .. 1 | bc-Child | Patient.name.family.extension:humannamePartnerName | ||||||||
10704 | Voorvoegsels | 0 .. 1 | bc-Child | Patient.name.family.extension:humannamePartnerPrefix | ||||||||
10705 | Achternaam | 1 .. 1 | bc-Child | Patient.name.family.extension:humannameOwnName | ||||||||
4399 | Perinatale sterfte (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
8644 | Kind in leven (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
8645 | ObservatieDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
8647 | KindInLevenWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueString | ||||||||
8648 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
8653 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
4401 | Lichamelijk onderzoek kind | 1 .. 1 | nvt | |||||||||
4402 | Geboortegewicht (Lichaamsgewicht) | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
4403 | Bevindingen | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
4404 | Algemene indruk | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
4405 | ApgarScore1min | 0 .. 1 | zib-ApgarScore | Observation | ||||||||
10678 | ApgarScore5min | 0 .. 1 | Observation | |||||||||
10679 | ApgarScore10min | 0 .. 1 | Observation | |||||||||
4406 | Problematiek kind | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
10680 | Probleem (ProblematiekKind) | 0 .. * | bc-DisorderOfChild | Condition | ||||||||
10681 | Probleem (Geboortetrauma) | 0 .. * | bc-DisorderOfChild | Condition | ||||||||
4408 | Probleem (Congenitale aandoeningen) | 0 .. * | bc-DisorderOfChild | Condition | ||||||||
10709 | Opname, Ontslag, Overplaatsing | 0 .. 1 | nvt | |||||||||
25 | Zwangerschapsgegevens | 1 .. 1 | bc-MaternalRecord | EpisodeOfCare | ||||||||
4042 | Dossiernummer | 1 .. 1 | bc-MaternalRecord | EpisodeOfCare.identifier | ||||||||
1698 | Identificatie van de zwangerschap | 1 .. 1 | zib-Pregnancy | Condition.identifier | ||||||||
1699 | Coördinerend zorgverlener | 1 .. 1 | bc-MaternalRecord | EpisodeOfCare.careManager | ||||||||
9662 | Zorgverlener | 1 .. 1 | nl-core-practitioner | Practitioner | ||||||||
3341 | Zwangerschap | 1 .. 1 | zib-Pregnancy | Condition | ||||||||
3342 | Zwangerschapsduur | 1 .. 1 | zib-Pregnancy-PregnancyDuration | Observation.value[x]:valueQuantity | ||||||||
3343 | Pariteit | 1 .. 1 | zib-Pregnancy-Parity | Observation.value[x]:valueQuantity | ||||||||
3344 | Graviditeit | 1 .. 1 | zib-Pregnancy-Gravidity | Observation.value[x]:valueQuantity | ||||||||
3345 | Toelichting | 0 .. 1 | zib-Pregnancy | Condition.note | ||||||||
3346 | ATermeDatumItems | 1 .. * | bc-PregnancyObservation | Observation | ||||||||
3347 | ATermeDatum | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueDateTime | ||||||||
3348 | BepalingsMethode | 1 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
3349 | DatumBepaling | 1 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
3350 | DatumLaatsteMenstruatie | 1 .. 1 | zib-Pregnancy-DateLastMenstruation | Observation.value[x]:valueDateTime | ||||||||
1729 | Datum einde zwangerschap | 0 .. * | bc-PregnancyObservation | Observation.value[x]:valueDateTime | ||||||||
2220 | Definitieve à terme datum (Observatie) | 0 .. 1 | bc-PregnancyObservation | Observation | ||||||||
2221 | Definitieve à terme DatumTijd | 1 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2223 | Definitieve à terme Waarde | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueDateTime | ||||||||
2224 | Definitieve à terme Methode | 0 .. 1 | bc-PregnancyObservation | Observation.method.coding:aTermMethod | ||||||||
2225 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
1837 | Aantal foetussen (Observatie) | 1 .. 1 | bc-PregnancyObservation | Observation | ||||||||
1838 | AantalFoetussenDatumTijd | 1 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
1840 | AantalFoetussenWaarde | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueQuantity | ||||||||
1841 | ObservatieMethode | 0 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
1843 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
1711 | Meerling zwangerschap (Observatie) | 0 .. 1 | bc-PregnancyObservation | Observation | ||||||||
1825 | MeerlingZwangerschapDatumTijd | 0 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2231 | TyperingGemellizwangerschapWaarde | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueCodeableConcept | ||||||||
1845 | Aantal foetussen (Observatie) | 1 .. 1 | bc-PregnancyObservation | Observation | ||||||||
1833 | ObservatieMethode | 0 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
1826 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
1734 | Aantal levende kinderen (Observatie) | 0 .. 1 | bc-PregnancyObservation | Observation | ||||||||
1735 | AantalLevendeKinderenDatumTijd | 0 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
1740 | AantalLevendeKinderenWaarde | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueQuantity | ||||||||
1736 | ObservatieMethode | 0 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
1738 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
1817 | Fetal loss (Observatie) | 0 .. 1 | bc-PregnancyObservation | Observation | ||||||||
1818 | FetalLossDatumTijd | 0 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
1820 | FetalLossWaarde | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueQuantity | ||||||||
1821 | ObservatieMethode | 0 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
1824 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
1742 | Foliumzuurgebruik (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
1743 | FoliumzuurgebruikDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
1745 | FoliumzuurgebruikWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
1746 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
1749 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
4367 | Kinkhoestvaccinatie (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
4368 | ObservatieDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4370 | KinkhoestvaccinatieWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
4371 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
4378 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
10270 | Trisomie in de anamnese? (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
10271 | ObservatieDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
10273 | TrisomieAnamneseWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
10274 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
10279 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
1712 | Voornemens vrouw | 0 .. * | bc-MaternalObservation | Observation | ||||||||
2252 | Voorgenomen plaats baring tijdens zwangerschap (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2255 | VoorgenomenPlaatsBaringWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2938 | Voorkeursziekenhuis | 1 .. 1 | bc-MaternalObservation | Observation.value[x].extension:valueReference | ||||||||
2271 | Zorgaanbieder | 1 .. 1 | nl-core-organization | Organization | ||||||||
3336 | Voorgenomen echelon eindverantwoordelijke (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3838 | VoorgenomenEchelonDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
3337 | VoorgenomenEchelonWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3839 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3840 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
2279 | Voorgenomen voeding (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3872 | VoorgenomenVoedingDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2281 | VoorgenomenVoedingWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3873 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3874 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
2272 | Voorgenomen achternaam (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueString | ||||||||
3875 | VoorgenomenAchternaamDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2275 | VoorgenomenAchternaamWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueString | ||||||||
3876 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3877 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
2151 | Bevalplan | 0 .. 1 | Binary | |||||||||
8944 | Media | 0 .. 1 | Binary | |||||||||
10739 | Kraamzorg | 0 .. 1 | nvt | |||||||||
2269 | Kraamzorg aangevraagd (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
3878 | KraamzorgAangevraagdDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2277 | KraamzorgAangevraagdWaarde | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
2270 | Zorgaanbieder | 0 .. 1 | bc-MaternalObservation | Observation.value[x].extension:valueReference | ||||||||
3879 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3880 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
10742 | KraamzorgIntake | 0 .. 1 | bc-Encounter | Encounter | ||||||||
10743 | Contact | 0 .. 1 | bc-Encounter | Encounter | ||||||||
111 | Prenatale controle | 1 .. * | bc-Encounter | Encounter | ||||||||
10520 | Contact | 0 .. 1 | bc-Encounter | Encounter | ||||||||
7025 | Zwangerschapsduur | 0 .. 1 | zib-Pregnancy-PregnancyDuration | Observation.value[x]:valueQuantity | ||||||||
2134 | Leven voelen (Observatie) | 0 .. 1 | bc-PregnancyObservation | Observation | ||||||||
2135 | LevenVoelenDatumTijd | 1 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2137 | LevenVoelenWaarde | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2138 | ObservatieMethode | 0 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
2141 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
1078 | Lichaamsgewicht | 0 .. 1 | zib-BodyWeight | Observation | ||||||||
1072 | Bloeddruk | 0 .. 1 | zib-BloodPressure | Observation | ||||||||
121 | AlcoholGebruik | 0 .. 1 | zib-AlcoholUse | Observation | ||||||||
122 | Toelichting | 0 .. 1 | zib-AlcoholUse | Observation.comment | ||||||||
123 | AlcoholGebruikStatus | 1 .. 1 | zib-AlcoholUse | Observation.value[x]:valueCodeableConcept | ||||||||
124 | WaarnemingGebruik | 0 .. 1 | zib-AlcoholUse | Observation.effectivePeriod | ||||||||
125 | StartDatum | 0 .. 1 | zib-AlcoholUse | Observation.effective[x]:effectivePeriod.start | ||||||||
126 | StopDatum | 0 .. 1 | zib-AlcoholUse | Observation.effective[x]:effectivePeriod.end | ||||||||
127 | Hoeveelheid | 1 .. 1 | zib-AlcoholUse | Observation.component:amount.valueQuantity | ||||||||
112 | DrugsGebruik | 0 .. * | zib-DrugUse | Observation | ||||||||
117 | Toelichting | 0 .. 1 | zib-DrugUse | Observation.comment | ||||||||
119 | DrugsGebruikStatus | 1 .. 1 | zib-DrugUse | Observation.value[x]:valueCodeableConcept | ||||||||
118 | DrugsOfGeneesmiddelSoort | 1 .. 1 | zib-DrugUse | Observation.component:DrugOrMedicationType.valueCodeableConcept | ||||||||
120 | Toedieningsweg | 0 .. 1 | zib-DrugUse | Observation.component:RouteOfAdministration.valueCodeableConcept | ||||||||
113 | WaarnemingGebruik | 0 .. 1 | zib-DrugUse | Observation.effectivePeriod | ||||||||
114 | StartDatum | 0 .. 1 | zib-DrugUse | Observation.effective[x]:effectivePeriod.start | ||||||||
115 | StopDatum | 0 .. 1 | zib-DrugUse | Observation.effective[x]:effectivePeriod.end | ||||||||
116 | Hoeveelheid | 1 .. 1 | zib-DrugUse | Observation.component:amount.valueQuantity | ||||||||
2243 | TabakGebruik | 0 .. * | zib-TobaccoUse | Observation | ||||||||
2244 | Toelichting | 0 .. 1 | zib-TobaccoUse | Observation.comment | ||||||||
2246 | TabakGebruikStatus | 1 .. 1 | zib-TobaccoUse | Observation.value[x]:valueCodeableConcept | ||||||||
2245 | SoortTabakGebruik | 1 .. 1 | zib-TobaccoUse | Observation.component:TypeOfTobaccoUsed.valueCodeabelConcet | ||||||||
2247 | WaarnemingGebruik | 0 .. 1 | zib-TobaccoUse | Observation.effectivePeriod | ||||||||
2248 | StartDatum | 0 .. 1 | zib-TobaccoUse | Observation.effective[x]:effectivePeriod.start | ||||||||
2249 | StopDatum | 0 .. 1 | zib-TobaccoUse | Observation.effective[x]:effectivePeriod.end | ||||||||
2250 | Hoeveelheid | 1 .. 1 | zib-TobaccoUse | Observation.component:amount.valueQuantity | ||||||||
2251 | PackYears | 0 .. 1 | zib-TobaccoUse | Observation.component:PackYears.valueQuantity | ||||||||
1775 | Uitwendig onderzoek | 0 .. * | nvt | |||||||||
10521 | Bevindingen Moeder | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3415 | Fundushoogte (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3417 | FundushoogteWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueQuantity | ||||||||
3421 | MeetDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3422 | MeetDatumEindTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3424 | AnatomischeLocatieMeting | 1 .. 1 | bc-MaternalObservation | Observation.bodySite | ||||||||
3425 | Locatie | 1 .. 1 | bc-MaternalObservation | Observation.bodySite | ||||||||
4048 | Fundusstand (Meting) | 0 .. 1 | bc-FetusObservation | Observation | ||||||||
4050 | FundusstandWaarde | 1 .. 1 | bc-FetusObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4054 | MeetDatumBeginTijd | 1 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
4055 | MeetDatumEindTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
4057 | AnatomischeLocatieMeting | 1 .. 1 | bc-FetusObservation | Observation.bodySite | ||||||||
4058 | Locatie | 1 .. 1 | bc-FetusObservation | Observation.bodySite | ||||||||
10522 | Bevindingen Foetus | 0 .. * | bc-FetusObservation | Observation | ||||||||
4060 | LiggingFoetus (Meting) | 1 .. * | bc-FetusObservation | Observation | ||||||||
4062 | LiggingFoetusWaarde | 1 .. 1 | bc-FetusObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4066 | MeetDatumBeginTijd | 1 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
4067 | MeetDatumEindTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
4069 | AnatomischeLocatieMeting | 1 .. 1 | bc-FetusObservation | Observation.bodySite | ||||||||
4070 | Locatie | 1 .. 1 | bc-FetusObservation | Observation.bodySite | ||||||||
4072 | IndalingFoetus(Meting) | 1 .. * | bc-FetusObservation | Observation | ||||||||
4074 | IndalingFoetusWaarde | 1 .. 1 | bc-FetusObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4078 | MeetDatumBeginTijd | 1 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
4079 | MeetDatumEindTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
4081 | AnatomischeLocatieMeting | 1 .. 1 | bc-FetusObservation | Observation.bodySite | ||||||||
4082 | Locatie | 1 .. 1 | bc-FetusObservation | Observation.bodySite | ||||||||
1776 | Foetale hartslag (Hartfrequentie) | 0 .. * | bc-FetalHeartRate | Observation | ||||||||
1778 | HartfrequentieDatumTijd | 0 .. 1 | bc-FetalHeartRate | Observation.effective[x]:effectiveDateTime | ||||||||
1777 | HartfrequentieWaarde | 1 .. 1 | bc-FetalHeartRate | Observation.value[x]:valueQuantity | ||||||||
1779 | HartslagMeetMethode | 0 .. 1 | bc-FetalHeartRate | Observation.method | ||||||||
1781 | HartslagRegelmatigheid | 1 .. 1 | bc-FetalHeartRate | Observation.component:heartRateRegularity.value[x]:valueCodeableConcept | ||||||||
1782 | InterpretatieFrequentie | 1 .. 1 | bc-FetalHeartRate | Observation.interpretation | ||||||||
1780 | Toelichting | 0 .. 1 | bc-FetalHeartRate | Observation.comment | ||||||||
2143 | Actuele aantal levende foetus (Observatie) | 0 .. * | bc-PregnancyObservation | Observation | ||||||||
2144 | ActueleAantalLevendeFoetusDatumTijd | 0 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2146 | ActueelAantalLevendeFoetusWaarde | 0 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueQuantity | ||||||||
2147 | ObservatieMethode | 0 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
2150 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
1180 | Probleem (Zwangerschap) | 0 .. * | bc-DisorderOfPregnancy | Condition | ||||||||
1181 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfPregnancy | Condition.bodySite | ||||||||
1182 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfPregnancy | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1183 | ProbleemType | 0 .. 1 | bc-DisorderOfPregnancy | Condition.category | ||||||||
1184 | ProbleemNaam | 1 .. 1 | bc-DisorderOfPregnancy | Condition.code | ||||||||
8654 | Ernst oedeem | 1 .. 1 | bc-DisorderOfPregnancy | Condition.severity | ||||||||
7894 | Vermoeden iuvd op basis van | 1 .. 1 | bc-DisorderOfPregnancy | Condition.evidence.code | ||||||||
1185 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfPregnancy | Condition.onsetDateTime:onsetDateTime | ||||||||
1186 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfPregnancy | Condition.abatementDateTime:abatementDateTime | ||||||||
3409 | Zwangerschapsduur | 1 .. 1 | zib-Pregnancy-PregnancyDuration | Observation.value[x]:valueQuantity | ||||||||
1187 | ProbleemStatus | 1 .. 1 | bc-DisorderOfPregnancy | Condition.clinicalStatus | ||||||||
1188 | VerificatieStatus | 0 .. 1 | bc-DisorderOfPregnancy | Condition.verificationStatus | ||||||||
1189 | Toelichting | 0 .. 1 | bc-DisorderOfPregnancy | Condition.note | ||||||||
1190 | Verrichting (Zwangerschap) | 0 .. * | bc-ObstetricProcedure | Procedure | ||||||||
1191 | VerrichtingStartDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.start | ||||||||
1192 | VerrichtingEindDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.end | ||||||||
3408 | Zwangerschapsduur | 0 .. 1 | zib-Pregnancy-PregnancyDuration | Observation.value[x]:valueQuantity | ||||||||
1193 | VerrichtingAnatomischeLocatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite | ||||||||
1194 | VerrichtingLateraliteit | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite.extension:ProcedureLaterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1195 | Indicatie | 0 .. * | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
1207 | Probleem (Zwangerschap) | 0 .. 1 | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
1197 | VerrichtingType | 1 .. 1 | bc-ObstetricProcedure | Procedure.code | ||||||||
1198 | VerrichtingMethode | 0 .. * | bc-ObstetricProcedure | Procedure.extension:procedureMethod | ||||||||
1199 | MedischHulpmiddel | 0 .. * | bc-ObstetricProcedure | Procedure.focalDevice.manipulated | ||||||||
10433 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
1201 | Locatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
1312 | Zorgaanbieder | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
1203 | Uitvoerder | 0 .. * | bc-ObstetricProcedure | Procedure.performer | ||||||||
1310 | Zorgverlener | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
1205 | Aanvrager | 0 .. * | zib-ProcedureRequest | ProcedureRequest.requester | ||||||||
1311 | Zorgverlener | 0 .. 1 | zib-ProcedureRequest | ProcedureRequest.requester | ||||||||
7888 | Eiceldonatie | 0 .. 1 | bc-Donor | RelatedPerson.extension:role | ||||||||
7889 | Geboortedatum eiceldonor | 1 .. 1 | bc-Donor | RelatedPerson.birthDate | ||||||||
7890 | Leeftijd eiceldonor | 1 .. 1 | bc-Donor | RelatedPerson.birthDate | ||||||||
1846 | Maternale sterfte | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
1847 | OverlijdensIndicator | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueBoolean | ||||||||
1848 | DatumOverlijden | 0 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueDateTime | ||||||||
2142 | Bijlage | 0 .. * | Binary | |||||||||
10550 | Media | 0 .. * | Binary | |||||||||
2160 | Counseling prenatale screening en prenatale diagnostiek | 0 .. 1 | bc-Encounter | Encounter | ||||||||
3410 | BeginDatumTijd | 1 .. 1 | bc-Encounter | Encounter.period.start | ||||||||
3647 | Conclusie professioneel onderzoek | 1 .. 1 | bc-ClinicalImpression | ClinicalImpression | ||||||||
37 | Bevalling | 1 .. 1 | bc-DeliveryProcedure | Procedure | ||||||||
3411 | Partusnummer | 0 .. 1 | bc-DeliveryProcedure | Procedure.identifier | ||||||||
10694 | Zwangerschapsduur | 1 .. 1 | zib-Pregnancy-PregnancyDuration | Observation.value[x]:valueQuantity | ||||||||
1564 | Probleem (Maternaal) | 0 .. * | bc-DisorderOfLaborAndDelivery | Condition | ||||||||
1565 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.bodySite | ||||||||
1566 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition | ||||||||
1567 | ProbleemType | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.category | ||||||||
1568 | ProbleemNaam | 1 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.code | ||||||||
7917 | Vermoeden iuvd op basis van | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.evidence.code | ||||||||
1569 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.onsetDateTime:onsetDateTime | ||||||||
1570 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.abatementDateTime:abatementDateTime | ||||||||
3412 | Zwangerschapsduur | 1 .. 1 | zib-Pregnancy-PregnancyDuration | Observation | ||||||||
1571 | ProbleemStatus | 1 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.clinicalStatus | ||||||||
1572 | VerificatieStatus | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.verificationStatus | ||||||||
1573 | Toelichting | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.note | ||||||||
1547 | Verrichting (Maternaal) | 0 .. * | bc-ObstetricProcedure | Procedure | ||||||||
1548 | VerrichtingStartDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.start | ||||||||
1549 | VerrichtingEindDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.end | ||||||||
3413 | Zwangerschapsduur | 0 .. 1 | zib-Pregnancy-PregnancyDuration | Observation | ||||||||
1550 | VerrichtingAnatomischeLocatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite | ||||||||
1551 | VerrichtingLateraliteit | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite.extension:ProcedureLaterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1552 | Indicatie | 0 .. * | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
1583 | Probleem (Maternaal) | 0 .. 1 | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
1554 | VerrichtingType | 1 .. 1 | bc-ObstetricProcedure | Procedure.code | ||||||||
10280 | Moment amniotomie | 0 .. 1 | bc-ObstetricProcedure | Procedure.extension:partusPhase | ||||||||
1555 | VerrichtingMethode | 0 .. * | bc-ObstetricProcedure | Procedure.extension:procedureMethod | ||||||||
1556 | MedischHulpmiddel | 0 .. * | bc-ObstetricProcedure | Procedure.focalDevice | ||||||||
10434 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
1558 | Locatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
10435 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
1560 | Uitvoerder | 0 .. * | bc-ObstetricProcedure | Procedure.performer | ||||||||
10436 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
1562 | Aanvrager | 0 .. * | zib-ProcedureRequest | ProcedureRequest.requester | ||||||||
10438 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
3882 | Conclusie professioneel onderzoek | 0 .. 1 | bc-ClinicalImpression | ClinicalImpression | ||||||||
38 | Ontsluitingsfase | 1 .. 1 | nvt | |||||||||
4084 | Actieve Ontsluiting (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation.code | ||||||||
4085 | ObservatieDatumTijd | 1 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4087 | BeginActieveOntsluitingWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueDateTime | ||||||||
10246 | DuurActieveOntsluitingWaarde | 0 .. 1 | nvt | |||||||||
4088 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4095 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
4096 | Wijze Begin Baring (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4097 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4099 | BeginBaringWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4100 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4107 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
4108 | Breken Vliezen (Observatie) | 1 .. 1 | bc-BirthObservation | Observation | ||||||||
4109 | ObservatieDatumTijd | 0 .. 1 | bc-BirthObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4111 | BrekenVliezenWaarde | 1 .. 1 | bc-BirthObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4112 | ObservatieMethode | 0 .. 1 | bc-BirthObservation | Observation.method | ||||||||
4119 | Toelichting | 0 .. 1 | bc-BirthObservation | Observation.comment | ||||||||
4120 | Aard Vruchtwater (Observatie) | 1 .. 1 | bc-BirthObservation | Observation | ||||||||
4121 | ObservatieDatumTijd | 0 .. 1 | bc-BirthObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4123 | Aard Vruchtwater Waarde | 1 .. 1 | bc-BirthObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4124 | ObservatieMethode | 0 .. 1 | bc-BirthObservation | Observation.method | ||||||||
4131 | Toelichting | 0 .. 1 | bc-BirthObservation | Observation.comment | ||||||||
39 | Uitdrijvingsfase | 1 .. * | bc-Birth | Procedure | ||||||||
9685 | Patient | 1 .. 1 | bc-Woman | Patient | ||||||||
4132 | Actief Meepersen (Observatie) | 0 .. 1 | bc-BirthObservation | Observation | ||||||||
4133 | ObservatieDatumTijd | 0 .. 1 | bc-BirthObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4135 | ActiefMeepersenWaarde | 1 .. 1 | bc-BirthObservation | Observation.value[x]:valueDateTime | ||||||||
10247 | DuurUitdrijvingWaarde | 1 .. 1 | nvt | |||||||||
4136 | ObservatieMethode | 0 .. 1 | bc-BirthObservation | Observation.method | ||||||||
4143 | Toelichting | 0 .. 1 | bc-BirthObservation | Observation.comment | ||||||||
4144 | Type Partus (Observatie) | 1 .. 1 | bc-BirthObservation | Observation | ||||||||
4145 | ObservatieDatumTijd | 0 .. 1 | bc-BirthObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4147 | TypePartusWaarde | 1 .. 1 | bc-BirthObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4148 | ObservatieMethode | 0 .. 1 | bc-BirthObservation | Observation.method | ||||||||
4155 | Toelichting | 0 .. 1 | bc-BirthObservation | Observation.comment | ||||||||
4157 | TOP nav prenataal onderzoek? (Observatie) | 0 .. 1 | bc-PregnancyObservation | Observation | ||||||||
4158 | ObservatieDatumTijd | 0 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4160 | TOPnavPrenataalOnderzoekWaarde | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueBoolean | ||||||||
4161 | ObservatieMethode | 0 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
4168 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
4169 | Ligging kind (Observatie) | 1 .. 1 | bc-FetusObservation | Observation | ||||||||
4170 | ObservatieDatumTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4172 | LiggingKindWaarde | 1 .. 1 | bc-FetusObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4173 | ObservatieMethode | 0 .. 1 | bc-FetusObservation | Observation.method | ||||||||
4180 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
4193 | Werkelijke plaats baring (type locatie) (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4194 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4196 | WerkelijkePlaatsBaringWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4197 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4204 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
1587 | Ziekenhuis baring | 0 .. 1 | bc-DeliveryProcedure | Procedure.performer.actor | ||||||||
1588 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
10710 | Partusassistentie (Contact) | 0 .. 1 | bc-ChildBirthAssistance | Encounter | ||||||||
10711 | ContactType | 0 .. 1 | bc-ChildBirthAssistance | Encounter.class.extension:ContactTypeCodelist | ||||||||
10735 | ContactSoort | 0 .. 1 | bc-ChildBirthAssistance | Encounter.type | ||||||||
10712 | ContactMet | 0 .. 1 | bc-ChildBirthAssistance | Encounter.participant.individual.extension:practitionerRole | ||||||||
10801 | Zorgverlener | 0 .. 1 | nl-core-practitionerrole | PractitionerRole | ||||||||
10714 | Locatie | 0 .. 1 | bc-ChildBirthAssistance | Encounter.serviceProvider | ||||||||
10734 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
10738 | PartusStadiumWaarde | 0 .. 1 | bc-ChildBirthAssistance | Encounter.participant.extension:periodOfArrival | ||||||||
10726 | OproepDatumTijd | 0 .. 1 | bc-ChildBirthAssistance | Encounter.participant.extension:timeWhenCalled | ||||||||
10716 | AankomstDatumTijd | 0 .. 1 | bc-ChildBirthAssistance | Encounter.participant.period.start | ||||||||
10717 | EindDatumTijd | 0 .. 1 | bc-ChildBirthAssistance | Encounter.participant.period.end | ||||||||
1591 | Probleem (Kindspecifieke maternale problemen) | 0 .. * | bc-DisorderOfLaborAndDelivery | Condition | ||||||||
1592 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.bodySite | ||||||||
1593 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1594 | ProbleemType | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.category | ||||||||
1595 | ProbleemNaam | 1 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.code | ||||||||
1596 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.onsetDateTime:onsetDateTime | ||||||||
1597 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.abatementDateTime:abatementDateTime | ||||||||
1598 | ProbleemStatus | 1 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.clinicalStatus | ||||||||
1599 | VerificatieStatus | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.verificationStatus | ||||||||
1600 | Toelichting | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.note | ||||||||
1603 | Verrichting (Kindspecifieke maternale verrichtingen) | 0 .. * | bc-ObstetricProcedure | Procedure | ||||||||
1604 | VerrichtingStartDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.start | ||||||||
1605 | VerrichtingEindDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.end | ||||||||
1606 | VerrichtingAnatomischeLocatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite | ||||||||
1607 | VerrichtingLateraliteit | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite.extension:ProcedureLaterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1608 | Indicatie | 0 .. * | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
1620 | Probleem (Kindspecifieke maternale problemen) | 0 .. 1 | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
1610 | VerrichtingType | 1 .. 1 | bc-ObstetricProcedure | Procedure.code | ||||||||
7919 | Beslismoment sectio caesarea | 0 .. 1 | bc-ObstetricProcedure | Procedure.extension:decisionMoment | ||||||||
1611 | VerrichtingMethode | 0 .. * | bc-ObstetricProcedure | Procedure.extension:procedureMethod | ||||||||
1612 | MedischHulpmiddel | 0 .. * | bc-ObstetricProcedure | Procedure.focalDevice | ||||||||
10452 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
1614 | Locatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
10453 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
1616 | Uitvoerder | 0 .. * | bc-ObstetricProcedure | Procedure.performer | ||||||||
10454 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
10455 | Aanvrager | 0 .. * | zib-procedurerequest | ProcedureRequest.requester | ||||||||
10457 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
1624 | Aanpakker kind | 1 .. 1 | bc-ChildBirthAssistance | Encounter.participant.individual | ||||||||
1625 | Zorgverlener | 1 .. 1 | bc-ChildBirthAssistance | Encounter.participant.individual | ||||||||
1626 | Supervisor | 1 .. 1 | bc-ChildBirthAssistance | Encounter.participant.individual | ||||||||
1627 | Zorgverlener | 1 .. 1 | bc-ChildBirthAssistance | Encounter.participant.individual | ||||||||
40 | Nageboortefase | 1 .. 1 | ntb | |||||||||
3884 | Placenta | 1 .. * | nvt | |||||||||
4218 | Wijze Geboorte Placenta (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4219 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4221 | WijzeGeboortePlacentaWaarde | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4222 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4229 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
4230 | Geboorte Placenta (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4231 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4233 | GeboortePlacentaWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueDateTime | ||||||||
4234 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4241 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
4242 | Placenta Compleet (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4243 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4245 | PlacentaCompleetWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4246 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4253 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
4254 | Placenta PA? (Observatie) | 0 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4255 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4257 | PlacentaPAWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueBoolean | ||||||||
4258 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4265 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
4266 | Testuitslag PA (Observatie) | 0 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4267 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4269 | TestuitslagPAWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueString | ||||||||
4270 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4277 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
4278 | Compleetheid Vliezen (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4279 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4281 | CompleetheidVliezenWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4282 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4289 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
4290 | Navelstreng Vaten (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4291 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4293 | NavelstrengVatenWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4294 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4301 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
3951 | Inspectie perineum/ sfincter/ vrouwelijke geslachtsorganen (Observatie) | 1 .. 1 | bc-PerinealAssessment | Observation | ||||||||
3952 | ObservatieDatumTijd | 0 .. 1 | bc-PerinealAssessment | Observation.effective[x]:effectiveDateTime | ||||||||
3953 | PerineumWaarde | 1 .. 1 | bc-PerinealAssessment | Observation.component:perineum.value[x]:valueCodeableConcept | ||||||||
3954 | SfincterWaarde | 1 .. 1 | bc-PerinealAssessment | Observation.component:sfincter.value[x]:valueCodeableConcept | ||||||||
10553 | VrouwelijkGeslachtsorgaanWaarde | 1 .. 1 | bc-PerinealAssessment | Observation.component:femaleGenital.value[x]:valueCodeableConcept | ||||||||
3956 | ObservatieMethode | 0 .. 1 | bc-PerinealAssessment | Observation.method | ||||||||
3955 | Toelichting | 0 .. 1 | bc-PerinealAssessment | Observation.comment | ||||||||
3967 | Hoeveelheid bloedverlies (Observatie) | 1 .. * | bc-DeliveryObservation | Observation | ||||||||
3968 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
1751 | HoeveelheidBloedverliesWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueQuantity | ||||||||
3969 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
3970 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
10268 | Opname en Ontslag | 0 .. 1 | zib-Contact | Encounter | ||||||||
10269 | Contact | 1 .. 1 | zib-Contact | Encounter | ||||||||
10803 | Foetus | 1 .. * | bc-Child&scope=nictiz.fhir.nl.stu3.geboortezorg@1.2.2 bc-Fetus bc-Child | BodySite Patient | ||||||||
10804 | Demografische gegevens | 1 .. 1 | bc-Child | Patient | ||||||||
10805 | Patient | 1 .. 1 | bc-Child | Patient | ||||||||
10806 | JuridischeSituatie | 0 .. 1 | bc-LegalSituation-LegalStatus | Condition | ||||||||
1404 | Kind | 1 .. * | bc-Child | Patient | ||||||||
1754 | Demografische gegevens | 1 .. 1 | bc-Child | Patient | ||||||||
1378 | Patient | 1 .. 1 | bc-Child | Patient | ||||||||
10566 | JuridischeSituatie | 0 .. 1 | bc-LegalSituation-LegalStatus/bc-LegalSituation-Representation | Condition | ||||||||
1405 | Contactpersoon | 0 .. 1 | nl-core-relatedperson | Relatedperson | ||||||||
1756 | Perinatale sterfte (Observatie) | 1 .. 1 | bc-PerinatalDeath | Observation | ||||||||
10552 | DatumOverlijden | 0 .. 1 | bc-PerinatalDeath | Observation.component:deceasedDateTime.value[x]:valueDateTime | ||||||||
10551 | OverlijdensIndicator | 1 .. 1 | bc-PerinatalDeath | Observation.value[x]:valueBoolean | ||||||||
1762 | FasePerinataleSterfteWaarde | 0 .. 1 | bc-PerinatalDeath | Observation.component:perinatalPhase.value[x]:valueCodeableConcept | ||||||||
1764 | Toelichting | 0 .. 1 | bc-PerinatalDeath | Observation.comment | ||||||||
1407 | Lichamelijk onderzoek kind | 1 .. 1 | nvt | |||||||||
1418 | Geboortegewicht (Lichaamsgewicht) | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
1419 | GewichtWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueQuantity | ||||||||
1423 | PercentielGeboortegewicht | 1 .. 1 | bc-ChildObservation | Observation.interpretation | ||||||||
1420 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
1421 | GewichtDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
1422 | Kleding | 0 .. 1 | bc-ChildObservation | Observation.component:clothing.value[x]:valueCodeableConcept | ||||||||
1424 | Lichaamslengte | 0 .. * | zib-BodyHeight | Observation | ||||||||
1425 | LengteWaarde | 1 .. 1 | zib-BodyHeight | Observation.value[x]:valueQuantity | ||||||||
1426 | LengteDatumTijd | 0 .. 1 | zib-BodyHeight | Observation.effective[x]:effectiveDateTime | ||||||||
1427 | Toelichting | 0 .. 1 | zib-BodyHeight | Observation.comment | ||||||||
1429 | Schedelomvang | 0 .. * | zib-HeadCircumference | Observation | ||||||||
1430 | SchedelomvangMeetmethode | 0 .. 1 | zib-HeadCircumference | Observation.method | ||||||||
1431 | Toelichting | 0 .. 1 | zib-HeadCircumference | Observation.comment | ||||||||
1432 | SchedelomvangWaarde | 1 .. 1 | zib-HeadCircumference | Observation.value[x]:valueQuantity | ||||||||
1433 | SchedelomvangDatumTijd | 0 .. 1 | zib-HeadCircumference | Observation.effective[x]:effectiveDateTime | ||||||||
1765 | Bevindingen | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
2706 | Algemene indruk | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
1408 | ApgarScore1min | 1 .. 1 | zib-ApgarScore | Observation | ||||||||
1409 | ApgarScoreDatumTijd | 0 .. 1 | zib-ApgarScore | Observation.effective[x]:effectiveDateTime | ||||||||
1410 | ApgarScoreTotaal | 1 .. 1 | zib-ApgarScore | Observation.value[x]:valueQuantity | ||||||||
ordinal | 1411 | AdemhalingScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 1412 | HuidskleurScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 1413 | HartslagScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 1414 | ReflexenScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 1415 | SpierspanningScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
1416 | Toelichting | 0 .. 1 | zib-ApgarScore | Observation.comment | ||||||||
9663 | ApgarScore5min | 1 .. 1 | zib-ApgarScore | Observation | ||||||||
9664 | ApgarScoreDatumTijd | 0 .. 1 | zib-ApgarScore | Observation.effective[x]:effectiveDateTime | ||||||||
9665 | ApgarScoreTotaal | 1 .. 1 | zib-ApgarScore | Observation.value[x]:valueQuantity | ||||||||
ordinal | 9666 | AdemhalingScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 9667 | HuidskleurScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 9668 | HartslagScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 9669 | ReflexenScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 9670 | SpierspanningScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
9671 | Toelichting | 0 .. 1 | zib-ApgarScore | Observation.comment | ||||||||
9672 | ApgarScore10min | 0 .. 1 | zib-ApgarScore | Observation | ||||||||
9673 | ApgarScoreDatumTijd | 0 .. 1 | zib-ApgarScore | Observation.effective[x]:effectiveDateTime | ||||||||
9674 | ApgarScoreTotaal | 1 .. 1 | zib-ApgarScore | Observation.value[x]:valueQuantity | ||||||||
ordinal | 9675 | AdemhalingScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 9676 | HuidskleurScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 9677 | HartslagScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 9678 | ReflexenScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 9679 | SpierspanningScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
9680 | Toelichting | 0 .. 1 | zib-ApgarScore | Observation.comment | ||||||||
2966 | Huid | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
2967 | Huid (Observatie) | 1 .. * | bc-ChildObservation | Observation | ||||||||
2940 | HuidDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2941 | HuidWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3057 | AnatomischeLocatie | 0 .. 1 | bc-ChildObservation | Observation.bodySite | ||||||||
2942 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
2943 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
3059 | Probleem_Huid | 0 .. * | zib-Problem | Condition | ||||||||
3060 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
3061 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
3062 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
3063 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
3064 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
3065 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
3066 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
3067 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
3068 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
2968 | Hoofd/Hals | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
2969 | Hoofd/Hals (Observatie) | 1 .. * | bc-ChildObservation | Observation | ||||||||
2970 | HoofdHalsDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2971 | HoofdHalsWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2972 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
2973 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
2954 | Probleem_Hoofd/Hals | 0 .. * | zib-Problem | Condition | ||||||||
2955 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
2956 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
2957 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
2958 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
2959 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
2960 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
2961 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
2962 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
2963 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
2974 | Thorax | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
2975 | Thorax (observatie) | 1 .. * | bc-ChildObservation | Observation | ||||||||
2978 | ThoraxDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2979 | ThoraxWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2980 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
2981 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
2995 | Probleem_Thorax | 0 .. * | zib-Problem | Condition | ||||||||
2996 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
2997 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
2998 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
2999 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
3000 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
3001 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
3002 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
3003 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
3004 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
2984 | Abdomen | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
3070 | Abdomen (Observatie) | 1 .. * | bc-ChildObservation | Observation | ||||||||
3071 | AbdomenDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
3072 | AbdomenWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3073 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
3074 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
2985 | Probleem_Abdomen | 0 .. * | zib-Problem | Condition | ||||||||
2986 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
2987 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
2988 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
2989 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
2990 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
2991 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
2992 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
2993 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
2994 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
3005 | Rug | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
3075 | Rug (Observatie) | 1 .. * | bc-ChildObservation | Observation | ||||||||
3076 | RugDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
3077 | RugWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3078 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
3079 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
3006 | Probleem_Rug | 0 .. * | zib-Problem | Condition.* | ||||||||
3007 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
3008 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
3009 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
3010 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
3011 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
3012 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
3013 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
3014 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
3015 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
3016 | Extremiteiten | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
3080 | Extremiteiten (observatie) | 1 .. * | bc-ChildObservation | Observation | ||||||||
3081 | ExtremiteitenDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
3082 | ExtremiteitenWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3083 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
3084 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
3017 | Probleem_Extremiteiten | 0 .. * | zib-Problem | Condition | ||||||||
3018 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
3019 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
3020 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
3021 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
3022 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
3023 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
3024 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
3025 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
3026 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
3027 | Genitalia | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
3049 | Genitalia (observatie) | 1 .. * | bc-ChildObservation | Observation | ||||||||
3050 | GenitaliaDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
3051 | GenitaliaWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4305 | AnatomischeLocatie | 0 .. 1 | bc-ChildObservation | Observation.bodySite | ||||||||
3052 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
3053 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
3028 | Probleem_Genitalia | 0 .. * | zib-Problem | Condition | ||||||||
3029 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
3030 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
3031 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
3032 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
3033 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
3034 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
3035 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
3036 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
3037 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
3038 | Neurologie | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
3085 | Neurologie (Observatie) | 1 .. * | bc-ChildObservation | Observation | ||||||||
3086 | NeurologieDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
3087 | NeurologieWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3088 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
3089 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
3039 | Probleem_Neurologie | 0 .. * | zib-Problem | Condition | ||||||||
3040 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
3041 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
3042 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
3043 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
3044 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
3045 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
3046 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
3047 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
3048 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
10554 | Betrokkenheid kinderarts | 0 .. 1 | bc-CareTeam | CareTeam | ||||||||
10555 | Specialist | 1 .. * | nl-core-practitioner | Practitioner | ||||||||
3090 | Ondersteuning opvang | 0 .. 1 | zib-Procedure | Condition | ||||||||
3091 | Verrichting (Ondersteuning opvang) | 1 .. * | zib-Procedure | Procedure | ||||||||
3092 | VerrichtingStartDatum | 0 .. 1 | zib-Procedure | Procedure.effectivePeriod.start | ||||||||
3093 | VerrichtingEindDatum | 0 .. 1 | zib-Procedure | Procedure.effectivePeriod.end | ||||||||
3094 | VerrichtingAnatomischeLocatie | 0 .. 1 | zib-Procedure | Procedure.bodySite | ||||||||
3095 | VerrichtingLateraliteit | 0 .. 1 | zib-Procedure | Procedure.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
3096 | Indicatie | 0 .. 1 | zib-Procedure | Procedure.reasonReference | ||||||||
3097 | Probleem | 0 .. * | zib-Problem | Condition | ||||||||
3098 | VerrichtingType | 1 .. 1 | zib-Procedure | Procedure.code | ||||||||
3099 | VerrichtingMethode | 0 .. * | zib-Procedure | Procedure.extension:procedureMethod | ||||||||
3100 | MedischHulpmiddel | 0 .. * | zib-Procedure | Procedure.focalDevice | ||||||||
10458 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
3102 | Locatie | 0 .. 1 | zib-Procedure | Procedure.performer.actor | ||||||||
10459 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
3104 | Uitvoerder | 0 .. * | zib-Procedure | Procedure.performer.actor | ||||||||
10460 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
3106 | Aanvrager | 0 .. * | zib-ProcedureRequest | ProcedureRequest.requester | ||||||||
10461 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
1489 | Problematiek kind | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
1503 | Probleem (ProblematiekKind) | 0 .. * | bc-DisorderOfChild | Condition | ||||||||
1504 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite | ||||||||
1505 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1506 | ProbleemType | 0 .. 1 | bc-DisorderOfChild | Condition.category | ||||||||
1507 | ProbleemNaam | 1 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
1508 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfChild | Condition.onsetDateTime:onsetDateTime | ||||||||
1509 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfChild | Condition.abatementDateTime:abatementDateTime | ||||||||
1510 | ProbleemStatus | 1 .. 1 | bc-DisorderOfChild | Condition.clinicalStatus | ||||||||
1511 | VerificatieStatus | 0 .. 1 | bc-DisorderOfChild | Condition.verificationStatus | ||||||||
1512 | Toelichting | 0 .. 1 | bc-DisorderOfChild | Condition.note | ||||||||
7899 | Lijnsepsis? | 0 .. 1 | bc-DisorderOfChild | Condition.extension:lineSepsis | ||||||||
1490 | Geboortetrauma | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
1493 | Probleem (Geboortetrauma) | 0 .. * | bc-DisorderOfChild | Condition | ||||||||
1494 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite | ||||||||
1495 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1496 | ProbleemType | 0 .. 1 | bc-DisorderOfChild | Condition.category | ||||||||
1497 | ProbleemNaam | 1 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
1498 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfChild | Condition.onsetDateTime:onsetDateTime | ||||||||
1499 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfChild | Condition.abatementDateTime:abatementDateTime | ||||||||
1500 | ProbleemStatus | 1 .. 1 | bc-DisorderOfChild | Condition.clinicalStatus | ||||||||
1501 | VerificatieStatus | 0 .. 1 | bc-DisorderOfChild | Condition.verificationStatus | ||||||||
1502 | Toelichting | 0 .. 1 | bc-DisorderOfChild | Condition.note | ||||||||
1513 | Congenitale aandoeningen | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
1514 | Probleem (Congenitale aandoeningen) | 0 .. * | bc-DisorderOfChild | Condition | ||||||||
1515 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite | ||||||||
1516 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1517 | ProbleemType | 0 .. 1 | bc-DisorderOfChild | Condition.category | ||||||||
1518 | ProbleemNaam | 1 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
1519 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfChild | Condition.onsetDateTime:onsetDateTime | ||||||||
1520 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfChild | Condition.abatementDateTime:abatementDateTime | ||||||||
1521 | ProbleemStatus | 1 .. 1 | bc-DisorderOfChild | Condition.clinicalStatus | ||||||||
1522 | VerificatieStatus | 0 .. 1 | bc-DisorderOfChild | Condition.verificationStatus | ||||||||
1523 | Toelichting | 0 .. 1 | bc-DisorderOfChild | Condition.note | ||||||||
8756 | Opname, Ontslag, Overplaatsing | 0 .. * | zib-Encounter | Encounter | ||||||||
8779 | Contact | 1 .. 1 | zib-Encounter | Encounter | ||||||||
8758 | Lichaamsgewicht | 1 .. 1 | zib-BodyWeight | Observation | ||||||||
8759 | Schedelomvang | 1 .. 1 | zib-HeadCircumference | Observation | ||||||||
8757 | VoedingspatroonZuigeling | 1 .. 1 | bc-FeedingPatternInfant | Observation | ||||||||
8760 | Ondersteuning bij ontslag naar huis (Verrichting) | 1 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
8761 | VerrichtingStartDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.start | ||||||||
8762 | VerrichtingEindDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.end | ||||||||
8763 | VerrichtingAnatomischeLocatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite | ||||||||
8764 | VerrichtingLateraliteit | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite.extension:ProcedureLaterality | ||||||||
8765 | Indicatie | 0 .. * | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
8777 | Probleem (ProblematiekKind) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8778 | Probleem (Congenitale aandoeningen) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8767 | VerrichtingType | 1 .. 1 | bc-ObstetricProcedure | Procedure.code | ||||||||
8768 | VerrichtingMethode | 0 .. * | bc-ObstetricProcedure | Procedure.extension:procedureMethod | ||||||||
8769 | MedischHulpmiddel | 0 .. * | bc-ObstetricProcedure | Procedure.usedReference | ||||||||
10470 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
8771 | Locatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
10471 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
8773 | Uitvoerder | 0 .. * | bc-ObstetricProcedure | Procedure.performer | ||||||||
10472 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
8775 | Aanvrager | 0 .. * | zib-ProcedureRequest | ProcedureRequest.requester.agent | ||||||||
10473 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
1123 | Medisch onderzoek | 1 .. * | nvt | |||||||||
3677 | Peridoscode | 0 .. 1 | bc-Woman | Patient.identifier | ||||||||
2416 | Verrichting (Onderzoek) | 1 .. 1 | zib-Procedure | Procedure | ||||||||
2417 | VerrichtingStartDatum | 1 .. 1 | zib-Procedure | Procedure.effectivePeriod.start | ||||||||
2418 | VerrichtingEindDatum | 1 .. 1 | zib-Procedure | Procedure.effectivePeriod.end | ||||||||
2419 | VerrichtingAnatomischeLocatie | 0 .. 1 | zib-Procedure | Procedure.bodySite | ||||||||
2420 | VerrichtingLateraliteit | 0 .. 1 | zib-Procedure | Procedure.bodySite.extension:ProcedureLaterality.value[x]:valueCodeableConcept | ||||||||
2421 | Indicatie | 0 .. 1 | zib-Procedure | Procedure.reasonReference | ||||||||
2422 | Probleem | 0 .. 1 | zib-Problem | Condition | ||||||||
2423 | VerrichtingType | 1 .. 1 | bc-ObstetricProcedure | Procedure.code | ||||||||
2424 | VerrichtingMethode | 0 .. 1 | bc-ObstetricProcedure | Procedure.extension:procedureMethod | ||||||||
2425 | MedischHulpmiddel | 0 .. 1 | bc-ObstetricProcedure | Procedure.focalDevice | ||||||||
10474 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
2427 | Locatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer.actor | ||||||||
2433 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
2429 | Uitvoerder | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer.actor | ||||||||
2434 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
2431 | Aanvrager | 0 .. 1 | zib-ProcedureRequest | Procedure.Requestrequester | ||||||||
2435 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
8912 | Media | 1 .. * | DocumentReference | |||||||||
8913 | Identificatienummer | 1 .. 1 | DocumentReference.masterIdentifier | |||||||||
8914 | Type beeldmateriaal | 1 .. 1 | DocumentReference.extension | |||||||||
8915 | Beeldmateriaal | 0 .. 1 | DocumentReference.extension | |||||||||
blob | 8943 | Beeld | 1 .. 1 | Binary | ||||||||
8916 | Datum/Tijd | 0 .. 1 | DocumentReference.indexed | |||||||||
8917 | Toelichting | 0 .. 1 | DocumentReference.extension | |||||||||
1208 | Foetusspecifieke onderzoeksgegevens | 0 .. * | bc-FetusObservation | Observation | ||||||||
10283 | Patient | 1 .. 1 | bc-FetusObservation | Observation.subject | ||||||||
1767 | Foetale monitoring (CTG) | 0 .. * | bc-FetusObservation | Observation | ||||||||
3916 | FoetaleMonitoringMoment | 1 .. 1 | bc-FetalMonitoring | Observation.component:monitoringMoment.value[x]:valueCodeableConcept | ||||||||
1768 | TijdsInterval | 1 .. 1 | bc-FetalMonitoring | Observation.effective[x]:effectivePeriod | ||||||||
1783 | Foetale hartslag (Hartfrequentie) | 1 .. 1 | zib-HeartRate | Observation | ||||||||
3909 | BasisHartFrequentie | 1 .. 1 | bc-FetalMonitoring | Observation.component:basalHeartRate.value[x]:valueQuantity | ||||||||
3910 | FoetaleAcceleraties | 1 .. 1 | bc-FetalMonitoring | Observation.component:fetalAccelerations.value[x]:valueCodeableConcept | ||||||||
3911 | FoetaleDeceleraties | 1 .. 1 | bc-FetalMonitoring | Observation.component:fetalDecelerations.value[x]:valueCodeableConcept | ||||||||
3912 | FoetaleHartFrequentieVariabiliteit | 1 .. 1 | bc-FetalMonitoring | Observation.component:heartFrequencyVariability.value[x]:valueCodeableConcept | ||||||||
3915 | FoetaleMonitoringMethode | 1 .. 1 | bc-FetalMonitoring | Observation.method | ||||||||
3913 | ConclusieFIGO | 0 .. 1 | bc-FetalMonitoring | Observation.component:conclusionFIGO.value[x]:valueCodeableConcept | ||||||||
3914 | ConclusieFisher | 0 .. 1 | bc-FetalMonitoring | Observation.component:conclusionFisher.value[x]:valueQuantity | ||||||||
3907 | Beoordelaar | 1 .. 1 | bc-FetalMonitoring | Observation.performer | ||||||||
3908 | Zorgverlener | 1 .. 1 | nl-core-practitionerrole | Practitioner | ||||||||
1209 | Echoscopie | 0 .. 1 | bc-PregnancyUltraSound | DiagnosticReport | ||||||||
8918 | Echografiche bevindingen algemeen (Observatie) | 1 .. * | bc-PregnancyUltraSoundGeneralFindings | Observation | ||||||||
8919 | ObservatieDatumTijd | 1 .. 1 | bc-PregnancyUltraSoundGeneralFindings | Observation.effective[x]:effectiveDateTime | ||||||||
8929 | ObservatieMethode | 1 .. 1 | bc-PregnancyUltraSoundGeneralFindings | Observation.method | ||||||||
8921 | ConclusieWaarde | 1 .. 1 | bc-PregnancyUltraSoundGeneralFindings | Observation.component:conclusion.value[x]:valueCodeableConcept | ||||||||
8931 | VerdenkingAfwijkingobvWaarde | 1 .. 1 | bc-PregnancyUltraSoundGeneralFindings | Observation.component:suspicionAbnormalities.value[x]:valueCodeableConcept | ||||||||
8930 | AdviesWaarde | 1 .. 1 | bc-PregnancyUltraSoundGeneralFindings | Observation.component:advice.value[x]:valueCodeableConcept | ||||||||
8927 | Toelichting | 0 .. 1 | bc-PregnancyUltraSoundGeneralFindings | Observation.comment | ||||||||
1210 | Biometrie | 0 .. 1 | bc-PregnancyUltraSound | DiagnosticReport | ||||||||
3513 | FoetaleBuikomtrek / AC (Meting) | 0 .. 1 | bc-FetusObservation | Observation | ||||||||
3515 | ACWaarde | 1 .. 1 | bc-FetusObservation | Observation.value[x]:valueQuantity | ||||||||
3525 | ACPercentielWaarde | 1 .. 1 | ntb | |||||||||
3516 | MeetMethode | 1 .. 1 | bc-FetusObservation | Observation.method | ||||||||
3519 | ACDatumBeginTijd | 1 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3520 | ACDatumEindTijd | 1 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3521 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
3626 | FoetaleSchedelomvang | 1 .. 1 | zib-HeadCircumference | Observation | ||||||||
3627 | SchedelomvangMeetmethode | 1 .. 1 | zib-HeadCircumference | Observation.method | ||||||||
3628 | Toelichting | 0 .. 1 | zib-HeadCircumference | Observation.comment | ||||||||
3629 | SchedelomvangWaarde | 1 .. 1 | zib-HeadCircumference | Observation.value[x]:valueQuantity | ||||||||
3631 | SchedelomvangPercentielWaarde | 1 .. 1 | ntb | |||||||||
3630 | SchedelomvangDatumTijd | 1 .. 1 | zib-HeadCircumference | Observation.effective[x]:effectiveDateTime | ||||||||
2451 | Bevindingen | 1 .. 1 | bc-FetusObservation | Observation | ||||||||
1784 | Foetale hartslag (Hartfrequentie) | 1 .. 1 | zib-HeartRate | Observation.value[x]:valueQuantity | ||||||||
7789 | LiggingFoetus (Meting) | 0 .. 1 | bc-FetusObservation | Observation | ||||||||
2404 | Beweging foetus (Observatie) | 0 .. 1 | bc-FetusObservation | Observation | ||||||||
2405 | BewegingFoetusDatumTijd | 1 .. 1 | bc-FetusObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2407 | BewegingFoetusWaarde | 1 .. 1 | bc-FetusObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2408 | ObservatieMethode | 1 .. 1 | bc-FetusObservation | Observation.method | ||||||||
2409 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
2410 | Vruchtwater (Meting) | 0 .. 1 | bc-AmnioticFluid | Observation | ||||||||
2411 | MeetDatumTijd | 1 .. 1 | bc-AmnioticFluid | Observation.effective[x]:effectiveDateTime | ||||||||
2413 | HoeveelheidVruchtwaterWaarde | 1 .. 1 | bc-AmnioticFluid | Observation.component:amnioticFluidQuantity.value[x]:valueCodeableConcept | ||||||||
2479 | VruchtwatercompartimentWaarde | 0 .. 1 | bc-AmnioticFluid | Observation.component:amnioticFluidCompartment.value[x]:valueCodeableConcept | ||||||||
10568 | VruchtwaterSDPWaarde | 0 .. 1 | bc-AmnioticFluid | Observation.component:amnioticFluidSDP.value[x]:valueQuantity | ||||||||
10569 | VruchtwaterAFIWaarde | 0 .. 1 | bc-AmnioticFluid | Observation.component:amnioticFluidAFI.value[x]:valueQuantity | ||||||||
2414 | MeetMethode | 1 .. 1 | bc-AmnioticFluid | Observation.method | ||||||||
2415 | Toelichting | 0 .. 1 | bc-AmnioticFluid | Observation.comment | ||||||||
2437 | PlacentaLokalisatie (Observatie) | 0 .. 1 | bc-PlacentaLocalization | Observation | ||||||||
2438 | PlacentaLokalisatieDatumTijd | 1 .. 1 | bc-PlacentaLocalization | Observation.effective[x]:effectiveDateTime | ||||||||
2449 | PlacentalokalisatieWaarde | 1 .. 1 | bc-PlacentaLocalization | Observation.component:placentaLocalization.value[x]:valueCodeableConcept | ||||||||
7867 | SectioLittekenWaarde | 0 .. 1 | bc-PlacentaLocalization | Observation.component:sectionScar.extension:valueBoolean | ||||||||
2448 | OstiumWaarde | 0 .. 1 | bc-PlacentaLocalization | Observation.component:ostium.value[x]:valueCodeableConcept | ||||||||
2441 | ObservatieMethode | 1 .. 1 | bc-PlacentaLocalization | Observation.method | ||||||||
2442 | Toelichting | 0 .. 1 | bc-PlacentaLocalization | Observation.comment | ||||||||
2458 | Afwijking placenta | 0 .. 1 | bc-DisorderOfPregnancy | Condition | ||||||||
2460 | Probleem | 1 .. 1 | bc-DisorderOfPregnancy | Condition | ||||||||
2461 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfPregnancy | Condition.bodySite | ||||||||
2462 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfPregnancy | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
2463 | ProbleemType | 0 .. 1 | bc-DisorderOfPregnancy | Condition.category | ||||||||
2464 | ProbleemNaam | 1 .. 1 | bc-DisorderOfPregnancy | Condition.code | ||||||||
2465 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfPregnancy | Condition.onsetDateTime:onsetDateTime | ||||||||
2466 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfPregnancy | Condition.abatementDateTime:abatementDateTime | ||||||||
2467 | ProbleemStatus | 1 .. 1 | bc-DisorderOfPregnancy | Condition.clinicalStatus | ||||||||
2468 | VerificatieStatus | 0 .. 1 | bc-DisorderOfPregnancy | Condition.verificationStatus | ||||||||
2469 | Toelichting | 0 .. 1 | bc-DisorderOfPregnancy | Condition.note | ||||||||
3635 | Cervixlengte (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3637 | CervixlengteWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueQuantity | ||||||||
3638 | MeetMethode | 1 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3641 | CervixlengteDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3642 | CervixlengteDatumEindTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3643 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
7790 | Navelstreng (Observatie) | 0 .. 1 | bc-UmbilicalCord | Observation | ||||||||
7791 | NavelstrengDatumTijd | 1 .. 1 | bc-UmbilicalCord | Observation.effective[x]:effectiveDateTime | ||||||||
7846 | NavelstrengWaarde | 1 .. 1 | bc-UmbilicalCord | Observation.value[x]:valueCodeableConcept | ||||||||
7793 | NavelstrengVatenWaarde | 1 .. 1 | bc-UmbilicalCord | Observation.component:umbilicalCordVessels.value[x]:valueCodeableConcept | ||||||||
7794 | ObservatieMethode | 1 .. 1 | bc-UmbilicalCord | Observation.method | ||||||||
7799 | Toelichting | 0 .. 1 | bc-UmbilicalCord | Observation.comment | ||||||||
7836 | OrgaansysteemFoetus (Observatie) | 0 .. * | bc-FetusObservation | Observation | ||||||||
7837 | OrgaansysteemFoetusDatumTijd | 1 .. 1 | bc-FetusObservation | Observation.effective[x]:effectiveDateTime | ||||||||
7887 | ObservatieNaam | 1 .. 1 | bc-FetusObservation | Observation.code | ||||||||
7839 | OrgaansysteemFoetusWaarde | 1 .. 1 | bc-FetusObservation | Observation.value[x]:valueCodeableConcept | ||||||||
7840 | ObservatieMethode | 1 .. 1 | bc-FetusObservation | Observation.method | ||||||||
7845 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
3920 | Probleem (Hart & perifeer vaatstelsel) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
3921 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite | ||||||||
3922 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
3923 | ProbleemType | 0 .. 1 | bc-DisorderOfChild | Condition.category | ||||||||
3924 | ProbleemNaam | 1 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
3925 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfChild | Condition.onsetDateTime:onsetDateTime | ||||||||
3926 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfChild | Condition.abatementDateTime:abatementDateTime | ||||||||
3927 | ProbleemStatus | 1 .. 1 | bc-DisorderOfChild | Condition.clinicalStatus | ||||||||
3928 | VerificatieStatus | 0 .. 1 | bc-DisorderOfChild | Condition.verificationStatus | ||||||||
3929 | Toelichting | 0 .. 1 | bc-DisorderOfChild | Condition.note | ||||||||
3930 | Probleem (Hersenen, hersenstructuren, intracranieel) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
3931 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite | ||||||||
3932 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
3933 | ProbleemType | 0 .. 1 | bc-DisorderOfChild | Condition.category | ||||||||
3934 | ProbleemNaam | 1 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
3935 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfChild | Condition.onsetDateTime:onsetDateTime | ||||||||
3936 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfChild | Condition.abatementDateTime:abatementDateTime | ||||||||
3937 | ProbleemStatus | 1 .. 1 | bc-DisorderOfChild | Condition.clinicalStatus | ||||||||
3938 | VerificatieStatus | 0 .. 1 | bc-DisorderOfChild | Condition.verificationStatus | ||||||||
3939 | Toelichting | 0 .. 1 | bc-DisorderOfChild | Condition.note | ||||||||
3940 | Probleem (Wervelkolom, ruggemerg) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
3941 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite | ||||||||
3942 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
3943 | ProbleemType | 0 .. 1 | bc-DisorderOfChild | Condition.category | ||||||||
3944 | ProbleemNaam | 1 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
3945 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfChild | Condition.onsetDateTime:onsetDateTime | ||||||||
3946 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfChild | Condition.abatementDateTime:abatementDateTime | ||||||||
3947 | ProbleemStatus | 1 .. 1 | bc-DisorderOfChild | Condition.clinicalStatus | ||||||||
3948 | VerificatieStatus | 0 .. 1 | bc-DisorderOfChild | Condition.verificationStatus | ||||||||
3949 | Toelichting | 0 .. 1 | bc-DisorderOfChild | Condition.note | ||||||||
7847 | Sonomarkers (Observatie) | 0 .. * | bc-FetusObservation | Observation | ||||||||
7848 | ObservatieDatumTijd | 1 .. 1 | bc-FetusObservation | Observation.effective[x]:effectiveDateTime | ||||||||
7886 | SonomarkerNaam | 1 .. 1 | bc-FetusObservation | Observation.code | ||||||||
7850 | SonomarkerWaarde | 1 .. 1 | bc-FetusObservation | Observation.value[x]:valueCodeableConcept | ||||||||
7851 | ObservatieMethode | 1 .. 1 | bc-FetusObservation | Observation.method | ||||||||
7856 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
7868 | TekstUitslag | 0 .. 1 | zib-TextResult | DiagnosticReport | ||||||||
7869 | TekstUitslagDatumTijd | 0 .. 1 | zib-TextResult | DiagnosticReport.effectiveDateTime | ||||||||
7870 | Verrichting | 0 .. 1 | bc-ObstetricProcedure | Procedure.report | ||||||||
7875 | Verrichting (Onderzoek) | 1 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
7872 | TekstUitslagStatus | 0 .. 1 | zib-TextResult | DiagnosticReport.status.extension:TextResultStatus | ||||||||
7873 | TekstResultaat | 1 .. 1 | zib-TextResult | DiagnosticReport.conclusion | ||||||||
7874 | TekstUitslagType | 0 .. 1 | zib-TextResult | DiagnosticReport.code | ||||||||
9885 | Media | 0 .. 1 | Binary | |||||||||
1124 | Maternale onderzoeksgegevens | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
1849 | Vaginaal toucher | 0 .. 1 | bc-DigitalVaginalExamination | DiagnosticReport | ||||||||
3678 | Portio/ P (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3680 | PortioWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3681 | MeetMethode | 1 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3684 | PortioDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3685 | PortioDatumEindTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3686 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
3691 | PositiePortio/ P (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3693 | PositiePortioWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3694 | MeetMethode | 1 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3697 | PositiePortioDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3698 | PositiePortioDatumEindTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3699 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
3703 | Ontsluiting/ O (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3705 | OntsluitingWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3706 | MeetMethode | 1 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3709 | OntsluitingDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3710 | OntsluitingDatumEindTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3711 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
3715 | Vliezen/ V (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3717 | VliezenWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3718 | MeetMethode | 1 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3721 | VliezenDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3722 | VliezenDatumEindTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3723 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
3727 | IndalingHodge/ I (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3729 | IndalingHodgeWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3730 | MeetMethode | 1 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3733 | IndalingHodgeDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3734 | IndalingHodgeDatumEindTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3735 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
3739 | AardVoorliggendDeel/ A (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3741 | AardVoorliggendDeelWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3742 | MeetMethode | 1 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3745 | AardVoorliggendDeelDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3746 | AardVoorliggendDeelDatumEindTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3747 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
3751 | Stand/ S (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3753 | StandWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3754 | MeetMethode | 1 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3757 | StandDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3758 | StandDatumEindTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3759 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
1766 | Uterusactiviteit | 0 .. 1 | bc-UterusActivity | Observation | ||||||||
3897 | Periode | 0 .. 1 | bc-UterusActivity | Observation.effective[x]:effectivePeriod | ||||||||
3894 | TijdsInterval | 0 .. 1 | bc-UterusActivity | Observation.effective[x]:effectivePeriod | ||||||||
3900 | UterusActiviteitFrequentie | 0 .. 1 | bc-UterusActivity | Observation.component:uterusActivityFrequency.value[x]:valueQuantity | ||||||||
3901 | UterusActiviteitDuur | 0 .. 1 | bc-UterusActivity | Observation.component:uterusActivityDuration.value[x]:valueQuantity | ||||||||
3902 | UterusActiviteitIntensiteit | 0 .. 1 | bc-UterusActivity | Observation.component:uterusActivityIntensity.value[x]:valueCodeableConcept | ||||||||
3903 | MonteVideoUnits | 0 .. 1 | bc-UterusActivity | Observation.component:monteVideoUnits.value[x]:valueQuantity | ||||||||
3904 | UterusActiviteitRegelmatigheid | 0 .. 1 | bc-UterusActivity | Observation.component:uterusActivityRegularity.value[x]:valueCodeableConcept | ||||||||
3905 | UterusActiviteitMethode | 1 .. 1 | bc-UterusActivity | Observation.method | ||||||||
3906 | ConclusieUterusActiviteit | 1 .. 1 | bc-UterusActivity | Observation.component:conclusionUterusActivity.value[x]:valueCodeableConcept | ||||||||
3898 | Beoordelaar | 1 .. 1 | bc-UterusActivity | Observation.performer | ||||||||
3895 | Zorgverlener | 1 .. 1 | nl-core-practitioner | Practitioner | ||||||||
3899 | EffectOpFoetaleHartslag | 0 .. 1 | bc-FetalMonitoring | Observation.related:uterusActivity.target | ||||||||
3896 | Foetale monitoring (CTG) | 0 .. 1 | bc-FetalMonitoring | Observation | ||||||||
1125 | Urine-, bloed- en aanvullende onderzoeken | 1 .. * | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1126 | PSIE | 0 .. * | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1128 | LaboratoriumTest_Bloedgroep | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1129 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
1132 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
1140 | LaboratoriumTest_Rhesus D | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1141 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
1144 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
1152 | LaboratoriumTest_Rhesus c | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1153 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
1156 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
1640 | LaboratoriumTest_ HBsAg | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2367 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
1644 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
1649 | InterpretatieVlaggen | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.interpretation | ||||||||
2356 | LaboratoriumTest_HIV | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2357 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2360 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
2368 | LaboratoriumTest_Lues | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2369 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2372 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2377 | InterpretatieVlaggen | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.interpretation | ||||||||
3501 | Irregulaire antistoffen (Observatie) | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
3502 | IrregulaireAntistoffenDatumTijd | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.effective[x]:effectiveDateTime | ||||||||
3503 | IrregulaireAntistoffenWaarde | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueBoolean | ||||||||
3504 | WelkeAntistoffenWaarde | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
3505 | Toelichting | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.comment | ||||||||
2379 | LaboratoriumTest_Hb | 1 .. * | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2380 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2383 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2401 | Hb typering | 0 .. * | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2491 | LaboratoriumTest_MCV | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2492 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2495 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2513 | LaboratoriumTest_Vitamine B12 | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2514 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2517 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2545 | LaboratoriumTest_Actief-B12 | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2546 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2549 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2524 | LaboratoriumTest_Ferritine | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2525 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2528 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2502 | LaboratoriumTest_Foliumzuur | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2503 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2506 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2535 | Probleem_Hb-pathie | 0 .. * | zib-Problem | Condition | ||||||||
2538 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
2539 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
2540 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
2541 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
2542 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
2543 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
2544 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
3506 | Diabetes diagnostiek | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
10198 | LaboratoriumTest_HbA1c | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
10199 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
10202 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
10209 | LaboratoriumTest_Glucose | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
10210 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
10213 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
1651 | Schildklierdiagnostiek | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1652 | LaboratoriumTest_VrijT4, TSH & TSH receptor antistoffen | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1653 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
1656 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
1663 | TORCH | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2390 | LaboratoriumTest_TORCH | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2391 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2394 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
10488 | LaboratoriumTest_Rhesus D Factor foetus | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
10489 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
10492 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2556 | Urine | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
3763 | Proteïne in urine o.b.v. strips (Meting) | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
3765 | ProteïneUrineWaarde | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value | ||||||||
3766 | MeetMethode | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.method | ||||||||
3769 | ProteïneUrineDatumBeginTijd | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.effective[x]:effectivePeriod.start | ||||||||
3770 | ProteïneUrineDatumEindTijd | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.effective[x]:effectivePeriod.end | ||||||||
3771 | Toelichting | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.comment | ||||||||
3787 | Urinesediment | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
3775 | Ketonen (Meting) | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
3777 | KetonenWaarde | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value | ||||||||
3778 | MeetMethode | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.method | ||||||||
3781 | KetonenDatumBeginTijd | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.effective[x]:effectivePeriod.start | ||||||||
3782 | KetonenDatumEindTijd | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.effective[x]:effectivePeriod.end | ||||||||
3783 | Toelichting | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.comment | ||||||||
3788 | Nitriet (Meting) | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
3790 | NitrietWaarde | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value | ||||||||
3791 | MeetMethode | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.method | ||||||||
3794 | NitrietDatumBeginTijd | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.effective[x]:effectivePeriod.start | ||||||||
3795 | NitrietDatumEindTijd | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.effective[x]:effectivePeriod.end | ||||||||
3796 | Toelichting | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.comment | ||||||||
3800 | LaboratoriumTest_ProteineUrine | 0 .. * | zib-LaboratoryTestResult-Observation | Observation | ||||||||
3801 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
3804 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value | ||||||||
2557 | LaboratoriumTest_Eiwit/creatinineratio | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2558 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2561 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
10352 | LaboratoriumTest_Urinekweek | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
10353 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
10356 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueString | ||||||||
10363 | LaboratoriumTest_Vaginakweek | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
10364 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
10367 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueString | ||||||||
2729 | Neonatale onderzoeksgegevens | 0 .. * | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1440 | Labonderzoek neonataal bloed | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1629 | LaboratoriumTest | 1 .. * | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1630 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
1631 | Testmethode | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.method | ||||||||
1632 | TestDatumTijd | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.effective[x]:effectiveDateTime | ||||||||
1633 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value | ||||||||
1634 | TestUitslagStatus | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.status | ||||||||
1635 | ReferentieBovengrens | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.referenceRange.high | ||||||||
1636 | ReferentieOndergrens | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.referenceRange.low | ||||||||
1637 | InterpretatieMethode | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.interpretation.extension? | ||||||||
1638 | InterpretatieVlaggen | 0 .. * | zib-LaboratoryTestResult-Observation | Observation.interpretation | ||||||||
1639 | UitslagInterpretatie | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.interpretation | ||||||||
1477 | Postnatale fase | 0 .. 1 | ntb | |||||||||
2302 | Moeder | 0 .. 1 | bc-Woman | Patient | ||||||||
2305 | Probleem (Postpartum complicatie) | 0 .. * | bc-DisorderPostPartum | Condition | ||||||||
2306 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderPostPartum | Condition.bodySite | ||||||||
2307 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderPostPartum | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
2308 | ProbleemType | 0 .. 1 | bc-DisorderPostPartum | Condition.category | ||||||||
2309 | ProbleemNaam | 1 .. 1 | bc-DisorderPostPartum | Condition.code | ||||||||
2310 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderPostPartum | Condition.onsetDateTime:onsetDateTime | ||||||||
2311 | ProbleemEindDatum | 0 .. 1 | bc-DisorderPostPartum | Condition.abatementDateTime:abatementDateTime | ||||||||
2312 | ProbleemStatus | 1 .. 1 | bc-DisorderPostPartum | Condition.clinicalStatus | ||||||||
2313 | VerificatieStatus | 0 .. 1 | bc-DisorderPostPartum | Condition.verificationStatus | ||||||||
2314 | Toelichting | 0 .. 1 | bc-DisorderPostPartum | Condition.verificationStatus | ||||||||
2315 | Verrichting (Postpartum complicatie) | 0 .. 1 | zib-Procedure | Procedure | ||||||||
2316 | VerrichtingStartDatum | 0 .. 1 | zib-Procedure | Procedure.effectivePeriod.start | ||||||||
2317 | VerrichtingEindDatum | 0 .. 1 | zib-Procedure | Procedure.effectivePeriod.end | ||||||||
2318 | VerrichtingAnatomischeLocatie | 0 .. 1 | zib-Procedure | Procedure.bodySite | ||||||||
2319 | VerrichtingLateraliteit | 0 .. 1 | zib-Procedure | Procedure.bodySite.extension:laterality | ||||||||
2320 | Indicatie | 0 .. 1 | zib-Procedure | Procedure.reasonReference | ||||||||
2322 | VerrichtingType | 1 .. 1 | zib-Procedure | Procedure.code | ||||||||
2323 | VerrichtingMethode | 0 .. * | zib-Procedure | Procedure.extension:procedureMethod | ||||||||
2324 | MedischHulpmiddel | 0 .. * | zib-Procedure | Procedure.focalDevice | ||||||||
10475 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
2326 | Locatie | 0 .. 1 | zib-Procedure | Procedure.performer.actor | ||||||||
10476 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
2328 | Uitvoerder | 0 .. 1 | zib-Procedure | Procedure.performer.actor | ||||||||
10477 | Zorgverlener | 0 .. * | nl-core-practitioner | Practitioner | ||||||||
2330 | Aanvrager | 0 .. 1 | zib-ProcedureRequest | ProcedureRequest.requester | ||||||||
10478 | Zorgverlener | 0 .. * | nl-core-practitioner | Practitioner | ||||||||
9823 | Kraamweek | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare | ||||||||
9824 | Vrouw | 0 .. 1 | bc-Woman | Patient | ||||||||
2746 | Controles moeder | 0 .. * | bc-Woman | Patient | ||||||||
10729 | Contact | 1 .. 1 | bc-Encounter | Encounter | ||||||||
2798 | Lichaamstemperatuur | 0 .. * | zib-BodyTemperature | Observation.value[x]:valueQuantity | ||||||||
2753 | Polsfrequentie | 0 .. 1 | zib-PulseRate | Observation | ||||||||
2754 | PolsfrequentieWaarde | 1 .. 1 | zib-PulseRate | Observation.value[x]:valueQuantity | ||||||||
2755 | PolsfrequentieDatumTijd | 1 .. 1 | zib-PulseRate | Observation.effective[x]:effectiveDateTime | ||||||||
2756 | Toelichting | 0 .. 1 | zib-PulseRate | Observation.comment | ||||||||
2757 | PolsRegelmatigheid | 0 .. 1 | zib-PulseRate | Observation.component.valueCodeableConcept | ||||||||
2758 | Blaasfunctie | 0 .. 1 | zib-BladderFunction | Observation | ||||||||
ordinal | 2759 | UrineContinentie | 0 .. 1 | zib-BladderFunction | Observation.value[x]:valueCodeableConcept | |||||||
2762 | UrineKatheter | 0 .. 1 | zib-BladderFunction-UrineCatheter | DeviceUseStatement | ||||||||
10523 | MedischHulpmiddel | 0 .. 1 | zib-BladderFunction-UrineCatheterProduct | Device | ||||||||
2780 | Toelichting | 0 .. 1 | zib-BladderFunction | Observation.comment | ||||||||
2781 | Darmfunctie | 0 .. * | zib-BowelFunction | Observation | ||||||||
10775 | DefecatieGeweest? | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
ordinal | 2782 | FecesContinentie | 0 .. 1 | zib-BowelFunction | Observation.component:FecalContinence | |||||||
2783 | Stoma | 0 .. 1 | zib-BowelFunction | Observation.extension:stoma | ||||||||
2784 | Stoma | 0 .. 1 | zib-Stoma | Observation | ||||||||
2785 | Frequentie | 0 .. 1 | zib-BowelFunction | Observation.component:Frequency | ||||||||
2786 | DefecatieConsistentie | 0 .. 1 | zib-BowelFunction | Observation.component:DefecationConsistency | ||||||||
2787 | DefecatieKleur | 0 .. 1 | zib-BowelFunction | Observation.component:DefecationColor | ||||||||
2788 | Incontinentiemateriaal | 0 .. 1 | zib-BowelFunction/DeviceUseStatement | DeviceUseStatement | ||||||||
10527 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
2790 | Toelichting | 0 .. 1 | zib-BowelFunction | Observation.comment | ||||||||
2791 | Bloeddruk | 0 .. 1 | zib-BloodPressure | Observation | ||||||||
3108 | Lochia (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3109 | ObservatieDatumTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
3111 | Bloedverlies kraambed (lochia) (Waarde) | 0 .. * | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3115 | Lochia foetide / riekend? (Waarde) | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
3117 | Grote stolsels in lochia (Waarde) | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
3118 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3119 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
3120 | Sectiowond (Wond) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
10661 | Sectiowond normaal | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
3122 | WondWeefsel | 0 .. 1 | ||||||||||
3123 | WondInfectie | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
3124 | WondVochtigheid | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3125 | WondRand | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3150 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
9860 | Fundusstand (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3182 | Zelfredzaamheid kraamvrouw | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
2812 | BarthelIndex | 0 .. 1 | bc-BarthelIndex | Observation | ||||||||
2823 | TotaalScore | 1 .. 1 | bc-BarthelIndex | Observation.component:totalScore.value[x]:valueQuantity | ||||||||
2842 | Controle borsten | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
2858 | Bevindingen borsten (Observatie) | 0 .. * | bc-BreastFindings | Observation | ||||||||
2843 | ObservatieDatumTijd | 1 .. 1 | bc-BreastFindings | Observation.effective[x]:effectiveDateTime | ||||||||
2861 | Lateraliteit | 1 .. 1 | bc-BreastFindings | Observation.bodySite.extension:laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
2857 | TepelsWaarde | 0 .. 1 | bc-BreastFindings | Observation.value[x]:valueString | ||||||||
2862 | Toelichting | 0 .. 1 | bc-BreastFindings | Observation.comment | ||||||||
2844 | Probleem | 0 .. * | bc-DisorderPostPartum | Condition | ||||||||
2846 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderPostPartum | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
2847 | ProbleemType | 0 .. 1 | bc-DisorderPostPartum | Condition.category | ||||||||
2848 | ProbleemNaam | 1 .. 1 | bc-DisorderPostPartum | Condition.code | ||||||||
2849 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderPostPartum | Condition.onsetDateTime:onsetDateTime | ||||||||
2850 | ProbleemEindDatum | 0 .. 1 | bc-DisorderPostPartum | Condition.abatementDateTime:abatementDateTime | ||||||||
2851 | ProbleemStatus | 1 .. 1 | bc-DisorderPostPartum | Condition.clinicalStatus | ||||||||
2852 | VerificatieStatus | 0 .. 1 | bc-DisorderPostPartum | Condition.verificationStatus | ||||||||
2853 | Toelichting | 0 .. 1 | bc-DisorderPostPartum | Condition.note | ||||||||
9837 | Controle perineum | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
2824 | Controle perineum (Observatie) | 0 .. * | bc-MaternalObservation | Observation | ||||||||
2826 | ObservatieDatumTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2825 | ControlePerineumWaarde | 1 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
2827 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
2871 | Perineumwond (Wond) | 0 .. * | bc-MaternalObservation | Observation | ||||||||
10662 | Perineumwond normaal | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
2873 | WondWeefsel | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2874 | WondInfectie | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
2875 | WondVochtigheid | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2876 | WondRand | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2901 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
9825 | Kind | 0 .. * | bc-Child | Patient | ||||||||
10663 | Patient | 1 .. 1 | bc-Child | Patient | ||||||||
2747 | Controles kind | 0 .. * | bc-Child | Patient | ||||||||
10730 | Contact | 1 .. 1 | bc-Encounter | Encounter | ||||||||
2792 | Lichaamsgewicht | 0 .. * | zib-BodyWeight | Observation | ||||||||
2799 | Lichaamstemperatuur | 0 .. * | zib-BodyTemperature | Observation | ||||||||
7947 | VoedingspatroonZuigeling | 0 .. * | bc-InfantFeedingPattern | Observation | ||||||||
9960 | Ademhaling (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
9961 | ObservatieDatumTijd | 1 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
9963 | AdemhalingWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
9964 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
9969 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
9886 | Navelstomp (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
9887 | ObservatieDatumTijd | 1 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
9889 | NavelstompWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
9890 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
9895 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
9896 | Slaappatroon (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
9897 | ObservatieDatumTijd | 1 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
9899 | SlaappatroonWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueString | ||||||||
9900 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
9905 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
9906 | Huilgedrag (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
9907 | ObservatieDatumTijd | 1 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
9909 | HuilgedragWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
9910 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
9915 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
9936 | Uitscheiding | 1 .. * | bc-ExcretionFeces/bc-ExcretionUrine | Observation | ||||||||
9937 | Feces (Observatie) | 0 .. * | bc-ExcretionFeces | Observation | ||||||||
9938 | ObservatieDatumTijd | 1 .. 1 | bc-ExcretionFeces | Observation.effective[x]:effectiveDateTime | ||||||||
9940 | FecesWaarde | 0 .. 1 | bc-ExcretionFeces | Observation.component.value[x]:valueCodeableConcept | ||||||||
9957 | PoepluiersWaarde | 1 .. 1 | bc-ExcretionFeces | Observation.component:fecalDiapers.value[x]:valueQuantity | ||||||||
9941 | ObservatieMethode | 0 .. 1 | bc-ExcretionFeces | Observation.method | ||||||||
9942 | ObservatieSpecimen | 0 .. 1 | bc-ExcretionFeces | Observation.specimen | ||||||||
9946 | Toelichting | 0 .. 1 | bc-ExcretionFeces | Observation.comment | ||||||||
9947 | Urine (Observatie) | 0 .. 1 | bc-ExcretionUrine | Observation | ||||||||
9948 | ObservatieDatumTijd | 1 .. 1 | bc-ExcretionUrine | Observation.effective[x]:effectiveDateTime | ||||||||
9950 | UrineWaarde | 1 .. 1 | bc-ExcretionUrine | Observation.component:urine.value[x]:valueCodeableConcept | ||||||||
9958 | PlasluiersWaarde | 1 .. 1 | bc-ExcretionUrine | Observation.component:urineDiapers.value[x]:valueQuantity | ||||||||
9951 | ObservatieMethode | 0 .. 1 | bc-ExcretionUrine | Observation.method | ||||||||
9952 | ObservatieSpecimen | 0 .. 1 | Observation.specimen | |||||||||
9956 | Toelichting | 0 .. 1 | bc-ExcretionUrine | Observation.comment | ||||||||
4356 | Controle huid | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
9959 | Huid (Observatie) | 1 .. * | bc-ChildObservation | Observation | ||||||||
4357 | Probleem_Huid | 0 .. * | zib-Problem | Condition | ||||||||
4358 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
4359 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
4360 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
4361 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
4362 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
4363 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
4364 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
4365 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
4366 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
9916 | Spugen (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
9917 | ObservatieDatumTijd | 1 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
9919 | SpugenWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
9920 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
9925 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
9926 | Schedel (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
9927 | ObservatieDatumTijd | 1 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
9929 | SchedelWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
9930 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
9935 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
4341 | Betrokkenheid andere zorgverlener | 0 .. * | bc-CareTeam | CareTeam | ||||||||
10794 | Zorgverlener | 0 .. 1 | nl-core-practitionerrole | PractitionerRole | ||||||||
10003 | Gehoortest (Observatie) | 0 .. * | bc-ChildObservation | Observation | ||||||||
10004 | ObservatieDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
10006 | GehoortestWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueBoolean | ||||||||
10023 | DatumGehoortestWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueDateTime | ||||||||
10007 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
10012 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
10013 | Hielprik (Observatie) | 0 .. * | bc-ChildObservation | Observation | ||||||||
10014 | ObservatieDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
10016 | HielprikWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueBoolean | ||||||||
10024 | DatumHielprikWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueDateTime | ||||||||
10025 | SetnummerHielprikWaarde | 0 .. 1 | bc-ChildObservation | Observation.identifier | ||||||||
10017 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
10022 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
10750 | Vitamine K (Observatie) | 0 .. * | bc-VitaminKAdministration | Observation | ||||||||
10762 | ObservatieDatumTijd | 1 .. 1 | bc-VitaminKAdministration | Observation.effective[x]:effectiveDateTime | ||||||||
10764 | VitamineKWaarde | 1 .. 1 | bc-VitaminKAdministration | Observation.value[x]:valueBoolean | ||||||||
10765 | DatumVitamineKWaarde | 1 .. 1 | bc-VitaminKAdministration | Observation.component:administrationDate.value[x]:valueDateTime | ||||||||
10767 | ObservatieMethode | 0 .. 1 | bc-VitaminKAdministration | Observation.method | ||||||||
10772 | Toelichting | 0 .. 1 | bc-VitaminKAdministration | Observation.comment | ||||||||
4306 | Nacontrole | 0 .. * | bc-Encounter | Encounter | ||||||||
4324 | Contact | 1 .. 1 | bc-Encounter | Encounter | ||||||||
7973 | Vloeien (Observatie) | 1 .. 1 | bc-MaternalObservation | Observation | ||||||||
7974 | ObservatieDatumTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
7976 | VloeienWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
7977 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
7982 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
7983 | Menstruatie (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
7984 | ObservatieDatumTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
7986 | MenstruatieWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
7987 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
7992 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
7970 | Continentie | 1 .. 1 | bc-MaternalObservation | Observation | ||||||||
ordinal | 7971 | UrineContinentie | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | |||||||
ordinal | 7972 | FecesContinentie | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | |||||||
10675 | Flatusincontinentie | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
4329 | Anticonceptie (Observatie) | 0 .. 1 | bc-BirthControl | Observation | ||||||||
4330 | ObservatieDatumTijd | 0 .. 1 | bc-BirthControl | Observation.effective[x]:effectiveDateTime | ||||||||
7948 | AnticonceptieWaarde | 1 .. 1 | bc-BirthControl | Observation.value[x]:valueBoolean | ||||||||
4332 | GebruikAnticonceptieWaarde | 0 .. 0 | bc-BirthControl | Observation.component:birthcontrolMethod.value[x]:valueCodeableConcept | ||||||||
4333 | ObservatieMethode | 0 .. 1 | bc-BirthControl | Observation.method | ||||||||
4340 | Toelichting | 0 .. 1 | bc-BirthControl | Observation.comment | ||||||||
7950 | Conditie perineum (Observatie) | 1 .. 1 | bc-MaternalObservation | Observation | ||||||||
7951 | ObservatieDatumTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
7953 | ConditiePerineumWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
7954 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
7959 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
7960 | Sectiowond (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
7961 | ObservatieDatumTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
7963 | SectiowondWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
7964 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
7969 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
4326 | Bloeddruk | 1 .. 1 | zib-BloodPressure | Observation | ||||||||
10676 | Lichaamsgewicht | 0 .. 1 | zib-BodyWeight | |||||||||
4328 | LaboratoriumTest_Hb | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
926 | Bouwstenen | 0 .. 1 | ||||||||||
1528 | Behandeling | 0 .. 1 | ||||||||||
1529 | Verrichting | 0 .. * | ||||||||||
1530 | VerrichtingStartDatum | 0 .. 1 | ||||||||||
1531 | VerrichtingEindDatum | 0 .. 1 | ||||||||||
1532 | VerrichtingAnatomischeLocatie | 0 .. 1 | ||||||||||
1533 | VerrichtingLateraliteit | 0 .. 1 | ||||||||||
1534 | Indicatie | 0 .. 1 | ||||||||||
1535 | Probleem | 0 .. 1 | ||||||||||
1536 | VerrichtingType | 1 .. 1 | ||||||||||
1537 | VerrichtingMethode | 0 .. * | ||||||||||
1538 | MedischHulpmiddel | 0 .. 1 | ||||||||||
1539 | MedischHulpmiddel | 0 .. * | ||||||||||
1540 | Locatie | 0 .. 1 | ||||||||||
1541 | Zorgaanbieder | 0 .. 1 | ||||||||||
1542 | Uitvoerder | 0 .. 1 | ||||||||||
1543 | Zorgverlener | 0 .. * | ||||||||||
1544 | Aanvrager | 0 .. 1 | ||||||||||
1545 | Zorgverlener | 0 .. * | ||||||||||
2610 | Klinische context | 0 .. 1 | ||||||||||
10374 | MedischHulpmiddel | 0 .. * | ||||||||||
10375 | Product | 1 .. 1 | ||||||||||
10376 | ProductID | 0 .. 1 | ||||||||||
10377 | ProductType | 0 .. 1 | ||||||||||
10378 | ProductOmschrijving | 0 .. 1 | ||||||||||
10379 | BeginDatum | 0 .. 1 | ||||||||||
10532 | EindDatum | 0 .. 1 | ||||||||||
10380 | Indicatie | 0 .. 1 | ||||||||||
10381 | Probleem | 0 .. * | ||||||||||
10382 | Toelichting | 0 .. 1 | ||||||||||
10383 | AnatomischeLocatie | 0 .. 1 | ||||||||||
10384 | Lateraliteit | 0 .. 1 | ||||||||||
10385 | Locatie | 0 .. 1 | ||||||||||
10526 | Zorgaanbieder | 0 .. 1 | ||||||||||
10387 | Zorgverlener | 0 .. 1 | ||||||||||
10525 | Zorgverlener | 0 .. 1 | ||||||||||
7937 | VoedingspatroonZuigeling | 0 .. * | bc-FeedingPatternInfant | Observation | ||||||||
10506 | Bijvoeding? | 1 .. 1 | bc-FeedingPatternInfant | Observation.component:SupplementaryFeeding.value[x]:valueCodeableConcept | ||||||||
7938 | VoedingspatroonZuigelingDatumTijd | 1 .. 1 | bc-FeedingPatternInfant | Observation.effectiveDateTime:effectiveDateTime | ||||||||
7939 | VoedingToevoeging | 0 .. 1 | bc-FeedingPatternInfant | Observation.component:FeedingSupplement.valueString:valueString | ||||||||
7940 | VoedingFrequentie | 1 .. 1 | bc-FeedingPatternInfant | Observation.component:FeedingFrequency.valueQuantity:valueQuantity | ||||||||
7941 | Toelichting | 0 .. 1 | bc-FeedingPatternInfant | Observation.comment | ||||||||
7942 | Voedingsadvies | 0 .. 1 | bc-FeedingPatternInfant | Observation.basedOn | ||||||||
7943 | Voedingsadvies | 0 .. 1 | zib-NutritionAdvice | NutritionOrder | ||||||||
7944 | Voeding | 0 .. 1 | bc-FeedingPatternInfant | Observation.component:FeedingType | ||||||||
7945 | VoedingSoort | 1 .. 1 | bc-FeedingPatternInfant | Observation.component:FeedingType.valueCodeableConcept:valueCodeableConcept | ||||||||
10504 | VoedingHoeveelheid | 0 .. 1 | bc-FeedingPatternInfant | Observation.component:FeedingType.extension:feedingQuantity | ||||||||
10505 | VoedingDuur | 0 .. 1 | bc-FeedingPatternInfant | Observation.component:FeedingType.extension:feedingDuration | ||||||||
7946 | VoedingMethode | 1 .. 1 | bc-FeedingPatternInfant | Observation.component:FeedingType.extension:feedingMethod | ||||||||
1332 | Subbouwstenen | 0 .. 1 | ||||||||||
3054 | AnatomischeLocatie | 0 .. * | ||||||||||
3055 | Locatie | 0 .. 1 | ||||||||||
3056 | Lateraliteit | 0 .. 1 | ||||||||||
1333 | TijdsInterval | 0 .. * | ||||||||||
1334 | startDatumTijd | 0 .. 1 | ||||||||||
1335 | eindDatumTijd | 0 .. 1 | ||||||||||
1336 | tijdsDuur | 0 .. 1 | ||||||||||
1059 | Metingen | 0 .. 1 | ||||||||||
1060 | Bloeddruk | 0 .. * | zib-BloodPressure | |||||||||
1061 | Meetmethode | 0 .. 1 | ||||||||||
1062 | ManchetType | 0 .. 1 | ||||||||||
1063 | MeetLocatie | 0 .. 1 | ||||||||||
1064 | DiastolischEindpunt | 0 .. 1 | ||||||||||
1065 | SystolischeBloeddruk | 1 .. 1 | ||||||||||
1066 | DiastolischeBloeddruk | 1 .. 1 | ||||||||||
1067 | GemiddeldeBloeddruk | 0 .. 1 | ||||||||||
1068 | BloeddrukDatumTijd | 1 .. 1 | ||||||||||
1069 | Toelichting | 0 .. 1 | ||||||||||
1070 | Houding | 0 .. 1 | ||||||||||
2648 | LaboratoriumUitslag | 0 .. * | ||||||||||
2345 | LaboratoriumTest | 0 .. * | ||||||||||
2346 | TestCode | 1 .. 1 | ||||||||||
2347 | Testmethode | 0 .. 1 | ||||||||||
2348 | TestDatumTijd | 0 .. 1 | ||||||||||
2349 | TestUitslag | 0 .. 1 | ||||||||||
2350 | TestUitslagStatus | 0 .. 1 | ||||||||||
2351 | ReferentieBovengrens | 0 .. 1 | ||||||||||
2352 | ReferentieOndergrens | 0 .. 1 | ||||||||||
2353 | InterpretatieMethode | 0 .. 1 | ||||||||||
2354 | InterpretatieVlaggen | 0 .. * | ||||||||||
2355 | UitslagInterpretatie | 0 .. 1 | ||||||||||
2660 | Monster | 0 .. 1 | ||||||||||
2661 | Monsternummer | 0 .. * | ||||||||||
2662 | Monstervolgnummer | 0 .. 1 | ||||||||||
2663 | Containertype | 0 .. 1 | ||||||||||
2664 | Monstermateriaal | 0 .. 1 | ||||||||||
2665 | Microorganisme | 0 .. 1 | ||||||||||
2666 | Verzamelvolume | 0 .. 1 | ||||||||||
2667 | Verzamelperiode | 0 .. 1 | ||||||||||
2668 | AfnameDatumTijd | 0 .. 1 | ||||||||||
2669 | AannameDatumTijd | 0 .. 1 | ||||||||||
2670 | Afnameprocedure | 0 .. 1 | ||||||||||
2671 | AnatomischeLocatie | 0 .. 1 | ||||||||||
2672 | Lateraliteit | 0 .. 1 | ||||||||||
2673 | Morfologie | 0 .. 1 | ||||||||||
2674 | BronMonster | 0 .. 1 | ||||||||||
2675 | Toelichting | 0 .. 1 | ||||||||||
2676 | Onderzoek | 0 .. 1 | ||||||||||
2677 | ResultaatStatus | 0 .. 1 | ||||||||||
2678 | Toelichting | 0 .. 1 | ||||||||||
2679 | ResultaatType | 0 .. 1 | ||||||||||
2680 | GerelateerdeUitslag | 0 .. * | ||||||||||
2681 | LaboratoriumUitslag | 0 .. 1 | ||||||||||
2682 | Aanvrager | 0 .. 1 | ||||||||||
2683 | Zorgverlener | 0 .. 1 | ||||||||||
1073 | Lichaamsgewicht | 0 .. * | zib-BodyWeight | |||||||||
1074 | GewichtWaarde | 1 .. 1 | zib-BodyWeight | |||||||||
1075 | Toelichting | 0 .. 1 | ||||||||||
1076 | GewichtDatumTijd | 1 .. 1 | ||||||||||
1077 | Kleding | 0 .. 1 | ||||||||||
1667 | Lichaamslengte | 0 .. * | ||||||||||
1668 | LengteWaarde | 1 .. 1 | ||||||||||
1669 | LengteDatumTijd | 1 .. 1 | ||||||||||
1670 | Toelichting | 0 .. 1 | ||||||||||
1671 | Positie | 0 .. 1 | ||||||||||
2793 | Lichaamstemperatuur | 0 .. * | ||||||||||
2794 | TemperatuurWaarde | 1 .. 1 | ||||||||||
2795 | TemperatuurDatumTijd | 1 .. 1 | ||||||||||
2796 | Toelichting | 0 .. 1 | ||||||||||
2797 | TemperatuurType | 0 .. 1 | ||||||||||
2584 | Patienten context | 0 .. 1 | ||||||||||
2688 | BurgerlijkeStaatRC | 0 .. * | ||||||||||
2689 | BurgerlijkeStaat | 0 .. 1 | ||||||||||
2904 | Taalvaardigheid | 0 .. * | ||||||||||
2905 | CommunicatieTaal | 1 .. 1 | ||||||||||
2906 | TaalvaardigheidBegrijpen | 0 .. 1 | ||||||||||
2907 | TaalvaardigheidSpreken | 0 .. 1 | ||||||||||
2908 | TaalvaardigheidLezen | 0 .. 1 | ||||||||||
2909 | Toelichting | 0 .. 1 | ||||||||||
10423 | Wilsverklaring | 0 .. * | ||||||||||
10424 | WilsverklaringType | 1 .. 1 | ||||||||||
10425 | WilsverklaringDatum | 1 .. 1 | ||||||||||
10426 | Aandoening | 0 .. 1 | ||||||||||
10427 | Probleem | 0 .. * | ||||||||||
10428 | Vertegenwoordiger | 0 .. 1 | ||||||||||
10429 | Contactpersoon | 0 .. 1 | ||||||||||
blob | 10430 | WilsverklaringDocument | 0 .. 1 | |||||||||
10431 | Toelichting | 0 .. 1 |
Use case: Maternity data
This is health provider use case for exchanging maternity 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.
Maternity data
Based on ART-DECOR transaction version: 2021-11-11T09:24:28
PWD 3.2 to FHIR | ||||||||||||
Type | # | Concept | Card | Profile | Mapping | |||||||
1313 | Administratief | 1 .. 1 | ||||||||||
1290 | Betaler | 1 .. * | zib-Payer | Coverage | ||||||||
1291 | BetalerPersoon | 0 .. 1 | zib-Payer | Coverage.payor | ||||||||
1292 | BetalerNaam | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.name | ||||||||
1293 | Bankgegevens | 0 .. 1 | zib-Payer | Coverage.payor:extension:bankInformation | ||||||||
1294 | BankNaam | 0 .. 1 | zib-Payer | Coverage.payor:extension:bankInformation.extension:BankName | ||||||||
1295 | Bankcode | 0 .. 1 | zib-Payer | Coverage.payor:extension:bankInformation.extension:AccountNumber | ||||||||
1296 | Rekeningnummer | 0 .. 1 | zib-Payer | Coverage.payor:extension:bankInformation.extension:Bankcode | ||||||||
1297 | Verzekeraar | 1 .. 1 | zib-Payer | Coverage | ||||||||
1298 | Verzekering | 1 .. 1 | zib-Payer | Coverage.payor | ||||||||
1299 | BeginDatumTijd | 0 .. 1 | zib-Payer | Coverage.period.start | ||||||||
1300 | EindDatumTijd | 0 .. 1 | zib-Payer | Coverage.period.end | ||||||||
1301 | Verzekeringssoort | 0 .. 1 | zib-Payer | Coverage.type | ||||||||
1302 | IdentificatieNummer | 0 .. 1 | nl-core-organization | Organization.identifier | ||||||||
1303 | OrganisatieNaam | 0 .. 1 | nl-core-organization | Organization.name | ||||||||
1304 | VerzekerdeNummer | 0 .. 1 | zib-Payer | Coverage.subscriberId | ||||||||
3279 | Adresgegevens | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address | ||||||||
3280 | Straat | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line:line.streetName | ||||||||
3281 | Huisnummer | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line:houseNumber | ||||||||
3282 | Huisnummerletter | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line:extension:buildingNumbersuffix | ||||||||
3283 | Huisnummertoevoeging | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line:extension:buildingNumbersuffix | ||||||||
3284 | AanduidingBijNummer | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line.extension:additionalLocator | ||||||||
3285 | Postcode | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line.postalCode | ||||||||
3286 | Woonplaats | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line.city | ||||||||
3287 | Gemeente | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line.district | ||||||||
3288 | Land | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPersonaddress.country | ||||||||
3289 | AdditioneleInformatie | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line.extension:unitID | ||||||||
3290 | AdresSoort | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.type/.use (via conceptmap) | ||||||||
3291 | Contactgegevens | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom | ||||||||
3292 | Telefoonnummers | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom | ||||||||
3293 | Telefoonnummer | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom.value | ||||||||
3294 | TelecomType | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom:extension:TelecomType | ||||||||
3295 | NummerSoort | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom.use | ||||||||
3296 | EmailAdressen | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom.value | ||||||||
3297 | EmailAdres | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom.value | ||||||||
3298 | EmailSoort | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom.use | ||||||||
750 | Contact | 0 .. * | bc-Encounter | Encounter | ||||||||
751 | ContactType | 1 .. 1 | bc-Encounter | Encounter.class | ||||||||
3690 | ContactSoort | 0 .. 1 | bc-Encounter | Encounter.type | ||||||||
752 | ContactMet | 0 .. 1 | bc-Encounter | Encounter.participant.individual | ||||||||
1868 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner.participant.individual | ||||||||
754 | Locatie | 0 .. 1 | bc-Encounter | Encounter.serviceProvider | ||||||||
1881 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
756 | BeginDatumTijd | 1 .. 1 | bc-Encounter | Encounter.period.start | ||||||||
757 | EindDatumTijd | 1 .. 1 | bc-Encounter | Encounter.period.start | ||||||||
758 | RedenContact | 1 .. * | bc-Encounter | Encounter.diagnosis | ||||||||
759 | Probleem | 0 .. 1 | zib-Problem | Condition | ||||||||
1984 | Vrouw/ moeder | 0 .. 1 | zib-Problem | Condition.subject | ||||||||
3828 | Probleem (Algemene anamnese) | 0 .. 1 | zib-Problem | Condition | ||||||||
3831 | Probleem (Psychiatrie) | 0 .. 1 | zib-Problem | Condition | ||||||||
3829 | Probleem (Sociale problemen) | 0 .. 1 | zib-Problem | Condition | ||||||||
3832 | Probleem (Misbruik/ Geweld) | 0 .. 1 | zib-Problem | Condition | ||||||||
3830 | Probleem (Zwangerschap) | 0 .. 1 | bc-DisorderOfPregnancy | Condition | ||||||||
1928 | Probleem (Maternaal) | 0 .. 1 | bc-DisorderPostPartum | Condition | ||||||||
3833 | Probleem (Postpartum complicatie) | 0 .. 1 | bc-DisorderPostPartum | Condition | ||||||||
1985 | Kind | 0 .. 1 | bc-DisorderOfChild | Condition.subject | ||||||||
1981 | Probleem (Kindspecifieke maternale problemen) | 0 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
1983 | Probleem (ProblematiekKind) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8781 | Probleem (Geboortetrauma) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8782 | Probleem (Congenitale aandoeningen) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
769 | Verrichting | 0 .. 1 | nl-core-procedure | Procedure | ||||||||
1986 | Vrouw/ moeder | 0 .. 1 | nl-core-procedure | Procedure.subject | ||||||||
3834 | Verrichting (Algemene anamnese) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
1970 | Verrichting (Maternaal) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
3836 | Verrichting (Onderzoek) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
1987 | Kind | 0 .. 1 | bc-Birth | Procedure.subject | ||||||||
1982 | Verrichting (Kindspecifieke maternale verrichtingen) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
8793 | Verrichting (Problematiek kind) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
763 | AfwijkendeUitslag | 0 .. 1 | bc-Encounter | Encounter.reason.text | ||||||||
8780 | Toelichting reden contact | 0 .. 1 | bc-Encounter | Encounter.reason.text | ||||||||
764 | Herkomst | 0 .. 1 | bc-Encounter | Encounter.hospitalization.admitSource | ||||||||
765 | Bestemming | 0 .. 1 | bc-Encounter | Encounter.hospitalization.dischargeDisposition | ||||||||
947 | Contactpersoon | 0 .. * | nl-core-relatedperson | Relatedperson | ||||||||
3299 | Naamgegevens | 0 .. 1 | nl-core-relatedperson | Relatedperson.name | ||||||||
3300 | Voornamen | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.given | ||||||||
3301 | Initialen | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.given | ||||||||
3302 | Roepnaam | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.given | ||||||||
3303 | Naamgebruik | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.use | ||||||||
3304 | Geslachtsnaam | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.family:humannameOwnName | ||||||||
3305 | Voorvoegsels | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.family:humannameOwnPrefix | ||||||||
3306 | Achternaam | 1 .. 1 | nl-core-relatedperson | Relatedperson.name.family:humannameOwnName | ||||||||
3307 | GeslachtsnaamPartner | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.family:humannamePartnerName | ||||||||
3308 | VoorvoegselsPartner | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.family:humannamePartnerPrefix | ||||||||
3309 | AchternaamPartner | 1 .. 1 | nl-core-relatedperson | Relatedperson.name.family:humannamePartnerName | ||||||||
3310 | Contactgegevens | 0 .. 1 | nl-core-relatedperson | Relatedperson.telecom | ||||||||
3311 | Telefoonnummers | 0 .. * | nl-core-relatedperson | Relatedperson.telecom | ||||||||
3312 | Telefoonnummer | 1 .. 1 | nl-core-relatedperson | Relatedperson.telecom.value | ||||||||
3313 | TelecomType | 1 .. 1 | nl-core-relatedperson | Relatedperson.telecom:extension:TelecomType | ||||||||
3314 | NummerSoort | 0 .. 1 | nl-core-relatedperson | Relatedperson.telecom.use | ||||||||
3315 | EmailAdressen | 0 .. * | nl-core-relatedperson | Relatedperson.telecom.value | ||||||||
3316 | EmailAdres | 1 .. 1 | nl-core-relatedperson | Relatedperson.telecom.value | ||||||||
3317 | EmailSoort | 0 .. 1 | nl-core-relatedperson | Relatedperson.telecom.use | ||||||||
3318 | Adresgegevens | 0 .. 1 | nl-core-relatedperson | Relatedperson.address | ||||||||
3319 | Straat | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line:line.streetName | ||||||||
3320 | Huisnummer | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line:houseNumber | ||||||||
3321 | Huisnummerletter | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line:extension:buildingNumbersuffix | ||||||||
3322 | Huisnummertoevoeging | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line:extension:buildingNumbersuffix | ||||||||
3323 | AanduidingBijNummer | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line.extension:additionalLocator | ||||||||
3324 | Postcode | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line.postalCode | ||||||||
3325 | Woonplaats | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line.city | ||||||||
3326 | Gemeente | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line.district | ||||||||
3327 | Land | 0 .. 1 | nl-core-relatedperson | Relatedpersonaddress.country | ||||||||
3328 | AdditioneleInformatie | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line.extension | ||||||||
3329 | AdresSoort | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.type/.use (via conceptmap) | ||||||||
954 | Rol | 0 .. 1 | nl-core-relatedperson | Relatedperson:role | ||||||||
955 | Relatie | 0 .. 1 | nl-core-relatedperson | Relatedperson.relationship | ||||||||
675 | Patient | 1 .. * | nl-core-patient | Patient* | ||||||||
3197 | Naamgegevens | 1 .. 1 | nl-core-patient | Patient.name | ||||||||
3198 | Voornamen | 0 .. 1 | nl-core-patient | Patient.name.given | ||||||||
3199 | Initialen | 0 .. 1 | nl-core-patient | Patient.name.given | ||||||||
3200 | Roepnaam | 0 .. 1 | nl-core-patient | Patient.name.given | ||||||||
3201 | Naamgebruik | 0 .. 1 | nl-core-patient | Patient.name.use | ||||||||
3202 | Geslachtsnaam | 1 .. 1 | nl-core-patient | Patient.name.family:humannameOwnName | ||||||||
3203 | Voorvoegsels | 0 .. 1 | nl-core-patient | Patient.name.family:humannameOwnPrefix | ||||||||
3204 | Achternaam | 1 .. 1 | nl-core-patient | Patient.name.family:humannameOwnName | ||||||||
3205 | GeslachtsnaamPartner | 0 .. 1 | nl-core-patient | Patient.name.family:humannamePartnerName | ||||||||
3206 | VoorvoegselsPartner | 0 .. 1 | nl-core-patient | Patient.name.family:humannamePartnerPrefix | ||||||||
3207 | AchternaamPartner | 1 .. 1 | nl-core-patient | Patient.name.family:humannamePartnerName | ||||||||
3208 | Adresgegevens | 1 .. 1 | nl-core-patient | Patient.address | ||||||||
3209 | Straat | 1 .. 1 | nl-core-patient | Patient.address.line.streetName | ||||||||
3210 | Huisnummer | 1 .. 1 | nl-core-patient | Patient.address.line.houseNumber | ||||||||
3211 | Huisnummerletter | 0 .. 1 | nl-core-patient | Patient.address.line.buildingNumbersuffix | ||||||||
3212 | Huisnummertoevoeging | 0 .. 1 | nl-core-patient | Patient.address.line.additionalLocator | ||||||||
3213 | AanduidingBijNummer | 0 .. 1 | nl-core-patient | Patient.address.line.additionalLocator | ||||||||
3214 | Postcode | 1 .. 1 | nl-core-patient | Patient.address.postalCode | ||||||||
3215 | Woonplaats | 1 .. 1 | nl-core-patient | Patient.address.city | ||||||||
3216 | Gemeente | 0 .. 1 | nl-core-patient | Patient.address.district | ||||||||
3217 | Land | 0 .. 1 | nl-core-patient | Patient.address.country | ||||||||
3218 | AdditioneleInformatie | 0 .. 1 | nl-core-patient | Patient.address | ||||||||
3219 | AdresSoort | 1 .. 1 | nl-core-patient | Patient.address.use | ||||||||
3220 | Contactgegevens | 0 .. 1 | nl-core-patient | Patient.telecom | ||||||||
3221 | Telefoonnummers | 0 .. * | nl-core-patient | Patient.telecom.value | ||||||||
3222 | Telefoonnummer | 1 .. 1 | nl-core-patient | Patient.telecom.value | ||||||||
3223 | TelecomType | 1 .. 1 | nl-core-patient | Patient.telecom:extension:TelecomType | ||||||||
3224 | NummerSoort | 0 .. 1 | nl-core-patient | Patient.telecom.use | ||||||||
3225 | EmailAdressen | 0 .. * | nl-core-patient | Patient.telecom.value | ||||||||
3226 | EmailAdres | 1 .. 1 | nl-core-patient | Patient.telecom.value | ||||||||
3227 | EmailSoort | 0 .. 1 | nl-core-patient | Patient.telecom.use | ||||||||
682 | Identificatienummer | 1 .. * | nl-core-patient | Patient.identifier | ||||||||
9861 | GeborenIndicator | 0 .. 1 | bc-child | Patient.extension.born | ||||||||
683 | Geboortedatum | 0 .. 1 | nl-core-patient | Patient.birthDate | ||||||||
684 | Geslacht (administratief) | 1 .. 1 | nl-core-patient | Patient.gender | ||||||||
10776 | Geslacht (identiteit) | 0 .. 1 | bc-Woman | Patient.extension:genderIdentity | ||||||||
685 | MeerlingIndicator | 0 .. 1 | nl-core-patient | Patient.multipleBirthBoolean | ||||||||
3358 | Rangnummer | 0 .. 1 | nl-core-patient | Patient.multipleInteger | ||||||||
686 | OverlijdensIndicator | 0 .. 1 | nl-core-patient | Patient.deceasedBoolean | ||||||||
687 | DatumOverlijden | 0 .. 1 | nl-core-patient | Patient.deceasedDateTime | ||||||||
7858 | JuridischeSituatie | 0 .. * | bc-LegalSituation-LegalStatus | Condition | ||||||||
7859 | JuridischeStatus | 0 .. 1 | bc-LegalSituation-LegalStatus | Condition | ||||||||
7860 | Vertegenwoordiging | 0 .. 1 | bc-LegalSituation-Representation | Condition | ||||||||
7861 | DatumAanvang | 0 .. 1 | bc-LegalSituation-Representation&scope=nictiz.fhir.nl.stu3.geboortezorg@1.2.2 bc-LegalSituation-LegalStatus bc-LegalSituation-Representation | Condition.onset[x]:onsetDateTime | ||||||||
7862 | DatumEinde | 0 .. 1 | bc-LegalSituation-Representation&scope=nictiz.fhir.nl.stu3.geboortezorg@1.2.2 bc-LegalSituation-LegalStatus bc-LegalSituation-Representation | Condistion.abatementDateTime | ||||||||
956 | Zorgaanbieder | 1 .. * | nl-core-organization | Organization | ||||||||
957 | ZorgaanbiederIdentificatienummer | 1 .. * | nl-core-organization | Organization.identifier | ||||||||
958 | OrganisatieNaam | 1 .. 1 | nl-core-organization | Organization.name | ||||||||
959 | OrganisatieLocatie | 0 .. 1 | nl-core-organization | Organization? | ||||||||
960 | AfdelingSpecialisme | 0 .. 1 | nl-core-organization | Organization.type:departmentSpecialty | ||||||||
3228 | Contactgegevens | 1 .. 1 | nl-core-organization | Organization.telecom | ||||||||
3229 | Telefoonnummers | 0 .. * | nl-core-organization | Organization.telecom.value | ||||||||
3230 | Telefoonnummer | 1 .. 1 | nl-core-organization | Organization.telecom.value | ||||||||
3231 | TelecomType | 1 .. 1 | nl-core-organization | Organization.telecom:extension:TelecomType | ||||||||
3232 | NummerSoort | 0 .. 1 | nl-core-organization | Organization.telecom.use | ||||||||
3233 | EmailAdressen | 0 .. * | nl-core-organization | Organization.telecom | ||||||||
3234 | EmailAdres | 1 .. 1 | nl-core-organization | Organization.telecom.value | ||||||||
3235 | EmailSoort | 0 .. 1 | nl-core-organization | Organization.telecom.use | ||||||||
3236 | Adresgegevens | 1 .. 1 | nl-core-organization | Organization.address | ||||||||
3237 | Straat | 1 .. 1 | nl-core-organization | Organization.address.line.streetName | ||||||||
3238 | Huisnummer | 1 .. 1 | nl-core-organization | Organization.address.line.houseNumber | ||||||||
3239 | Huisnummerletter | 0 .. 1 | nl-core-organization | Organization.address.line:extension:buildingNumbersuffix | ||||||||
3240 | Huisnummertoevoeging | 0 .. 1 | nl-core-organization | Organization.address.line:extension:buildingNumbersuffix | ||||||||
3241 | AanduidingBijNummer | 0 .. 1 | nl-core-organization | Organization.address.line:extension:additionalLocator | ||||||||
3242 | Postcode | 1 .. 1 | nl-core-organization | Organization.address.postalCode | ||||||||
3243 | Woonplaats | 1 .. 1 | nl-core-organization | Organization.address.city | ||||||||
3244 | Gemeente | 0 .. 1 | nl-core-organization | Organization.address.district | ||||||||
3245 | Land | 0 .. 1 | nl-core-organization | Organization.address.country | ||||||||
3246 | AdditioneleInformatie | 0 .. 1 | nl-core-organization | Organization.address.line.extension | ||||||||
3247 | AdresSoort | 1 .. 1 | nl-core-organization | Organization.address.use/.type (via conceptMap) | ||||||||
965 | OrganisatieType | 1 .. 1 | nl-core-organization | Organization.type | ||||||||
978 | Zorgverlener | 1 .. * | nl-core-practitioner | Practitioner | ||||||||
979 | ZorgverlenerIdentificatienummer | 1 .. * | nl-core-practitioner | Practitioner.identifier | ||||||||
3248 | Naamgegevens | 1 .. 1 | nl-core-practitioner | Practitioner.name | ||||||||
3249 | Voornamen | 0 .. 1 | nl-core-practitioner | Practitioner.name.given | ||||||||
3250 | Initialen | 0 .. 1 | nl-core-practitioner | Practitioner.name.given | ||||||||
3251 | Roepnaam | 0 .. 1 | nl-core-practitioner | Practitioner.name.given | ||||||||
3252 | Naamgebruik | 0 .. 1 | nl-core-practitioner | Practitioner.name:extension:humannameAssemblyOrder | ||||||||
3253 | Geslachtsnaam | 0 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannameOwnName | ||||||||
3254 | Voorvoegsels | 0 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannameOwnPrefix | ||||||||
3255 | Achternaam | 1 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humanNameOwnName | ||||||||
3256 | GeslachtsnaamPartner | 0 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannamePartnerName | ||||||||
3257 | VoorvoegselsPartner | 0 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannamePartnerPrefix | ||||||||
3258 | AchternaamPartner | 1 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannamePartnerName | ||||||||
2219 | Specialisme | 1 .. 1 | nl-core-practitionerrole | PractitionerRole.specialty | ||||||||
1678 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
1314 | Zorgverlening | 0 .. 1 | nvt | |||||||||
2623 | Conclusie professioneel onderzoek | 0 .. * | bc-ClinicalImpression | ClinicalImpression | ||||||||
2624 | ConclusieDatumTijd | 0 .. 1 | bc-ClinicalImpression | ClinicalImpression.effective[x]:effectiveDateTime | ||||||||
2627 | Zorgverlener | 0 .. 1 | bc-ClinicalImpression | ClinicalImpression.assessor | ||||||||
3634 | Verrichting (Onderzoek) | 0 .. 1 | bc-ClinicalImpression | ClinicalImpression.investigation.item.extension:procedure | ||||||||
2628 | InterpretatieUitgevoerd onderzoek | 0 .. 1 | bc-ClinicalImpression | ClinicalImpression.summary | ||||||||
2630 | Conclusie | 0 .. 1 | bc-ClinicalImpression | ClinicalImpression.finding:pregnancyRiskCategory.item[x]:itemCodeableConcept | ||||||||
4302 | Beleid | 0 .. 1 | bc-ClinicalImpression | ClinicalImpression.extension:management | ||||||||
2625 | Toelichting | 0 .. 1 | bc-ClinicalImpression | ClinicalImpression.note | ||||||||
3399 | ZorgEpisode | 1 .. * | bc-MaternalRecord | EpisodeOfCare | ||||||||
3338 | Identificatie zorgepisode | 1 .. 1 | bc-MaternalRecord | EpisodeOfCare.identifier | ||||||||
3400 | BeginDatum | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare.period.start | ||||||||
3401 | EindDatum | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare.period.end | ||||||||
3402 | FocusZorgEpisode | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare.diagnosis.condition | ||||||||
8823 | Probleem | 0 .. * | zib-Problem | Condition | ||||||||
8824 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
8825 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite:Laterality | ||||||||
8826 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
8827 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
8828 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
8829 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
8830 | ProbleemStatus | 0 .. 1 | zib-Problem | Condition.clinicalStatus:ProblemStatusCodelist | ||||||||
8831 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus:VerificatieStatusCodelijst | ||||||||
8832 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
3404 | ZorgEpisodeNaam | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare.extension:title | ||||||||
8822 | ZorgEpisodeVerantwoordelijke | 1 .. 1 | bc-MaternalRecord | EpisodeOfCare.careManager | ||||||||
2163 | Zorgverlener | 1 .. 1 | nl-core-practitioner | Practitioner | ||||||||
2164 | StatusZorgepisode | 1 .. 1 | bc-MaternalRecord | EpisodeOfCare.status | ||||||||
3405 | Toelichting | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare.extension:comment | ||||||||
674 | Vrouw | 1 .. 1 | bc-Woman | Patient | ||||||||
1713 | Demografische gegevens | 1 .. 1 | bc-Woman | Patient | ||||||||
1434 | Patient | 1 .. 1 | bc-Woman | Patient | ||||||||
10567 | JuridischeSituatie | 0 .. 1 | bc-LegalSituation-LegalStatus/bc-LegalSituation-Representation | Condition | ||||||||
900 | Partner | 0 .. 1 | nl-core-relatedperson | RelatedPerson | ||||||||
990 | Contactpersoon | 1 .. 1 | nl-core-relatedperson | RelatedPerson | ||||||||
7773 | Geboortedatum | 0 .. 1 | nl-core-relatedperson | RelatedPerson.birthDate | ||||||||
915 | Etniciteit | 0 .. 1 | nl-core-relatedperson | Relatedperson.extension | ||||||||
10802 | Geslacht (identiteit) | 0 .. 1 | bc-Woman | Patient.extension:genderIdentity | ||||||||
1714 | Gezinssituatie | 0 .. 1 | zib-FamilySituation | Observation | ||||||||
2690 | BurgerlijkeStaatRC | 0 .. 1 | bc-Woman | Patient.maritalStatus | ||||||||
1717 | Gezinssamenstelling | 1 .. 1 | zib-FamilySituation | Observation.component:familyComposition.valueCodeableConcept | ||||||||
1718 | AantalKinderen | 0 .. 1 | zib-FamilySituation | Observation.component:numberOfChildren.valueQuantity | ||||||||
1719 | AantalKinderenInwonend | 0 .. 1 | zib-FamilySituation | Observation.component:numberOfChildrenLivingAtHome.valueQuantity | ||||||||
1720 | Zorgtaak | 0 .. * | zib-FamilySituation | Observation.component:careResponsibility.valueString | ||||||||
1721 | Kind | 0 .. * | zib-FamilySituation | Observation.component:child | ||||||||
1722 | Geboortedatum | 0 .. 1 | zib-FamilySituation | Observation.component:child.valueDateTime | ||||||||
1723 | Inwonend | 0 .. 1 | zib-FamilySituation | Observation.component:child.extension:livingAtHome | ||||||||
1724 | Toelichting | 0 .. 1 | zib-FamilySituation | Observation.comment | ||||||||
1725 | Woonsituatie | 0 .. 1 | zib-LivingSituation | Observation | ||||||||
1726 | Toelichting | 0 .. 1 | zib-LivingSituation | Observation.comment | ||||||||
1727 | WoningType | 1 .. 1 | zib-LivingSituation | Observation.value[x]:valueCodeableConcept | ||||||||
912 | Etniciteit | 0 .. 1 | bc-Woman | Patient.extension:ethnicity | ||||||||
913 | EtniciteitType | 1 .. 1 | bc-Woman | Patient.extension:ethnicity | ||||||||
914 | Toelichting | 0 .. 1 | bc-Woman | Patient.extension:ethnicity.valueCodeableConcept:valueCodeableConcept.text | ||||||||
690 | NationaliteitRC | 0 .. 1 | bc-Woman | Patient.extension:nationality | ||||||||
691 | Nationaliteit | 0 .. 1 | bc-Woman | Patient.extension:nationality | ||||||||
2910 | Taalvaardigheid | 0 .. * | bc-Woman | Patient.communication.extension:languageProficiency | ||||||||
2581 | Opleiding | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
2582 | Schooltype | 0 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2583 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
692 | ParticipatieInMaatschappij | 0 .. 1 | zib-ParticipationInSociety | Observation | ||||||||
693 | SociaalNetwerk | 0 .. 1 | zib-ParticipationInSociety | Observation.component:socialNetwork.valueString | ||||||||
695 | Arbeidssituatie | 0 .. 1 | zib-ParticipationInSociety | Observation.component:workSituation.valueString | ||||||||
696 | Toelichting | 0 .. 1 | zib-ParticipationInSociety | Observation.comment | ||||||||
783 | Anamnese | 0 .. 1 | List | |||||||||
889 | Algemene anamnese | 0 .. 1 | List | |||||||||
1682 | Onder behandeling (geweest)? | 0 .. 1 | Observation of onderdeel van List | |||||||||
916 | Probleem (Algemene anamnese) | 0 .. * | zib-Problem | Condition | ||||||||
917 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
918 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
919 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
920 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
921 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
922 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
923 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
924 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
925 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
1080 | Verrichting (Algemene anamnese) | 0 .. * | zib-Procedure | Procedure | ||||||||
1081 | VerrichtingStartDatum | 0 .. 1 | zib-Procedure | Procedure.performed[x]:performedPeriod.start | ||||||||
1082 | VerrichtingEindDatum | 0 .. 1 | zib-Procedure | Procedure.performed[x]:performedPeriod.end | ||||||||
1083 | VerrichtingAnatomischeLocatie | 0 .. 1 | zib-Procedure | Procedure.bodySite | ||||||||
1084 | VerrichtingLateraliteit | 0 .. 1 | zib-Procedure | Procedure.bodySite.extension:ProcedureLaterality.value[x]:valueCodeableConcept | ||||||||
1085 | Indicatie | 0 .. 1 | zib-Procedure | Procedure.reasonReference | ||||||||
1097 | Probleem (Algemene anamnese) | 0 .. * | zib-Problem | Condition | ||||||||
1087 | VerrichtingType | 1 .. 1 | zib-Procedure | Procedure.code | ||||||||
7891 | Eicelextractiedatum | 0 .. 1 | bc-ProcedureObservation | Observation.value[x]:valueDateTime | ||||||||
7892 | Cryo embryo | 0 .. 1 | bc-ProcedureObservation | Observation.value[x]:valueBoolean | ||||||||
7893 | Embryotransferdatum | 0 .. 1 | bc-ProcedureObservation | Observation.value[x]:valueDateTime | ||||||||
1088 | VerrichtingMethode | 0 .. * | zib-Procedure | Procedure.extension:procedureMethod | ||||||||
1089 | MedischHulpmiddel | 0 .. * | zib-Procedure | Procedure.focalDevice.manipulated | ||||||||
10389 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
1091 | Locatie | 0 .. 1 | zib-Procedure | Procedure.performer.actor | ||||||||
10390 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
1093 | Uitvoerder | 0 .. * | zib-Procedure | Procedure.performer.actor | ||||||||
10391 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
1095 | Aanvrager | 0 .. * | zib-Procedure/zib-ProcedureRequest | Procedure.basedOn:request/requester.agent | ||||||||
10392 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
1683 | Toelichting algemene anamnese | 0 .. 1 | List.note | |||||||||
1099 | Psychische en/of Sociale problemen | 0 .. 1 | List | |||||||||
1100 | Probleem (Psychiatrie) | 0 .. * | zib-Problem | Condition | ||||||||
1103 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
1104 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
1105 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
1106 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
1107 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
1108 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
1109 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
2590 | Probleem (Sociale problemen) | 0 .. * | zib-Problem | Condition | ||||||||
2593 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
2594 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
2595 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
2596 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
2597 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
2598 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
2599 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
2600 | Probleem (Misbruik/ Geweld) | 0 .. * | zib-problem | Condition | ||||||||
2603 | ProbleemType | 0 .. 1 | zib-problem | Condition.category | ||||||||
2604 | ProbleemNaam | 1 .. 1 | zib-problem | Condition.code | ||||||||
2605 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
2606 | ProbleemEindDatum | 0 .. 1 | zib-problem | Condition.abatement[x]:abatementDateTime | ||||||||
2607 | ProbleemStatus | 1 .. 1 | zib-problem | Condition.clinicalStatus | ||||||||
2608 | VerificatieStatus | 0 .. 1 | zib-problem | Condition.verificationStatus | ||||||||
2609 | Toelichting | 0 .. 1 | zib-problem | Condition.note | ||||||||
3331 | JuridischeSituatie | 0 .. 1 | bc-LegalSituation-LegalStatus | Condition | ||||||||
3332 | JuridischeStatus | 0 .. 1 | bc-LegalSituation-LegalStatus | Condition.code | ||||||||
3333 | Vertegenwoordiging | 0 .. 1 | bc-LegalSituation-Representation | Condition.code | ||||||||
3334 | DatumAanvang | 0 .. 1 | bc-LegalSituation-LegalStatus | Condition.onset[x]:onsetDateTime | ||||||||
3335 | DatumEinde | 0 .. 1 | bc-LegalSituation-LegalStatus | Condition.abatement[x]:abatementDateTime | ||||||||
2622 | Toelichting psychosociale anamnese | 0 .. 1 | List.note | |||||||||
1110 | Relevante allergieën | 0 .. 1 | zib-AllergyIntolerance | AllergyIntolerance | ||||||||
1111 | VeroorzakendeStof | 0 .. * | zib-AllergyIntolerance | AllergyIntolerancecode | ||||||||
2902 | Gezin | 0 .. 1 | Observation | |||||||||
2911 | Taalvaardigheid | 0 .. * | bc-Woman | Patient.communication.extension:languageProficiency | ||||||||
2913 | SociaalNetwerk | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
2914 | BeoordelingGezinssituatie (Observatie) | 0 .. * | bc-FamilySituationAssessment | Observation | ||||||||
2915 | BeoordelingGezinssituatieDatumTijd | 0 .. 1 | bc-FamilySituationAssessment | Observation.effective[x]:effectiveDateTime | ||||||||
2917 | InstabieleGezinssituatieWaarde | 0 .. 1 | bc-FamilySituationAssessment | Observation.component:unstableFamilySituation.value[x]:valueString | ||||||||
2919 | ZorgelijkeGezinssituatieWaarde | 0 .. 1 | bc-FamilySituationAssessment | Observation.component:alarmingFamilySituation.value[x]:valueString | ||||||||
2921 | IntoxicatiesWaarde | 0 .. 1 | bc-FamilySituationAssessment | Observation.component:intoxication.value[x]:valueString | ||||||||
2922 | Toelichting | 0 .. 1 | bc-FamilySituationAssessment | Observation.comment | ||||||||
10556 | Probleem infectieziekte(n) Gezin | 0 .. * | bc-FamilyMemberHistory | FamilyMemberHistory.condition.code.extension:conditionReference | ||||||||
10559 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
10560 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
10561 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
10562 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
10563 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
10564 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
10565 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
25 | Zwangerschapsgegevens | 1 .. 1 | bc-MaternalRecord | EpisodeOfCare | ||||||||
1698 | Identificatie van de zwangerschap | 1 .. 1 | zib-Pregnancy | Condition.identifier | ||||||||
1699 | Coördinerend zorgverlener | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare.careManager | ||||||||
9662 | Zorgverlener | 1 .. 1 | nl-core-practitioner | Practitioner | ||||||||
3341 | Zwangerschap | 1 .. 1 | zib-Pregnancy | Condition | ||||||||
3342 | Zwangerschapsduur | 1 .. 1 | zib-Pregnancy-PregnancyDuration | Observation.value[x]:valueQuantity | ||||||||
3343 | Pariteit | 1 .. 1 | zib-Pregnancy-Parity | Observation.value[x]:valueQuantity | ||||||||
3344 | Graviditeit | 1 .. 1 | zib-Pregnancy-Gravidity | Observation.value[x]:valueQuantity | ||||||||
2220 | Definitieve à terme datum (Observatie) | 1 .. 1 | bc-PregnancyObservation | Observation | ||||||||
2221 | Definitieve à terme DatumTijd | 0 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2223 | Definitieve à terme Waarde | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueDateTime | ||||||||
2224 | Definitieve à terme Methode | 0 .. 1 | bc-PregnancyObservation | Observation.method.coding:aTermMethod | ||||||||
2225 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
1837 | Aantal foetussen (Observatie) | 1 .. 1 | bc-PregnancyObservation | Observation | ||||||||
1838 | AantalFoetussenDatumTijd | 1 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
1840 | AantalFoetussenWaarde | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueQuantity | ||||||||
1841 | ObservatieMethode | 0 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
1843 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
1734 | Aantal levende kinderen (Observatie) | 0 .. 1 | bc-PregnancyObservation | Observation | ||||||||
1735 | AantalLevendeKinderenDatumTijd | 0 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
1740 | AantalLevendeKinderenWaarde | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueQuantity | ||||||||
1736 | ObservatieMethode | 0 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
1738 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
1712 | Voornemens vrouw | 1 .. * | bc-MaternalObservation | Observation | ||||||||
2252 | Voorgenomen plaats baring tijdens zwangerschap (Observatie) | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2253 | VoorgenomenPlaatsBaringDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2255 | VoorgenomenPlaatsBaringWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2938 | Voorkeursziekenhuis | 1 .. 1 | bc-MaternalObservation | Observation.value[x].extension:valueReference | ||||||||
2271 | Zorgaanbieder | 1 .. 1 | nl-core-organization | Organization | ||||||||
2257 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
2279 | Voorgenomen voeding (Observatie) | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3872 | VoorgenomenVoedingDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2281 | VoorgenomenVoedingWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3874 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
10739 | Kraamzorg | 1 .. 1 | nvt | |||||||||
10742 | KraamzorgIntake | 1 .. 1 | bc-Encounter | Encounter | ||||||||
10743 | Contact | 1 .. 1 | bc-Encounter | Encounter | ||||||||
10740 | GeïndiceerdAantalUurKraamzorg (Observatie) | 1 .. * | bc-MaternalObservation | Observation | ||||||||
10744 | GeïndiceerdAantalUurKraamzorgDatumTijd | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueDateTime | ||||||||
10745 | GeïndiceerdAantalUurKraamzorgWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueQuantity | ||||||||
10748 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
10741 | WenstVrouwMinderKraamzorg? (Observatie) | 0 .. * | bc-MaternalObservation | Observation | ||||||||
10747 | WenstVrouwMinderKraamzorgDatumTijd | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueDateTime | ||||||||
10746 | WenstVrouwMinderKraamzorgWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
10749 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
111 | Prenatale controle | 0 .. * | bc-Encounter | Encounter | ||||||||
10520 | Contact | 0 .. 1 | bc-Encounter | Encounter | ||||||||
121 | AlcoholGebruik | 0 .. 1 | zib-AlcoholUse | Observation | ||||||||
122 | Toelichting | 0 .. 1 | zib-AlcoholUse | Observation.comment | ||||||||
123 | AlcoholGebruikStatus | 1 .. 1 | zib-AlcoholUse | Observation.value[x]:valueCodeableConcept | ||||||||
124 | WaarnemingGebruik | 0 .. 1 | zib-AlcoholUse | Observation.effectivePeriod | ||||||||
125 | StartDatum | 0 .. 1 | zib-AlcoholUse | Observation.effective[x]:effectivePeriod.start | ||||||||
126 | StopDatum | 0 .. 1 | zib-AlcoholUse | Observation.effective[x]:effectivePeriod.end | ||||||||
127 | Hoeveelheid | 1 .. 1 | zib-AlcoholUse | Observation.component:amount.valueQuantity | ||||||||
112 | DrugsGebruik | 0 .. * | zib-DrugUse | Observation | ||||||||
117 | Toelichting | 0 .. 1 | zib-DrugUse | Observation.comment | ||||||||
119 | DrugsGebruikStatus | 1 .. 1 | zib-DrugUse | Observation.value[x]:valueCodeableConcept | ||||||||
118 | DrugsOfGeneesmiddelSoort | 1 .. 1 | zib-DrugUse | Observation.component:DrugOrMedicationType.valueCodeableConcept | ||||||||
120 | Toedieningsweg | 0 .. 1 | zib-DrugUse | Observation.component:RouteOfAdministration.valueCodeableConcept | ||||||||
113 | WaarnemingGebruik | 0 .. 1 | zib-DrugUse | Observation.effectivePeriod | ||||||||
114 | StartDatum | 0 .. 1 | zib-DrugUse | Observation.effective[x]:effectivePeriod.start | ||||||||
115 | StopDatum | 0 .. 1 | zib-DrugUse | Observation.effective[x]:effectivePeriod.end | ||||||||
116 | Hoeveelheid | 1 .. 1 | zib-DrugUse | Observation.component:amount.valueQuantity | ||||||||
2243 | TabakGebruik | 0 .. * | zib-TobaccoUse | Observation | ||||||||
2244 | Toelichting | 0 .. 1 | zib-TobaccoUse | Observation.comment | ||||||||
2246 | TabakGebruikStatus | 1 .. 1 | zib-TobaccoUse | Observation.value[x]:valueCodeableConcept | ||||||||
2245 | SoortTabakGebruik | 1 .. 1 | zib-TobaccoUse | Observation.component:TypeOfTobaccoUsed.valueCodeabelConcet | ||||||||
2247 | WaarnemingGebruik | 0 .. 1 | zib-TobaccoUse | Observation.effectivePeriod | ||||||||
2248 | StartDatum | 0 .. 1 | zib-TobaccoUse | Observation.effective[x]:effectivePeriod.start | ||||||||
2249 | StopDatum | 0 .. 1 | zib-TobaccoUse | Observation.effective[x]:effectivePeriod.end | ||||||||
2250 | Hoeveelheid | 1 .. 1 | zib-TobaccoUse | Observation.component:amount.valueQuantity | ||||||||
2251 | PackYears | 0 .. 1 | zib-TobaccoUse | Observation.component:PackYears.valueQuantity | ||||||||
1775 | Uitwendig onderzoek | 0 .. 1 | nvt | |||||||||
10521 | Bevindingen Moeder | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
4048 | Fundusstand (Meting) | 0 .. 1 | bc-FetusObservation | Observation | ||||||||
4050 | FundusstandWaarde | 1 .. 1 | bc-FetusObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4051 | MeetMethode | 0 .. 1 | bc-FetusObservation | Observation.method | ||||||||
4054 | MeetDatumBeginTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
4055 | MeetDatumEindTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
4056 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
4057 | AnatomischeLocatieMeting | 0 .. 1 | bc-FetusObservation | Observation.bodySite | ||||||||
4058 | Locatie | 0 .. 1 | bc-FetusObservation | Observation.bodySite | ||||||||
1180 | Probleem (Zwangerschap) | 0 .. * | bc-DisorderOfPregnancy | Condition | ||||||||
1181 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfPregnancy | Condition.bodySite | ||||||||
1182 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfPregnancy | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1183 | ProbleemType | 0 .. 1 | bc-DisorderOfPregnancy | Condition.category | ||||||||
1184 | ProbleemNaam | 1 .. 1 | bc-DisorderOfPregnancy | Condition.code | ||||||||
8654 | Ernst oedeem | 0 .. 1 | bc-DisorderOfPregnancy | Condition.severity | ||||||||
7894 | Vermoeden iuvd op basis van | 0 .. 1 | bc-DisorderOfPregnancy | Condition.evidence.code | ||||||||
1185 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfPregnancy | Condition.onsetDateTime:onsetDateTime | ||||||||
1186 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfPregnancy | Condition.abatementDateTime:abatementDateTime | ||||||||
3409 | Zwangerschapsduur | 0 .. 1 | zib-Pregnancy-PregnancyDuration | Observation.value[x]:valueQuantity | ||||||||
1187 | ProbleemStatus | 1 .. 1 | bc-DisorderOfPregnancy | Condition.clinicalStatus | ||||||||
1188 | VerificatieStatus | 0 .. 1 | bc-DisorderOfPregnancy | Condition.verificationStatus | ||||||||
1189 | Toelichting | 0 .. 1 | bc-DisorderOfPregnancy | Condition.note | ||||||||
1846 | Maternale sterfte | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
1847 | OverlijdensIndicator | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueBoolean | ||||||||
1848 | DatumOverlijden | 0 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueDateTime | ||||||||
37 | Bevalling | 1 .. 1 | bc-DeliveryProcedure | Procedure | ||||||||
1564 | Probleem (Maternaal) | 0 .. * | bc-DisorderOfLaborAndDelivery | Condition | ||||||||
1568 | ProbleemNaam | 1 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.code | ||||||||
7917 | Vermoeden iuvd op basis van | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.evidence.code | ||||||||
1569 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.onsetDateTime:onsetDateTime | ||||||||
3412 | Zwangerschapsduur | 0 .. 1 | zib-Pregnancy-PregnancyDuration | Observation | ||||||||
1571 | ProbleemStatus | 1 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.clinicalStatus | ||||||||
1547 | Verrichting (Maternaal) | 0 .. * | bc-ObstetricProcedure | Procedure | ||||||||
1548 | VerrichtingStartDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.start | ||||||||
3413 | Zwangerschapsduur | 0 .. 1 | zib-Pregnancy-PregnancyDuration | Observation | ||||||||
1552 | Indicatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
1583 | Probleem (Maternaal) | 0 .. * | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
1554 | VerrichtingType | 1 .. 1 | bc-ObstetricProcedure | Procedure.code | ||||||||
3882 | Conclusie professioneel onderzoek | 0 .. 1 | bc-ClinicalImpression | ClinicalImpression | ||||||||
38 | Ontsluitingsfase | 1 .. 1 | nvt | |||||||||
4084 | Actieve Ontsluiting (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation.code | ||||||||
4085 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4087 | BeginActieveOntsluitingWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueDateTime | ||||||||
10246 | DuurActieveOntsluitingWaarde | 0 .. 1 | nvt | |||||||||
4088 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4095 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
4096 | Wijze Begin Baring (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4097 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4099 | BeginBaringWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4100 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4107 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
4108 | Breken Vliezen (Observatie) | 1 .. 1 | bc-BirthObservation | Observation | ||||||||
4109 | ObservatieDatumTijd | 0 .. 1 | bc-BirthObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4111 | BrekenVliezenWaarde | 1 .. 1 | bc-BirthObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4112 | ObservatieMethode | 0 .. 1 | bc-BirthObservation | Observation.method | ||||||||
4119 | Toelichting | 0 .. 1 | bc-BirthObservation | Observation.comment | ||||||||
4120 | Aard Vruchtwater (Observatie) | 1 .. 1 | bc-BirthObservation | Observation | ||||||||
4121 | ObservatieDatumTijd | 0 .. 1 | bc-BirthObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4123 | Aard Vruchtwater Waarde | 1 .. 1 | bc-BirthObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4124 | ObservatieMethode | 0 .. 1 | bc-BirthObservation | Observation.method | ||||||||
4131 | Toelichting | 0 .. 1 | bc-BirthObservation | Observation.comment | ||||||||
39 | Uitdrijvingsfase | 1 .. * | bc-Birth | Procedure | ||||||||
9685 | Patient | 1 .. 1 | bc-Woman | Patient | ||||||||
4144 | Type Partus (Observatie) | 1 .. 1 | bc-BirthObservation | Observation | ||||||||
4145 | ObservatieDatumTijd | 0 .. 1 | bc-BirthObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4147 | TypePartusWaarde | 1 .. 1 | bc-BirthObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4148 | ObservatieMethode | 0 .. 1 | bc-BirthObservation | Observation.method | ||||||||
4155 | Toelichting | 0 .. 1 | bc-BirthObservation | Observation.comment | ||||||||
4169 | Ligging kind (Observatie) | 0 .. 1 | bc-FetusObservation | Observation | ||||||||
4170 | ObservatieDatumTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4172 | LiggingKindWaarde | 1 .. 1 | bc-FetusObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4173 | ObservatieMethode | 0 .. 1 | bc-FetusObservation | Observation.method | ||||||||
4180 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
4193 | Werkelijke plaats baring (type locatie) (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4194 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4196 | WerkelijkePlaatsBaringWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4197 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4204 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
1587 | Ziekenhuis baring | 0 .. 1 | bc-DeliveryProcedure | Procedure.performer.actor | ||||||||
1588 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
10710 | Partusassistentie (Contact) | 0 .. 1 | bc-ChildBirthAssistance | Encounter | ||||||||
10711 | ContactType | 0 .. 1 | bc-ChildBirthAssistance | Encounter.class.extension:ContactTypeCodelist | ||||||||
10735 | ContactSoort | 0 .. 1 | bc-ChildBirthAssistance | Encounter.type | ||||||||
10712 | ContactMet | 1 .. 1 | bc-ChildBirthAssistance | Encounter.participant.individual.extension:practitionerRole | ||||||||
10801 | Zorgverlener | 1 .. 1 | nl-core-practitionerrole | PractitionerRole | ||||||||
10714 | Locatie | 0 .. 1 | bc-ChildBirthAssistance | Encounter.serviceProvider | ||||||||
10734 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
10738 | PartusStadiumWaarde | 1 .. 1 | bc-ChildBirthAssistance | Encounter.participant.extension:periodOfArrival | ||||||||
10726 | OproepDatumTijd | 1 .. 1 | bc-ChildBirthAssistance | Encounter.participant.extension:timeWhenCalled | ||||||||
10716 | AankomstDatumTijd | 1 .. 1 | bc-ChildBirthAssistance | Encounter.participant.period.start | ||||||||
10717 | EindDatumTijd | 0 .. 1 | bc-ChildBirthAssistance | Encounter.participant.period.end | ||||||||
1591 | Probleem (Kindspecifieke maternale problemen) | 0 .. * | bc-DisorderOfLaborAndDelivery | Condition | ||||||||
1592 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.bodySite | ||||||||
1593 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1594 | ProbleemType | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.category | ||||||||
1595 | ProbleemNaam | 1 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.code | ||||||||
1596 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.onsetDateTime:onsetDateTime | ||||||||
1597 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.abatementDateTime:abatementDateTime | ||||||||
1598 | ProbleemStatus | 1 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.clinicalStatus | ||||||||
1599 | VerificatieStatus | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.verificationStatus | ||||||||
1600 | Toelichting | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.note | ||||||||
1603 | Verrichting (Kindspecifieke maternale verrichtingen) | 0 .. * | bc-ObstetricProcedure | Procedure | ||||||||
1604 | VerrichtingStartDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.start | ||||||||
1605 | VerrichtingEindDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.end | ||||||||
1606 | VerrichtingAnatomischeLocatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite | ||||||||
1607 | VerrichtingLateraliteit | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite.extension:ProcedureLaterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1608 | Indicatie | 0 .. * | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
1620 | Probleem (Kindspecifieke maternale problemen) | 0 .. 1 | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
1610 | VerrichtingType | 1 .. 1 | bc-ObstetricProcedure | Procedure.code | ||||||||
7919 | Beslismoment sectio caesarea | 0 .. 1 | bc-ObstetricProcedure | Procedure.extension:decisionMoment | ||||||||
1611 | VerrichtingMethode | 0 .. * | bc-ObstetricProcedure | Procedure.extension:procedureMethod | ||||||||
1612 | MedischHulpmiddel | 0 .. * | bc-ObstetricProcedure | Procedure.focalDevice | ||||||||
10452 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
1614 | Locatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
10453 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
1616 | Uitvoerder | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
10454 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
10455 | Aanvrager | 0 .. * | zib-procedurerequest | ProcedureRequest.requester | ||||||||
10457 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
40 | Nageboortefase | 1 .. 1 | ntb | |||||||||
3884 | Placenta | 1 .. * | nvt | |||||||||
4218 | Wijze Geboorte Placenta (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4219 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4221 | WijzeGeboortePlacentaWaarde | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4222 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4229 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
4230 | Geboorte Placenta (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4231 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4233 | GeboortePlacentaWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueDateTime | ||||||||
4234 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4241 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
4242 | Placenta Compleet (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4243 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4245 | PlacentaCompleetWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4246 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4253 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
4278 | Compleetheid Vliezen (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4279 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4281 | CompleetheidVliezenWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4282 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4289 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
4290 | Navelstreng Vaten (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4291 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4293 | NavelstrengVatenWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4294 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4301 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
3951 | Inspectie perineum/ sfincter/ vrouwelijke geslachtsorganen (Observatie) | 1 .. 1 | bc-PerinealAssessment | Observation | ||||||||
3952 | ObservatieDatumTijd | 0 .. 1 | bc-PerinealAssessment | Observation.effective[x]:effectiveDateTime | ||||||||
3953 | PerineumWaarde | 1 .. 1 | bc-PerinealAssessment | Observation.component:perineum.value[x]:valueCodeableConcept | ||||||||
3954 | SfincterWaarde | 1 .. 1 | bc-PerinealAssessment | Observation.component:sfincter.value[x]:valueCodeableConcept | ||||||||
10553 | VrouwelijkGeslachtsorgaanWaarde | 1 .. 1 | bc-PerinealAssessment | Observation.component:femaleGenital.value[x]:valueCodeableConcept | ||||||||
3956 | ObservatieMethode | 0 .. 1 | bc-PerinealAssessment | Observation.method | ||||||||
3955 | Toelichting | 0 .. 1 | bc-PerinealAssessment | Observation.comment | ||||||||
3967 | Hoeveelheid bloedverlies (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
3968 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
1751 | HoeveelheidBloedverliesWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueQuantity | ||||||||
3969 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
3970 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
10268 | Opname en Ontslag | 0 .. 1 | zib-Contact | Encounter | ||||||||
10269 | Contact | 1 .. 1 | zib-Contact | Encounter | ||||||||
10803 | Foetus | 1 .. * | bc-Child&scope=nictiz.fhir.nl.stu3.geboortezorg@1.2.2 bc-Fetus bc-Child | BodySite Patient | ||||||||
10804 | Demografische gegevens | 1 .. 1 | bc-Child | Patient | ||||||||
10805 | Patient | 1 .. 1 | bc-Child | Patient | ||||||||
10806 | JuridischeSituatie | 0 .. 1 | bc-LegalSituation-LegalStatus | Condition | ||||||||
1404 | Kind | 1 .. * | bc-Child | Patient | ||||||||
1754 | Demografische gegevens | 1 .. 1 | bc-Child | Patient | ||||||||
1378 | Patient | 1 .. 1 | bc-Child | Patient | ||||||||
10566 | JuridischeSituatie | 0 .. 1 | bc-LegalSituation-LegalStatus/bc-LegalSituation-Representation | Condition | ||||||||
2924 | GezinssituatieKind | 0 .. 1 | zib-FamilySituationChild | Observation | ||||||||
2925 | GezinssamenstellingKind | 0 .. 1 | zib-FamilySituationChild | Observation.component:familyComposition.valueCodeableConcept | ||||||||
2926 | OuderVerzorger | 0 .. * | zib-FamilySituationChild | Observation.component:parentCarer.extension:parentCarer | ||||||||
10499 | Contactpersoon | 0 .. 1 | zib-RelatedPerson | RelatedPerson | ||||||||
2932 | AantalBroersEnZussen | 0 .. 1 | zib-FamilySituationChild | Observation.component:sibling | ||||||||
2933 | BroerOfZus | 0 .. * | zib-FamilySituationChild | Observation.component:sibling | ||||||||
10503 | Contactpersoon | 0 .. 1 | zib-RelatedPerson | Relatedperson | ||||||||
2936 | GeboortedatumZusBroer | 0 .. 1 | zib-FamilySituationChild | Observation.component:sibling.valueDateTime | ||||||||
10773 | DatumOverlijdenZusBroer | 0 .. 1 | ||||||||||
2937 | Toelichting | 0 .. 1 | zib-FamilySituationChild | Observation.comment | ||||||||
1756 | Perinatale sterfte (Observatie) | 0 .. 1 | bc-PerinatalDeath | Observation | ||||||||
10552 | DatumOverlijden | 0 .. 1 | bc-PerinatalDeath | Observation.component:deceasedDateTime.value[x]:valueDateTime | ||||||||
10551 | OverlijdensIndicator | 1 .. 1 | bc-PerinatalDeath | Observation.value[x]:valueBoolean | ||||||||
1762 | FasePerinataleSterfteWaarde | 0 .. 1 | bc-PerinatalDeath | Observation.component:perinatalPhase.value[x]:valueCodeableConcept | ||||||||
1764 | Toelichting | 0 .. 1 | bc-PerinatalDeath | Observation.comment | ||||||||
10665 | Oorzaak overlijden (Probleem) | 0 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
10666 | ProbleemAnatomischeLocatie | 0 .. 1 | x | |||||||||
10667 | ProbleemLateraliteit | 0 .. 1 | x | |||||||||
10668 | ProbleemType | 0 .. 1 | x | |||||||||
10669 | ProbleemNaam | 1 .. 1 | x | |||||||||
10670 | ProbleemBeginDatum | 0 .. 1 | x | |||||||||
10671 | ProbleemEindDatum | 0 .. 1 | x | |||||||||
10672 | ProbleemStatus | 0 .. 1 | x | |||||||||
10673 | VerificatieStatus | 0 .. 1 | x | |||||||||
10674 | Toelichting | 0 .. 1 | x | |||||||||
1407 | Lichamelijk onderzoek kind | 0 .. 1 | nvt | |||||||||
1418 | Geboortegewicht (Lichaamsgewicht) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
1419 | GewichtWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueQuantity | ||||||||
1423 | PercentielGeboortegewicht | 0 .. 1 | bc-ChildObservation | Observation.interpretation | ||||||||
1420 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
1421 | GewichtDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
1422 | Kleding | 0 .. 1 | bc-ChildObservation | Observation.component:clothing.value[x]:valueCodeableConcept | ||||||||
1429 | Schedelomvang | 0 .. 1 | zib-HeadCircumference | Observation | ||||||||
1430 | SchedelomvangMeetmethode | 0 .. 1 | zib-HeadCircumference | Observation.method | ||||||||
1431 | Toelichting | 0 .. 1 | zib-HeadCircumference | Observation.comment | ||||||||
1432 | SchedelomvangWaarde | 1 .. 1 | zib-HeadCircumference | Observation.value[x]:valueQuantity | ||||||||
1433 | SchedelomvangDatumTijd | 0 .. 1 | zib-HeadCircumference | Observation.effective[x]:effectiveDateTime | ||||||||
1765 | Bevindingen | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
2706 | Algemene indruk | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
1408 | ApgarScore1min | 0 .. 1 | zib-ApgarScore | Observation | ||||||||
1409 | ApgarScoreDatumTijd | 0 .. 1 | zib-ApgarScore | Observation.effective[x]:effectiveDateTime | ||||||||
1410 | ApgarScoreTotaal | 1 .. 1 | zib-ApgarScore | Observation.value[x]:valueQuantity | ||||||||
ordinal | 1411 | AdemhalingScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 1412 | HuidskleurScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 1413 | HartslagScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 1414 | ReflexenScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 1415 | SpierspanningScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
1416 | Toelichting | 0 .. 1 | zib-ApgarScore | Observation.comment | ||||||||
9663 | ApgarScore5min | 0 .. 1 | zib-ApgarScore | Observation | ||||||||
9664 | ApgarScoreDatumTijd | 0 .. 1 | zib-ApgarScore | Observation.effective[x]:effectiveDateTime | ||||||||
9665 | ApgarScoreTotaal | 1 .. 1 | zib-ApgarScore | Observation.value[x]:valueQuantity | ||||||||
ordinal | 9666 | AdemhalingScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 9667 | HuidskleurScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 9668 | HartslagScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 9669 | ReflexenScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 9670 | SpierspanningScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
9671 | Toelichting | 0 .. 1 | zib-ApgarScore | Observation.comment | ||||||||
9672 | ApgarScore10min | 0 .. 1 | zib-ApgarScore | Observation | ||||||||
9673 | ApgarScoreDatumTijd | 0 .. 1 | zib-ApgarScore | Observation.effective[x]:effectiveDateTime | ||||||||
9674 | ApgarScoreTotaal | 1 .. 1 | zib-ApgarScore | Observation.value[x]:valueQuantity | ||||||||
ordinal | 9675 | AdemhalingScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 9676 | HuidskleurScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 9677 | HartslagScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 9678 | ReflexenScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
ordinal | 9679 | SpierspanningScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
9680 | Toelichting | 0 .. 1 | zib-ApgarScore | Observation.comment | ||||||||
2966 | Huid | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
2967 | Huid (Observatie) | 0 .. * | bc-ChildObservation | Observation | ||||||||
2940 | HuidDatumTijd | 1 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2941 | HuidWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3057 | AnatomischeLocatie | 0 .. 1 | bc-ChildObservation | Observation.bodySite | ||||||||
2942 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
2943 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
3027 | Genitalia | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
3049 | Genitalia (observatie) | 0 .. * | bc-ChildObservation | Observation | ||||||||
3050 | GenitaliaDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
3051 | GenitaliaWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4305 | AnatomischeLocatie | 0 .. 1 | bc-ChildObservation | Observation.bodySite | ||||||||
3052 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
3053 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
3038 | Neurologie | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
3085 | Neurologie (Observatie) | 0 .. * | bc-ChildObservation | Observation | ||||||||
3086 | NeurologieDatumTijd | 1 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
3087 | NeurologieWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3088 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
3089 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
1489 | Problematiek kind | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
1503 | Probleem (ProblematiekKind) | 0 .. * | bc-DisorderOfChild | Condition | ||||||||
1504 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite | ||||||||
1505 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1506 | ProbleemType | 0 .. 1 | bc-DisorderOfChild | Condition.category | ||||||||
1507 | ProbleemNaam | 1 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
7895 | Ernst Encefalopathie | 0 .. 1 | bc-DisorderOfChild | Condition.severity | ||||||||
1508 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfChild | Condition.onsetDateTime:onsetDateTime | ||||||||
1509 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfChild | Condition.abatementDateTime:abatementDateTime | ||||||||
1510 | ProbleemStatus | 1 .. 1 | bc-DisorderOfChild | Condition.clinicalStatus | ||||||||
1511 | VerificatieStatus | 0 .. 1 | bc-DisorderOfChild | Condition.verificationStatus | ||||||||
1512 | Toelichting | 0 .. 1 | bc-DisorderOfChild | Condition.note | ||||||||
3632 | Aanvang | 0 .. 1 | bc-DisorderOfChild | Condition.extension:onsetInstitution | ||||||||
7896 | MicroorganismeSepsisMeningitis | 0 .. 1 | bc-DisorderOfChild | Condition.extension:causativeAgent | ||||||||
7897 | MicroorganismeCongenitaleInfectie | 0 .. 1 | bc-DisorderOfChild | Condition.extension:causativeAgent | ||||||||
7899 | Lijnsepsis? | 0 .. 1 | bc-DisorderOfChild | Condition.extension:lineSepsis | ||||||||
7898 | Onset | 0 .. 1 | bc-DisorderOfChild | Condition.extension:onsetPeriod | ||||||||
1490 | Geboortetrauma | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
1493 | Probleem (Geboortetrauma) | 0 .. * | bc-DisorderOfChild | Condition | ||||||||
1494 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite | ||||||||
1495 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1496 | ProbleemType | 0 .. 1 | bc-DisorderOfChild | Condition.category | ||||||||
1497 | ProbleemNaam | 1 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
1498 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfChild | Condition.onsetDateTime:onsetDateTime | ||||||||
1499 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfChild | Condition.abatementDateTime:abatementDateTime | ||||||||
1500 | ProbleemStatus | 1 .. 1 | bc-DisorderOfChild | Condition.clinicalStatus | ||||||||
1501 | VerificatieStatus | 0 .. 1 | bc-DisorderOfChild | Condition.verificationStatus | ||||||||
1502 | Toelichting | 0 .. 1 | bc-DisorderOfChild | Condition.note | ||||||||
1513 | Congenitale aandoeningen | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
1514 | Probleem (Congenitale aandoeningen) | 0 .. * | bc-DisorderOfChild | Condition | ||||||||
1515 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite | ||||||||
1516 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1517 | ProbleemType | 0 .. 1 | bc-DisorderOfChild | Condition.category | ||||||||
1518 | ProbleemNaam | 1 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
1519 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfChild | Condition.onsetDateTime:onsetDateTime | ||||||||
1520 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfChild | Condition.abatementDateTime:abatementDateTime | ||||||||
1521 | ProbleemStatus | 1 .. 1 | bc-DisorderOfChild | Condition.clinicalStatus | ||||||||
1522 | VerificatieStatus | 0 .. 1 | bc-DisorderOfChild | Condition.verificationStatus | ||||||||
1523 | Toelichting | 0 .. 1 | bc-DisorderOfChild | Condition.note | ||||||||
7900 | Verrichting (Problematiek kind) | 0 .. * | bc-ObstetricProcedure | Procedure | ||||||||
7901 | VerrichtingStartDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.start | ||||||||
7902 | VerrichtingEindDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.end | ||||||||
7903 | VerrichtingAnatomischeLocatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite | ||||||||
7904 | VerrichtingLateraliteit | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite.extension:ProcedureLaterality.valueCodeableConcept:valueCodeableConcept | ||||||||
7905 | Indicatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
8686 | Probleem (ProblematiekKind) | 0 .. 1 | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
8687 | Probleem (Geboortetrauma) | 0 .. 1 | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
8688 | Probleem (Congenitale aandoeningen) | 0 .. 1 | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
7907 | VerrichtingType | 1 .. 1 | bc-ObstetricProcedure | Procedure.code | ||||||||
7908 | VerrichtingMethode | 0 .. 1 | bc-ObstetricProcedure | Procedure.extension:procedureMethod | ||||||||
7909 | MedischHulpmiddel | 0 .. 1 | bc-ObstetricProcedure | Procedure.focalDevice | ||||||||
10462 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
7911 | Locatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
10467 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
7913 | Uitvoerder | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
10468 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
7915 | Aanvrager | 0 .. 1 | zib-procedurerequest | ProcedureRequest.requester | ||||||||
10469 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
8756 | Opname, Ontslag, Overplaatsing | 0 .. * | zib-Encounter | Encounter | ||||||||
8779 | Contact | 1 .. 1 | zib-Encounter | Encounter | ||||||||
8758 | Lichaamsgewicht | 0 .. 1 | zib-BodyWeight | Observation | ||||||||
10660 | Lichaamstemperatuur | 0 .. 1 | zib-BodyTemperature | Observation | ||||||||
8757 | VoedingspatroonZuigeling | 0 .. 1 | bc-FeedingPatternInfant | Observation | ||||||||
8760 | Ondersteuning bij ontslag naar huis (Verrichting) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
8761 | VerrichtingStartDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.start | ||||||||
8762 | VerrichtingEindDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.end | ||||||||
8763 | VerrichtingAnatomischeLocatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite | ||||||||
8764 | VerrichtingLateraliteit | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite.extension:ProcedureLaterality | ||||||||
8765 | Indicatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
8777 | Probleem (ProblematiekKind) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8778 | Probleem (Congenitale aandoeningen) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8767 | VerrichtingType | 1 .. 1 | bc-ObstetricProcedure | Procedure.code | ||||||||
8768 | VerrichtingMethode | 0 .. 1 | bc-ObstetricProcedure | Procedure.extension:procedureMethod | ||||||||
8769 | MedischHulpmiddel | 0 .. 1 | bc-ObstetricProcedure | Procedure.usedReference | ||||||||
10470 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
8771 | Locatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
10471 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
8773 | Uitvoerder | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
10472 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
8775 | Aanvrager | 0 .. 1 | zib-ProcedureRequest | ProcedureRequest.requester.agent | ||||||||
10473 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
1123 | Medisch onderzoek | 0 .. 1 | nvt | |||||||||
2416 | Verrichting (Onderzoek) | 0 .. 1 | zib-Procedure | Procedure | ||||||||
2417 | VerrichtingStartDatum | 0 .. 1 | zib-Procedure | Procedure.effectivePeriod.start | ||||||||
2418 | VerrichtingEindDatum | 0 .. 1 | zib-Procedure | Procedure.effectivePeriod.end | ||||||||
2419 | VerrichtingAnatomischeLocatie | 0 .. 1 | zib-Procedure | Procedure.bodySite | ||||||||
2420 | VerrichtingLateraliteit | 0 .. 1 | zib-Procedure | Procedure.bodySite.extension:ProcedureLaterality.value[x]:valueCodeableConcept | ||||||||
2421 | Indicatie | 0 .. 1 | zib-Procedure | Procedure.reasonReference | ||||||||
2422 | Probleem | 0 .. 1 | zib-Problem | Condition | ||||||||
2423 | VerrichtingType | 1 .. 1 | bc-ObstetricProcedure | Procedure.code | ||||||||
2424 | VerrichtingMethode | 0 .. 1 | bc-ObstetricProcedure | Procedure.extension:procedureMethod | ||||||||
2425 | MedischHulpmiddel | 0 .. 1 | bc-ObstetricProcedure | Procedure.focalDevice | ||||||||
10474 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
2427 | Locatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer.actor | ||||||||
2433 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
2429 | Uitvoerder | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer.actor | ||||||||
2434 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
2431 | Aanvrager | 0 .. 1 | zib-ProcedureRequest | Procedure.Requestrequester | ||||||||
2435 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
1124 | Maternale onderzoeksgegevens | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
1125 | Urine-, bloed- en aanvullende onderzoeken | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1126 | PSIE | 0 .. * | zib-LaboratoryTestResult-Observation | Observation | ||||||||
3501 | Irregulaire antistoffen (Observatie) | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
3502 | IrregulaireAntistoffenDatumTijd | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.effective[x]:effectiveDateTime | ||||||||
3503 | IrregulaireAntistoffenWaarde | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueBoolean | ||||||||
3504 | WelkeAntistoffenWaarde | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
3505 | Toelichting | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.comment | ||||||||
1477 | Postnatale fase | 0 .. 1 | ntb | |||||||||
2302 | Moeder | 0 .. 1 | bc-Woman | Patient | ||||||||
2305 | Probleem (Postpartum complicatie) | 0 .. * | bc-DisorderPostPartum | Condition | ||||||||
2306 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderPostPartum | Condition.bodySite | ||||||||
2307 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderPostPartum | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
2308 | ProbleemType | 0 .. 1 | bc-DisorderPostPartum | Condition.category | ||||||||
2309 | ProbleemNaam | 1 .. 1 | bc-DisorderPostPartum | Condition.code | ||||||||
2310 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderPostPartum | Condition.onsetDateTime:onsetDateTime | ||||||||
2311 | ProbleemEindDatum | 0 .. 1 | bc-DisorderPostPartum | Condition.abatementDateTime:abatementDateTime | ||||||||
2312 | ProbleemStatus | 1 .. 1 | bc-DisorderPostPartum | Condition.clinicalStatus | ||||||||
2313 | VerificatieStatus | 0 .. 1 | bc-DisorderPostPartum | Condition.verificationStatus | ||||||||
2314 | Toelichting | 0 .. 1 | bc-DisorderPostPartum | Condition.verificationStatus | ||||||||
9823 | Kraamweek | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare | ||||||||
9824 | Vrouw | 0 .. 1 | bc-Woman | Patient | ||||||||
9982 | ZorgVoorKind (Observatie) | 0 .. * | bc-AbilityToTakeCareOfChild | Observation | ||||||||
9983 | ObservatieDatumTijd | 1 .. 1 | bc-AbilityToTakeCareOfChild | Observation.effective[x]:effectiveDateTime | ||||||||
9985 | OnzekerheidWaarde | 1 .. 1 | bc-AbilityToTakeCareOfChild | Observation.component:uncertainty.value[x]:valueCodeableConcept | ||||||||
9992 | VaardigheidWaarde | 1 .. 1 | bc-AbilityToTakeCareOfChild | Observation.component:ability.value[x]:valueCodeableConcept | ||||||||
9991 | Toelichting | 0 .. 1 | bc-AbilityToTakeCareOfChild | Observation.comment | ||||||||
2746 | Controles moeder | 0 .. * | bc-Woman | Patient | ||||||||
10729 | Contact | 1 .. 1 | bc-Encounter | Encounter | ||||||||
2798 | Lichaamstemperatuur | 0 .. 1 | zib-BodyTemperature | Observation.value[x]:valueQuantity | ||||||||
2753 | Polsfrequentie | 0 .. 1 | zib-PulseRate | Observation | ||||||||
2754 | PolsfrequentieWaarde | 1 .. 1 | zib-PulseRate | Observation.value[x]:valueQuantity | ||||||||
2755 | PolsfrequentieDatumTijd | 1 .. 1 | zib-PulseRate | Observation.effective[x]:effectiveDateTime | ||||||||
2756 | Toelichting | 0 .. 1 | zib-PulseRate | Observation.comment | ||||||||
2757 | PolsRegelmatigheid | 0 .. 1 | zib-PulseRate | Observation.component.valueCodeableConcept | ||||||||
2758 | Blaasfunctie | 0 .. 1 | zib-BladderFunction | Observation | ||||||||
10774 | UrinatieGeweest? | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
ordinal | 2759 | UrineContinentie | 0 .. 1 | zib-BladderFunction | Observation.value[x]:valueCodeableConcept | |||||||
2762 | UrineKatheter | 0 .. 1 | zib-BladderFunction-UrineCatheter | DeviceUseStatement | ||||||||
10523 | MedischHulpmiddel | 0 .. 1 | zib-BladderFunction-UrineCatheterProduct | Device | ||||||||
2780 | Toelichting | 0 .. 1 | zib-BladderFunction | Observation.comment | ||||||||
2781 | Darmfunctie | 0 .. 1 | zib-BowelFunction | Observation | ||||||||
10775 | DefecatieGeweest? | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
ordinal | 2782 | FecesContinentie | 0 .. 1 | zib-BowelFunction | Observation.component:FecalContinence | |||||||
2785 | Frequentie | 0 .. 1 | zib-BowelFunction | Observation.component:Frequency | ||||||||
2786 | DefecatieConsistentie | 0 .. 1 | zib-BowelFunction | Observation.component:DefecationConsistency | ||||||||
2787 | DefecatieKleur | 0 .. 1 | zib-BowelFunction | Observation.component:DefecationColor | ||||||||
2790 | Toelichting | 0 .. 1 | zib-BowelFunction | Observation.comment | ||||||||
2791 | Bloeddruk | 0 .. 1 | zib-BloodPressure | Observation | ||||||||
3108 | Lochia (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3109 | ObservatieDatumTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
3111 | Bloedverlies kraambed (lochia) (Waarde) | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3113 | Aantal kraamverbanden (Waarde) | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3115 | Lochia foetide / riekend? (Waarde) | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
3117 | Grote stolsels in lochia (Waarde) | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
3118 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3119 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
3120 | Sectiowond (Wond) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
10661 | Sectiowond normaal | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
3122 | WondWeefsel | 0 .. 1 | ||||||||||
3123 | WondInfectie | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
3124 | WondVochtigheid | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3125 | WondRand | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3132 | DatumLaatsteVerbandwissel | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueDateTime | ||||||||
3150 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
9860 | Fundusstand (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3182 | Zelfredzaamheid kraamvrouw | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
10732 | ZelfredzaamheidAndersDanVerwachting | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
2812 | BarthelIndex | 0 .. 1 | bc-BarthelIndex | Observation | ||||||||
ordinal | 2813 | Darm | 1 .. 1 | bc-BarthelIndex | Observation.component:bowel.value[x]:valueCodeableConcept | |||||||
ordinal | 2814 | Blaas | 1 .. 1 | bc-BarthelIndex | Observation.component:bladder.value[x]:valueCodeableConcept | |||||||
ordinal | 2815 | UiterlijkeVerzorging | 1 .. 1 | bc-BarthelIndex | Observation.component:personalGrooming.value[x]:valueCodeableConcept | |||||||
ordinal | 2816 | Toiletgebruik | 1 .. 1 | bc-BarthelIndex | Observation.component:toiletUse.value[x]:valueCodeableConcept | |||||||
ordinal | 2817 | Eten | 1 .. 1 | bc-BarthelIndex | Observation.component:eating.value[x]:valueCodeableConcept | |||||||
ordinal | 2818 | Transfers | 1 .. 1 | bc-BarthelIndex | Observation.component:transfers.value[x]:valueCodeableConcept | |||||||
ordinal | 2819 | Mobiliteit | 1 .. 1 | bc-BarthelIndex | Observation.component:mobility.value[x]:valueCodeableConcept | |||||||
ordinal | 2820 | AanUitkleden | 1 .. 1 | bc-BarthelIndex | Observation.component:dressingAndUndressing.value[x]:valueCodeableConcept | |||||||
ordinal | 2821 | TrappenLopen | 1 .. 1 | bc-BarthelIndex | Observation.component:walkingStairs.value[x]:valueCodeableConcept | |||||||
ordinal | 2822 | BadenDouchen | 1 .. 1 | bc-BarthelIndex | Observation.component:bathingAndShowering.value[x]:valueCodeableConcept | |||||||
2823 | TotaalScore | 1 .. 1 | bc-BarthelIndex | Observation.component:totalScore.value[x]:valueQuantity | ||||||||
2842 | Controle borsten | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
2858 | Bevindingen borsten (Observatie) | 0 .. * | bc-BreastFindings | Observation | ||||||||
2843 | ObservatieDatumTijd | 1 .. 1 | bc-BreastFindings | Observation.effective[x]:effectiveDateTime | ||||||||
2863 | ObservatieMethode | 0 .. 1 | bc-BreastFindings | Observation.method | ||||||||
2861 | Lateraliteit | 0 .. 1 | bc-BreastFindings | Observation.bodySite.extension:laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
2857 | TepelsWaarde | 0 .. 1 | bc-BreastFindings | Observation.value[x]:valueString | ||||||||
10736 | HuidWaarde | 0 .. 1 | bc-BreastFindings | Observation.component:skin.value[x]:valueString | ||||||||
10737 | OverigeAfwijkingWaarde | 0 .. 1 | bc-BreastFindings | Observation.component:other.value[x]:valueString | ||||||||
2862 | Toelichting | 0 .. 1 | bc-BreastFindings | Observation.comment | ||||||||
2844 | Probleem | 0 .. * | bc-DisorderPostPartum | Condition | ||||||||
2846 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderPostPartum | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
2847 | ProbleemType | 0 .. 1 | bc-DisorderPostPartum | Condition.category | ||||||||
2848 | ProbleemNaam | 1 .. 1 | bc-DisorderPostPartum | Condition.code | ||||||||
2849 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderPostPartum | Condition.onsetDateTime:onsetDateTime | ||||||||
2850 | ProbleemEindDatum | 0 .. 1 | bc-DisorderPostPartum | Condition.abatementDateTime:abatementDateTime | ||||||||
2851 | ProbleemStatus | 1 .. 1 | bc-DisorderPostPartum | Condition.clinicalStatus | ||||||||
2852 | VerificatieStatus | 0 .. 1 | bc-DisorderPostPartum | Condition.verificationStatus | ||||||||
2853 | Toelichting | 0 .. 1 | bc-DisorderPostPartum | Condition.note | ||||||||
2864 | Controle benen | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
2865 | Bevindingen benen (Observatie) | 0 .. * | bc-MaternalObservation | Observation | ||||||||
2866 | ObservatieDatumTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2867 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
2868 | Lateraliteit | 0 .. 1 | bc-MaternalObservation | Observation.bodySite.extension:laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
2869 | ObservatieWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2870 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
9837 | Controle perineum | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
2824 | Controle perineum (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
2826 | ObservatieDatumTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2825 | ControlePerineumWaarde | 1 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
2828 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
2827 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
2871 | Perineumwond (Wond) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
10662 | Perineumwond normaal | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
2873 | WondWeefsel | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2874 | WondInfectie | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
2875 | WondVochtigheid | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2876 | WondRand | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2901 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
10795 | Betrokkenheid andere zorgverlener | 0 .. 1 | bc-CareTeam | CareTeam | ||||||||
10798 | Zorgverlener | 0 .. * | nl-core-practitionerrole | PractitionerRole | ||||||||
9825 | Kind | 0 .. * | bc-Child | Patient | ||||||||
10663 | Patient | 1 .. 1 | bc-Child | Patient | ||||||||
2747 | Controles kind | 0 .. * | bc-Child | Patient | ||||||||
10730 | Contact | 1 .. 1 | bc-Encounter | Encounter | ||||||||
2792 | Lichaamsgewicht | 0 .. 1 | zib-BodyWeight | Observation | ||||||||
2799 | Lichaamstemperatuur | 0 .. 1 | zib-BodyTemperature | Observation | ||||||||
7947 | VoedingspatroonZuigeling | 0 .. * | bc-InfantFeedingPattern | Observation | ||||||||
9960 | Ademhaling (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
9961 | ObservatieDatumTijd | 1 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
9963 | AdemhalingWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
9964 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
9969 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
9886 | Navelstomp (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
9887 | ObservatieDatumTijd | 1 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
9889 | NavelstompWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
9890 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
9895 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
9896 | Slaappatroon (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
9897 | ObservatieDatumTijd | 1 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
9899 | SlaappatroonWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueString | ||||||||
9900 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
9905 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
9906 | Huilgedrag (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
9907 | ObservatieDatumTijd | 1 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
9909 | HuilgedragWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
9910 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
9915 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
9936 | Uitscheiding | 0 .. 1 | bc-ExcretionFeces/bc-ExcretionUrine | Observation | ||||||||
9937 | Feces (Observatie) | 0 .. 1 | bc-ExcretionFeces | Observation | ||||||||
9938 | ObservatieDatumTijd | 1 .. 1 | bc-ExcretionFeces | Observation.effective[x]:effectiveDateTime | ||||||||
9940 | FecesWaarde | 0 .. 1 | bc-ExcretionFeces | Observation.component.value[x]:valueCodeableConcept | ||||||||
9957 | PoepluiersWaarde | 1 .. 1 | bc-ExcretionFeces | Observation.component:fecalDiapers.value[x]:valueQuantity | ||||||||
9941 | ObservatieMethode | 0 .. 1 | bc-ExcretionFeces | Observation.method | ||||||||
9942 | ObservatieSpecimen | 0 .. 1 | bc-ExcretionFeces | Observation.specimen | ||||||||
9946 | Toelichting | 0 .. 1 | bc-ExcretionFeces | Observation.comment | ||||||||
9947 | Urine (Observatie) | 0 .. 1 | bc-ExcretionUrine | Observation | ||||||||
9948 | ObservatieDatumTijd | 1 .. 1 | bc-ExcretionUrine | Observation.effective[x]:effectiveDateTime | ||||||||
9950 | UrineWaarde | 1 .. 1 | bc-ExcretionUrine | Observation.component:urine.value[x]:valueCodeableConcept | ||||||||
9958 | PlasluiersWaarde | 1 .. 1 | bc-ExcretionUrine | Observation.component:urineDiapers.value[x]:valueQuantity | ||||||||
9951 | ObservatieMethode | 0 .. 1 | bc-ExcretionUrine | Observation.method | ||||||||
9952 | ObservatieSpecimen | 0 .. 1 | Observation.specimen | |||||||||
9956 | Toelichting | 0 .. 1 | bc-ExcretionUrine | Observation.comment | ||||||||
4356 | Controle huid | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
9959 | Huid (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
4357 | Probleem_Huid | 0 .. * | zib-Problem | Condition | ||||||||
4358 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
4359 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
4360 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
4361 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
4362 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
4363 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
4364 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
4365 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
4366 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
9916 | Spugen (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
9917 | ObservatieDatumTijd | 1 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
9919 | SpugenWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
9920 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
9925 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
9926 | Schedel (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
9927 | ObservatieDatumTijd | 1 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
9929 | SchedelWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
9930 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
9935 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
10727 | Tonus | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
10728 | Neurologie (Observatie) | 0 .. * | bc-ChildObservation | Observation | ||||||||
4341 | Betrokkenheid andere zorgverlener | 0 .. 1 | bc-CareTeam | CareTeam | ||||||||
10794 | Zorgverlener | 0 .. * | nl-core-practitionerrole | PractitionerRole | ||||||||
10003 | Gehoortest (Observatie) | 0 .. * | bc-ChildObservation | Observation | ||||||||
10004 | ObservatieDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
10006 | GehoortestWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueBoolean | ||||||||
10023 | DatumGehoortestWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueDateTime | ||||||||
10007 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
10012 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
10013 | Hielprik (Observatie) | 0 .. * | bc-ChildObservation | Observation | ||||||||
10014 | ObservatieDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
10016 | HielprikWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueBoolean | ||||||||
10024 | DatumHielprikWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueDateTime | ||||||||
10025 | SetnummerHielprikWaarde | 0 .. 1 | bc-ChildObservation | Observation.identifier | ||||||||
10017 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
10022 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
10750 | Vitamine K (Observatie) | 0 .. * | bc-VitaminKAdministration | Observation | ||||||||
10762 | ObservatieDatumTijd | 0 .. 1 | bc-VitaminKAdministration | Observation.effective[x]:effectiveDateTime | ||||||||
10764 | VitamineKWaarde | 1 .. 1 | bc-VitaminKAdministration | Observation.value[x]:valueBoolean | ||||||||
10765 | DatumVitamineKWaarde | 1 .. 1 | bc-VitaminKAdministration | Observation.component:administrationDate.value[x]:valueDateTime | ||||||||
10767 | ObservatieMethode | 0 .. 1 | bc-VitaminKAdministration | Observation.method | ||||||||
10772 | Toelichting | 0 .. 1 | bc-VitaminKAdministration | Observation.comment | ||||||||
9826 | Gezin | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
10220 | Voorlichting veilig slapen (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
10221 | ObservatieDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
10223 | VoorlichtingVeiligSlapenWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueString | ||||||||
10224 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
10229 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
10230 | Voorlichting vitamine D (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
10231 | ObservatieDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
10233 | VoorlichtingVitamineDWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueString | ||||||||
10234 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
10239 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
926 | Bouwstenen | 0 .. 1 | ||||||||||
2610 | Klinische context | 0 .. 1 | ||||||||||
10374 | MedischHulpmiddel | 0 .. * | ||||||||||
10375 | Product | 0 .. 1 | ||||||||||
10376 | ProductID | 0 .. 1 | ||||||||||
10377 | ProductType | 0 .. 1 | ||||||||||
10378 | ProductOmschrijving | 0 .. 1 | ||||||||||
10379 | BeginDatum | 0 .. 1 | ||||||||||
10532 | EindDatum | 0 .. 1 | ||||||||||
10380 | Indicatie | 0 .. 1 | ||||||||||
10381 | Probleem | 0 .. 1 | ||||||||||
10382 | Toelichting | 0 .. 1 | ||||||||||
10383 | AnatomischeLocatie | 0 .. 1 | ||||||||||
10384 | Lateraliteit | 0 .. 1 | ||||||||||
10385 | Locatie | 0 .. 1 | ||||||||||
10526 | Zorgaanbieder | 0 .. 1 | ||||||||||
10387 | Zorgverlener | 0 .. 1 | ||||||||||
10525 | Zorgverlener | 0 .. 1 | ||||||||||
7937 | VoedingspatroonZuigeling | 0 .. * | bc-FeedingPatternInfant | Observation | ||||||||
10506 | Bijvoeding? | 1 .. 1 | bc-FeedingPatternInfant | Observation.component:SupplementaryFeeding.value[x]:valueCodeableConcept | ||||||||
7938 | VoedingspatroonZuigelingDatumTijd | 1 .. 1 | bc-FeedingPatternInfant | Observation.effectiveDateTime:effectiveDateTime | ||||||||
7939 | VoedingToevoeging | 0 .. 1 | bc-FeedingPatternInfant | Observation.component:FeedingSupplement.valueString:valueString | ||||||||
7940 | VoedingFrequentie | 1 .. 1 | bc-FeedingPatternInfant | Observation.component:FeedingFrequency.valueQuantity:valueQuantity | ||||||||
7941 | Toelichting | 0 .. 1 | bc-FeedingPatternInfant | Observation.comment | ||||||||
7942 | Voedingsadvies | 0 .. 1 | bc-FeedingPatternInfant | Observation.basedOn | ||||||||
7943 | Voedingsadvies | 0 .. 1 | zib-NutritionAdvice | NutritionOrder | ||||||||
7944 | Voeding | 0 .. 1 | bc-FeedingPatternInfant | Observation.component:FeedingType | ||||||||
7945 | VoedingSoort | 1 .. 1 | bc-FeedingPatternInfant | Observation.component:FeedingType.valueCodeableConcept:valueCodeableConcept | ||||||||
10504 | VoedingHoeveelheid | 0 .. 1 | bc-FeedingPatternInfant | Observation.component:FeedingType.extension:feedingQuantity | ||||||||
10505 | VoedingDuur | 0 .. 1 | bc-FeedingPatternInfant | Observation.component:FeedingType.extension:feedingDuration | ||||||||
7946 | VoedingMethode | 1 .. 1 | bc-FeedingPatternInfant | Observation.component:FeedingType.extension:feedingMethod | ||||||||
1059 | Metingen | 0 .. 1 | ||||||||||
1060 | Bloeddruk | 0 .. * | zib-BloodPressure | |||||||||
1061 | Meetmethode | 0 .. 1 | ||||||||||
1062 | ManchetType | 0 .. 1 | ||||||||||
1063 | MeetLocatie | 0 .. 1 | ||||||||||
1064 | DiastolischEindpunt | 0 .. 1 | ||||||||||
1065 | SystolischeBloeddruk | 1 .. 1 | ||||||||||
1066 | DiastolischeBloeddruk | 1 .. 1 | ||||||||||
1067 | GemiddeldeBloeddruk | 0 .. 1 | ||||||||||
1068 | BloeddrukDatumTijd | 1 .. 1 | ||||||||||
1069 | Toelichting | 0 .. 1 | ||||||||||
1070 | Houding | 0 .. 1 | ||||||||||
1073 | Lichaamsgewicht | 0 .. * | zib-BodyWeight | |||||||||
1074 | GewichtWaarde | 1 .. 1 | zib-BodyWeight | |||||||||
1075 | Toelichting | 0 .. 1 | ||||||||||
1076 | GewichtDatumTijd | 1 .. 1 | ||||||||||
1077 | Kleding | 0 .. 1 | ||||||||||
2793 | Lichaamstemperatuur | 0 .. * | ||||||||||
2794 | TemperatuurWaarde | 1 .. 1 | ||||||||||
2795 | TemperatuurDatumTijd | 1 .. 1 | ||||||||||
2796 | Toelichting | 0 .. 1 | ||||||||||
2797 | TemperatuurType | 0 .. 1 | ||||||||||
2584 | Patienten context | 0 .. 1 | ||||||||||
2688 | BurgerlijkeStaatRC | 0 .. 1 | ||||||||||
2689 | BurgerlijkeStaat | 0 .. * | ||||||||||
2904 | Taalvaardigheid | 0 .. * | ||||||||||
2905 | CommunicatieTaal | 0 .. 1 | ||||||||||
2906 | TaalvaardigheidBegrijpen | 0 .. 1 | ||||||||||
2907 | TaalvaardigheidSpreken | 0 .. 1 | ||||||||||
2908 | TaalvaardigheidLezen | 0 .. 1 | ||||||||||
2909 | Toelichting | 0 .. 1 |
Use case: Neonatology
De Use case moet nog ontwikkeld worden! |
Use case: Youth care
De Use case moet nog ontwikkeld worden! |
Use case: Minimum data set (Perined)
De Use case is nog niet gepubliceerd! |
Use case: Ultrasound data
This is a health provider use case for exchanging ultrasound 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.
Ultrasound data
Based on ART-DECOR transaction version: 2021-10-25T09:18:45
PWD 3.2 to FHIR | ||||||||||||
Type | # | Concept | Card | Profile | Mapping | Search URL | ||||||
1313 | Administratief | 1 .. 1 | ||||||||||
1290 | Betaler | 0 .. 1 | zib-Payer | Coverage |
| |||||||
1297 | Verzekeraar | 1 .. * | zib-Payer | Coverage |
| |||||||
1298 | Verzekering | 1 .. * | zib-Payer | Coverage.payor |
| |||||||
1299 | BeginDatumTijd | 0 .. 1 | zib-Payer | Coverage.period.start | ||||||||
1300 | EindDatumTijd | 1 .. 1 | zib-Payer | Coverage.period.end | ||||||||
1301 | Verzekeringssoort | 1 .. 1 | zib-Payer | Coverage.type | ||||||||
1302 | IdentificatieNummer | 0 .. 1 | nl-core-organization | Organization.identifier | ||||||||
1303 | OrganisatieNaam | 0 .. 1 | nl-core-organization | Organization.name | ||||||||
1304 | VerzekerdeNummer | 1 .. 1 | zib-Payer | Coverage.subscriberId | ||||||||
675 | Patient | 0 .. 1 | nl-core-patient | Patient* |
| |||||||
3197 | Naamgegevens | 1 .. 1 | nl-core-patient | Patient.name | ||||||||
3198 | Voornamen | 0 .. 1 | nl-core-patient | Patient.name.given | ||||||||
3199 | Initialen | 0 .. 1 | nl-core-patient | Patient.name.given | ||||||||
3200 | Roepnaam | 0 .. 1 | nl-core-patient | Patient.name.given | ||||||||
3201 | Naamgebruik | 0 .. 1 | nl-core-patient | Patient.name.use | ||||||||
3202 | Geslachtsnaam | 0 .. 1 | nl-core-patient | Patient.name.family:humannameOwnName | ||||||||
3203 | Voorvoegsels | 0 .. 1 | nl-core-patient | Patient.name.family:humannameOwnPrefix | ||||||||
3204 | Achternaam | 0 .. 1 | nl-core-patient | Patient.name.family:humannameOwnName | ||||||||
3205 | GeslachtsnaamPartner | 0 .. 1 | nl-core-patient | Patient.name.family:humannamePartnerName | ||||||||
3206 | VoorvoegselsPartner | 0 .. 1 | nl-core-patient | Patient.name.family:humannamePartnerPrefix | ||||||||
3207 | AchternaamPartner | 0 .. 1 | nl-core-patient | Patient.name.family:humannamePartnerName | ||||||||
3208 | Adresgegevens | 0 .. * | nl-core-patient | Patient.address | ||||||||
3209 | Straat | 0 .. 1 | nl-core-patient | Patient.address.line.streetName | ||||||||
3210 | Huisnummer | 0 .. 1 | nl-core-patient | Patient.address.line.houseNumber | ||||||||
3211 | Huisnummerletter | 0 .. 1 | nl-core-patient | Patient.address.line.buildingNumbersuffix | ||||||||
3212 | Huisnummertoevoeging | 0 .. 1 | nl-core-patient | Patient.address.line.additionalLocator | ||||||||
3213 | AanduidingBijNummer | 0 .. 1 | nl-core-patient | Patient.address.line.additionalLocator | ||||||||
3214 | Postcode | 0 .. 1 | nl-core-patient | Patient.address.postalCode | ||||||||
3215 | Woonplaats | 0 .. 1 | nl-core-patient | Patient.address.city | ||||||||
3216 | Gemeente | 0 .. 1 | nl-core-patient | Patient.address.district | ||||||||
3217 | Land | 0 .. 1 | nl-core-patient | Patient.address.country | ||||||||
3218 | AdditioneleInformatie | 0 .. 1 | nl-core-patient | Patient.address | ||||||||
3219 | AdresSoort | 0 .. 1 | nl-core-patient | Patient.address.use | ||||||||
3220 | Contactgegevens | 0 .. 1 | nl-core-patient | Patient.telecom | ||||||||
3221 | Telefoonnummers | 0 .. 1 | nl-core-patient | Patient.telecom.value | ||||||||
3222 | Telefoonnummer | 0 .. 1 | nl-core-patient | Patient.telecom.value | ||||||||
3223 | TelecomType | 0 .. 1 | nl-core-patient | Patient.telecom:extension:TelecomType | ||||||||
3224 | NummerSoort | 0 .. 1 | nl-core-patient | Patient.telecom.use | ||||||||
3225 | EmailAdressen | 0 .. 1 | nl-core-patient | Patient.telecom.value | ||||||||
3226 | EmailAdres | 0 .. 1 | nl-core-patient | Patient.telecom.value | ||||||||
3227 | EmailSoort | 0 .. 1 | nl-core-patient | Patient.telecom.use | ||||||||
682 | Identificatienummer | 0 .. * | nl-core-patient | Patient.identifier | ||||||||
9861 | GeborenIndicator | 0 .. 1 | bc-child | Patient.extension.born | ||||||||
683 | Geboortedatum | 1 .. 1 | nl-core-patient | Patient.birthDate | ||||||||
684 | Geslacht | 1 .. 1 | nl-core-patient | Patient.gender | ||||||||
685 | MeerlingIndicator | 0 .. 1 | nl-core-patient | Patient.multipleBirthBoolean | ||||||||
3358 | Rangnummer | 0 .. 1 | nl-core-patient | Patient.multipleInteger | ||||||||
686 | OverlijdensIndicator | 0 .. 1 | nl-core-patient | Patient.deceasedBoolean | ||||||||
687 | DatumOverlijden | 0 .. 1 | nl-core-patient | Patient.deceasedDateTime | ||||||||
956 | Zorgaanbieder | 1 .. 1 | nl-core-organization | Organization |
| |||||||
958 | OrganisatieNaam | 1 .. 1 | nl-core-organization | Organization.name | ||||||||
960 | AfdelingSpecialisme | 0 .. 1 | nl-core-organization | Organization.type:departmentSpecialty | ||||||||
978 | Zorgverlener | 1 .. 1 | nl-core-practitioner | Practitioner |
| |||||||
979 | ZorgverlenerIdentificatienummer | 1 .. 1 | nl-core-practitioner | Practitioner.identifier | ||||||||
3248 | Naamgegevens | 0 .. 1 | nl-core-practitioner | Practitioner.name | ||||||||
3249 | Voornamen | 0 .. 1 | nl-core-practitioner | Practitioner.name.given | ||||||||
3250 | Initialen | 0 .. 1 | nl-core-practitioner | Practitioner.name.given | ||||||||
3251 | Roepnaam | 0 .. 1 | nl-core-practitioner | Practitioner.name.given | ||||||||
3252 | Naamgebruik | 0 .. 1 | nl-core-practitioner | Practitioner.name:extension:humannameAssemblyOrder | ||||||||
3253 | Geslachtsnaam | 0 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannameOwnName | ||||||||
3254 | Voorvoegsels | 0 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannameOwnPrefix | ||||||||
3255 | Achternaam | 0 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humanNameOwnName | ||||||||
3256 | GeslachtsnaamPartner | 0 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannamePartnerName | ||||||||
3257 | VoorvoegselsPartner | 0 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannamePartnerPrefix | ||||||||
3258 | AchternaamPartner | 0 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannamePartnerName | ||||||||
1314 | Zorgverlening | 1 .. 1 | nvt | |||||||||
8877 | Verwijsgegevens | 1 .. 1 | bc-ReferralRequest | ReferralRequest | ||||||||
8879 | Verwijzing van/ afkomstig van | 1 .. 1 | bc-ReferralRequest | ReferralRequest.requester | ||||||||
9660 | Zorgaanbieder | 1 .. 1 | bc-ReferralRequest | ReferralRequest.requester.agent | ||||||||
674 | Vrouw | 1 .. 1 | bc-Woman | Patient |
| |||||||
1713 | Demografische gegevens | 0 .. 1 | bc-Woman | Patient | ||||||||
1434 | Patient | 0 .. 1 | bc-Woman | Patient | ||||||||
25 | Zwangerschapsgegevens | 1 .. 1 | bc-MaternalRecord | EpisodeOfCare |
| |||||||
3341 | Zwangerschap | 1 .. 1 | zib-Pregnancy | Condition |
| |||||||
3343 | Pariteit | 1 .. 1 | zib-Pregnancy-Parity | Observation.value[x]:valueQuantity |
| |||||||
3344 | Graviditeit | 1 .. 1 | zib-Pregnancy-Gravidity | Observation.value[x]:valueQuantity |
| |||||||
3346 | ATermeDatumItems | 1 .. 1 | bc-PregnancyObservation | Observation |
| |||||||
3347 | ATermeDatum | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueDateTime | ||||||||
3348 | BepalingsMethode | 0 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
3349 | DatumBepaling | 1 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
111 | Prenatale controle | 0 .. 1 | bc-Encounter | Encounter |
| |||||||
1775 | Uitwendig onderzoek | 0 .. 1 | nvt | |||||||||
10522 | Bevindingen Foetus | 0 .. 1 | bc-FetusObservation | Observation | ||||||||
4060 | LiggingFoetus (Meting) | 0 .. * | bc-FetusObservation | Observation | ||||||||
4062 | LiggingFoetusWaarde | 0 .. 1 | bc-FetusObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4063 | MeetMethode | 0 .. 1 | bc-FetusObservation | Observation.method | ||||||||
4066 | MeetDatumBeginTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
4067 | MeetDatumEindTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
4068 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
4069 | AnatomischeLocatieMeting | 0 .. 1 | bc-FetusObservation | Observation.bodySite | ||||||||
4070 | Locatie | 0 .. 1 | bc-FetusObservation | Observation.bodySite | ||||||||
1776 | Foetale hartslag (Hartfrequentie) | 0 .. * | bc-FetalHeartRate | Observation |
| |||||||
1778 | HartfrequentieDatumTijd | 0 .. 1 | bc-FetalHeartRate | Observation.effective[x]:effectiveDateTime | ||||||||
1777 | HartfrequentieWaarde | 0 .. 1 | bc-FetalHeartRate | Observation.value[x]:valueQuantity | ||||||||
1779 | HartslagMeetMethode | 0 .. 1 | bc-FetalHeartRate | Observation.method | ||||||||
1781 | HartslagRegelmatigheid | 0 .. 1 | bc-FetalHeartRate | Observation.component:heartRateRegularity.value[x]:valueCodeableConcept | ||||||||
1782 | InterpretatieFrequentie | 0 .. 1 | bc-FetalHeartRate | Observation.interpretation | ||||||||
1780 | Toelichting | 0 .. 1 | bc-FetalHeartRate | Observation.comment | ||||||||
1123 | Medisch onderzoek | 1 .. 1 | nvt | |||||||||
2416 | Verrichting (Onderzoek) | 1 .. 1 | zib-Procedure | Procedure |
| |||||||
2417 | VerrichtingStartDatum | 1 .. 1 | zib-Procedure | Procedure.effectivePeriod.start | ||||||||
2423 | VerrichtingType | 1 .. 1 | bc-ObstetricProcedure | Procedure.code | ||||||||
2427 | Locatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer.actor | ||||||||
2433 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
2429 | Uitvoerder | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer.actor | ||||||||
2434 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
8912 | Media | 0 .. 1 | DocumentReference | |||||||||
8913 | Identificatienummer | 0 .. 1 | DocumentReference.masterIdentifier | |||||||||
8914 | Type beeldmateriaal | 0 .. 1 | DocumentReference.extension | |||||||||
8915 | Beeldmateriaal | 0 .. 1 | DocumentReference.extension | |||||||||
blob | 8943 | Beeld | 0 .. 1 | Binary | ||||||||
8916 | Datum/Tijd | 0 .. 1 | DocumentReference.indexed | |||||||||
8917 | Toelichting | 0 .. 1 | DocumentReference.extension | |||||||||
1208 | Foetusspecifieke onderzoeksgegevens | 1 .. * | bc-FetusObservation | Observation | ||||||||
1209 | Echoscopie | 1 .. 1 | bc-PregnancyUltraSound | DiagnosticReport | ||||||||
8918 | Echografiche bevindingen algemeen (Observatie) | 0 .. 1 | bc-PregnancyUltraSoundGeneralFindings | Observation | ||||||||
8919 | ObservatieDatumTijd | 0 .. 1 | bc-PregnancyUltraSoundGeneralFindings | Observation.effective[x]:effectiveDateTime | ||||||||
8929 | ObservatieMethode | 0 .. 1 | bc-PregnancyUltraSoundGeneralFindings | Observation.method | ||||||||
8921 | ConclusieWaarde | 0 .. 1 | bc-PregnancyUltraSoundGeneralFindings | Observation.component:conclusion.value[x]:valueCodeableConcept | ||||||||
8931 | VerdenkingAfwijkingobvWaarde | 0 .. 1 | bc-PregnancyUltraSoundGeneralFindings | Observation.component:suspicionAbnormalities.value[x]:valueCodeableConcept | ||||||||
8930 | AdviesWaarde | 0 .. 1 | bc-PregnancyUltraSoundGeneralFindings | Observation.component:advice.value[x]:valueCodeableConcept | ||||||||
8927 | Toelichting | 0 .. 1 | bc-PregnancyUltraSoundGeneralFindings | Observation.comment | ||||||||
1210 | Biometrie | 0 .. 1 | bc-PregnancyUltraSound | DiagnosticReport | ||||||||
3513 | FoetaleBuikomtrek / AC (Meting) | 0 .. 1 | bc-FetusObservation | Observation | ||||||||
3515 | ACWaarde | 0 .. 1 | bc-FetusObservation | Observation.value[x]:valueQuantity | ||||||||
3525 | ACPercentielWaarde | 0 .. 1 | ntb | |||||||||
3516 | MeetMethode | 0 .. 1 | bc-FetusObservation | Observation.method | ||||||||
3519 | ACDatumBeginTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3520 | ACDatumEindTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3521 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
3626 | FoetaleSchedelomvang | 0 .. 1 | zib-HeadCircumference | Observation | ||||||||
3627 | SchedelomvangMeetmethode | 0 .. 1 | zib-HeadCircumference | Observation.method | ||||||||
3628 | Toelichting | 0 .. 1 | zib-HeadCircumference | Observation.comment | ||||||||
3629 | SchedelomvangWaarde | 0 .. 1 | zib-HeadCircumference | Observation.value[x]:valueQuantity | ||||||||
3631 | SchedelomvangPercentielWaarde | 0 .. 1 | ntb | |||||||||
3630 | SchedelomvangDatumTijd | 0 .. 1 | zib-HeadCircumference | Observation.effective[x]:effectiveDateTime | ||||||||
3539 | FoetaleFemurlengte / FL (Meting) | 0 .. 1 | bc-FetusObservation | Observation | ||||||||
3541 | FLWaarde | 0 .. 1 | bc-FetusObservation | Observation.value[x]:valueQuantity | ||||||||
3551 | FLPercentielWaarde | 0 .. 1 | ntb | |||||||||
3542 | MeetMethode | 0 .. 1 | bc-FetusObservation | Observation.method | ||||||||
3545 | FLDatumBeginTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3546 | FLDatumEindTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3547 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
3552 | FoetaleBipariëtaleDiameter / BPD (Meting) | 0 .. 1 | bc-FetusObservation | Observation | ||||||||
3554 | BPDWaarde | 0 .. 1 | bc-FetusObservation | Observation.value[x]:valueQuantity | ||||||||
3555 | MeetMethode | 0 .. 1 | bc-FetusObservation | Observation.method | ||||||||
3558 | BPDDatumBeginTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3559 | BPDDatumEindTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3560 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
3564 | FoetaalLongitudinaleBlaasDiameter / LBD (Meting) | 0 .. 1 | bc-FetusObservation | Observation | ||||||||
3566 | LBDWaarde | 0 .. 1 | bc-FetusObservation | Observation.value[x]:valueQuantity | ||||||||
3567 | MeetMethode | 0 .. 1 | bc-FetusObservation | Observation.method | ||||||||
3570 | LBDDatumBeginTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3571 | LBDDatumEindTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3572 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
3576 | FoetaleKruinRompLengte / CRL (Meting) | 0 .. 1 | bc-FetusObservation | Observation | ||||||||
3578 | CRLWaarde | 0 .. 1 | bc-FetusObservation | Observation.value[x]:valueQuantity | ||||||||
3588 | CRLPercentielWaarde | 0 .. 1 | ntb | |||||||||
3579 | MeetMethode | 0 .. 1 | bc-FetusObservation | Observation.method | ||||||||
3582 | CRLDatumBeginTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3583 | CRLDatumEindTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3584 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
3589 | FoetaleTranscerebellarDiameter / TCD (Meting) | 0 .. 1 | bc-FetusObservation | Observation | ||||||||
3591 | TCDWaarde | 0 .. 1 | bc-FetusObservation | Observation.value[x]:valueQuantity | ||||||||
3601 | TCDPercentielWaarde | 0 .. 1 | ntb | |||||||||
3592 | MeetMethode | 0 .. 1 | bc-FetusObservation | Observation.method | ||||||||
3595 | TCDDatumBeginTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3596 | TCDDatumEindTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3597 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
3602 | FoetaleNekplooidikte / NT (Meting) | 0 .. 1 | bc-FetusObservation | Observation | ||||||||
3604 | NTWaarde | 0 .. 1 | bc-FetusObservation | Observation.value[x]:valueQuantity | ||||||||
3605 | MeetMethode | 0 .. 1 | bc-FetusObservation | Observation.method | ||||||||
3608 | NTDatumBeginTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3609 | NTDatumEindTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3610 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
3614 | FoetaalGeschatGewicht / EFW (Meting) | 0 .. 1 | bc-FetusObservation | Observation | ||||||||
3616 | EFWWaarde | 0 .. 1 | bc-FetusObservation | Observation.value[x]:valueQuantity | ||||||||
3617 | MeetMethode | 0 .. 1 | bc-FetusObservation | Observation.method | ||||||||
3620 | EFWDatumBeginTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3621 | EFWDatumEindTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3622 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
2451 | Bevindingen | 0 .. 1 | bc-FetusObservation | Observation | ||||||||
1784 | Foetale hartslag (Hartfrequentie) | 0 .. 1 | zib-HeartRate | Observation.value[x]:valueQuantity | ||||||||
7789 | LiggingFoetus (Meting) | 1 .. 1 | bc-FetusObservation | Observation | ||||||||
2404 | Beweging foetus (Observatie) | 0 .. 1 | bc-FetusObservation | Observation | ||||||||
2405 | BewegingFoetusDatumTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2407 | BewegingFoetusWaarde | 0 .. 1 | bc-FetusObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2408 | ObservatieMethode | 0 .. 1 | bc-FetusObservation | Observation.method | ||||||||
2409 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
2410 | Vruchtwater (Meting) | 0 .. 1 | bc-AmnioticFluid | Observation | ||||||||
2411 | MeetDatumTijd | 0 .. 1 | bc-AmnioticFluid | Observation.effective[x]:effectiveDateTime | ||||||||
2413 | HoeveelheidVruchtwaterWaarde | 0 .. 1 | bc-AmnioticFluid | Observation.component:amnioticFluidQuantity.value[x]:valueCodeableConcept | ||||||||
2479 | VruchtwatercompartimentWaarde | 0 .. 1 | bc-AmnioticFluid | Observation.component:amnioticFluidCompartment.value[x]:valueCodeableConcept | ||||||||
2414 | MeetMethode | 0 .. 1 | bc-AmnioticFluid | Observation.method | ||||||||
2415 | Toelichting | 0 .. 1 | bc-AmnioticFluid | Observation.comment | ||||||||
2437 | PlacentaLokalisatie (Observatie) | 1 .. 1 | bc-PlacentaLocalization | Observation | ||||||||
2438 | PlacentaLokalisatieDatumTijd | 0 .. 1 | bc-PlacentaLocalization | Observation.effective[x]:effectiveDateTime | ||||||||
2449 | PlacentalokalisatieWaarde | 1 .. 1 | bc-PlacentaLocalization | Observation.component:placentaLocalization.value[x]:valueCodeableConcept | ||||||||
7867 | SectioLittekenWaarde | 0 .. 1 | bc-PlacentaLocalization | Observation.component:sectionScar.extension:valueBoolean | ||||||||
2448 | OstiumWaarde | 0 .. 1 | bc-PlacentaLocalization | Observation.component:ostium.value[x]:valueCodeableConcept | ||||||||
2441 | ObservatieMethode | 0 .. 1 | bc-PlacentaLocalization | Observation.method | ||||||||
2442 | Toelichting | 0 .. 1 | bc-PlacentaLocalization | Observation.comment | ||||||||
2458 | Afwijking placenta | 0 .. 1 | bc-DisorderOfPregnancy | Condition | ||||||||
2460 | Probleem | 0 .. 1 | bc-DisorderOfPregnancy | Condition | ||||||||
2461 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfPregnancy | Condition.bodySite | ||||||||
2462 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfPregnancy | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
2463 | ProbleemType | 0 .. 1 | bc-DisorderOfPregnancy | Condition.category | ||||||||
2464 | ProbleemNaam | 0 .. 1 | bc-DisorderOfPregnancy | Condition.code | ||||||||
2465 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfPregnancy | Condition.onsetDateTime:onsetDateTime | ||||||||
2466 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfPregnancy | Condition.abatementDateTime:abatementDateTime | ||||||||
2467 | ProbleemStatus | 0 .. 1 | bc-DisorderOfPregnancy | Condition.clinicalStatus | ||||||||
2468 | VerificatieStatus | 0 .. 1 | bc-DisorderOfPregnancy | Condition.verificationStatus | ||||||||
2469 | Toelichting | 0 .. 1 | bc-DisorderOfPregnancy | Condition.note | ||||||||
3635 | Cervixlengte (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3637 | CervixlengteWaarde | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueQuantity | ||||||||
3638 | MeetMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3641 | CervixlengteDatumBeginTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3642 | CervixlengteDatumEindTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3643 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
7790 | Navelstreng (Observatie) | 0 .. 1 | bc-UmbilicalCord | Observation | ||||||||
7791 | NavelstrengDatumTijd | 0 .. 1 | bc-UmbilicalCord | Observation.effective[x]:effectiveDateTime | ||||||||
7846 | NavelstrengWaarde | 0 .. 1 | bc-UmbilicalCord | Observation.component:umbilicalCord.value[x]:valueCodeableConcept | ||||||||
7793 | NavelstrengVatenWaarde | 0 .. 1 | bc-UmbilicalCord | Observation.component:umbilicalCordVessels.value[x]:valueCodeableConcept | ||||||||
7794 | ObservatieMethode | 0 .. 1 | bc-UmbilicalCord | Observation.method | ||||||||
7799 | Toelichting | 0 .. 1 | bc-UmbilicalCord | Observation.comment | ||||||||
7836 | OrgaansysteemFoetus (Observatie) | 0 .. 1 | bc-FetusObservation | Observation | ||||||||
7837 | OrgaansysteemFoetusDatumTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectiveDateTime | ||||||||
7887 | ObservatieNaam | 0 .. 1 | bc-FetusObservation | Observation.code | ||||||||
7839 | OrgaansysteemFoetusWaarde | 0 .. 1 | bc-FetusObservation | Observation.value[x]:valueCodeableConcept | ||||||||
7840 | ObservatieMethode | 0 .. 1 | bc-FetusObservation | Observation.method | ||||||||
7845 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
3920 | Probleem (Hart & perifeer vaatstelsel) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
3921 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite | ||||||||
3922 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
3923 | ProbleemType | 0 .. 1 | bc-DisorderOfChild | Condition.category | ||||||||
3924 | ProbleemNaam | 0 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
3925 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfChild | Condition.onsetDateTime:onsetDateTime | ||||||||
3926 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfChild | Condition.abatementDateTime:abatementDateTime | ||||||||
3927 | ProbleemStatus | 0 .. 1 | bc-DisorderOfChild | Condition.clinicalStatus | ||||||||
3928 | VerificatieStatus | 0 .. 1 | bc-DisorderOfChild | Condition.verificationStatus | ||||||||
3929 | Toelichting | 0 .. 1 | bc-DisorderOfChild | Condition.note | ||||||||
3930 | Probleem (Hersenen, hersenstructuren, intracranieel) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
3931 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite | ||||||||
3932 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
3933 | ProbleemType | 0 .. 1 | bc-DisorderOfChild | Condition.category | ||||||||
3934 | ProbleemNaam | 0 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
3935 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfChild | Condition.onsetDateTime:onsetDateTime | ||||||||
3936 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfChild | Condition.abatementDateTime:abatementDateTime | ||||||||
3937 | ProbleemStatus | 0 .. 1 | bc-DisorderOfChild | Condition.clinicalStatus | ||||||||
3938 | VerificatieStatus | 0 .. 1 | bc-DisorderOfChild | Condition.verificationStatus | ||||||||
3939 | Toelichting | 0 .. 1 | bc-DisorderOfChild | Condition.note | ||||||||
3940 | Probleem (Wervelkolom, ruggemerg) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
3941 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite | ||||||||
3942 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
3943 | ProbleemType | 0 .. 1 | bc-DisorderOfChild | Condition.category | ||||||||
3944 | ProbleemNaam | 0 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
3945 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfChild | Condition.onsetDateTime:onsetDateTime | ||||||||
3946 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfChild | Condition.abatementDateTime:abatementDateTime | ||||||||
3947 | ProbleemStatus | 0 .. 1 | bc-DisorderOfChild | Condition.clinicalStatus | ||||||||
3948 | VerificatieStatus | 0 .. 1 | bc-DisorderOfChild | Condition.verificationStatus | ||||||||
3949 | Toelichting | 0 .. 1 | bc-DisorderOfChild | Condition.note | ||||||||
7847 | Sonomarkers (Observatie) | 0 .. 1 | bc-FetusObservation | Observation | ||||||||
7848 | ObservatieDatumTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectiveDateTime | ||||||||
7886 | ObservatieNaam | 0 .. 1 | bc-FetusObservation | Observation.code | ||||||||
7850 | ObservatieWaarde | 0 .. 1 | bc-FetusObservation | Observation.value[x]:valueCodeableConcept | ||||||||
7851 | ObservatieMethode | 0 .. 1 | bc-FetusObservation | Observation.method | ||||||||
7856 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
7868 | TekstUitslag | 0 .. 1 | zib-TextResult | DiagnosticReport | ||||||||
7869 | TekstUitslagDatumTijd | 0 .. 1 | zib-TextResult | DiagnosticReport.effectiveDateTime | ||||||||
7870 | Verrichting | 0 .. 1 | bc-ObstetricProcedure | Procedure.report | ||||||||
7875 | Verrichting (Onderzoek) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
7872 | TekstUitslagStatus | 0 .. 1 | zib-TextResult | DiagnosticReport.status.extension:TextResultStatus | ||||||||
7873 | TekstResultaat | 0 .. 1 | zib-TextResult | DiagnosticReport.conclusion | ||||||||
7874 | TekstUitslagType | 0 .. 1 | zib-TextResult | DiagnosticReport.code | ||||||||
9885 | Media | 0 .. 1 | Binary | |||||||||
926 | Bouwstenen | 0 .. * |
Use case: PDF/A
For the exchange of unstructured documents the format PDF/A is used conform the MedMij/MHD specifications for PDF/A.
- DocumentReference.subject contains a reference to the Patient (bc-Woman) resource.
- DocumentReference.context.related econtains a reference to the EpisodeOfCare (bc-MaternalRecord) resource.
FHIR resource | Example |
---|---|
DocumentReference | PDF/A DocumentReference |
Binary | PDF/A Binary |