FHIR Implementation Guide BirthCare v1.0

Uit informatiestandaarden
Naar navigatie springen Naar zoeken springen
Afspraken-Functioneel-TechnischAfsprakenstelselFunctioneelTechnisch

Introduction

This page details the HL7 FHIR requirements for exchanging the BirthCare (Geboortezorg) data.

The functional view for BirthCare (Geboortezorg) 2.3 is described in Functioneel. Functional specifications for other datasets will follow.

The FHIR Implementation Guide for BirthCare is independent of the functional specifications. We expect the FHIR BirthCare IG to be compliant with datasets 2.3, 3.1 and 3.2. We do expect backwards compatible additions to the FHIR BirthCare IG for the latter datasets. The FHIR BirthCare IG does contain version-specific mappings to the various datasets, for now only 2.3 mappings.

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

A high level overview:

FHIR Resources and StructureDefinitions

Types of resources and relations between them

For Observations, 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. See links below.

Name FHIR resource Description
Woman (Vrouw) Patient The core of each pregnancy is the pregnant woman, a FHIR Patient.
Maternal Observation (Bevinding vrouw) Observation Observations and findings related to the woman, before, during or after pregnancy childbirth. Examples are risk status or maternal ultrasound observations.
Partner RelatedPerson The partner of the pregnant woman (not necessarily the biological father).
Generic resources Practitioner, PractitionerRole, Organization Those are not used differently than in other Dutch projects.
Referral details ReferralRequest 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).
Involvement pediatrician CareTeam A CareTeam describes the involvement of different care providers, 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
Pregnancy, Maternity Record Condition, EpisodeOfCare Each pregnancy is a Condition. It is also represented as an EpisodeOfCare for each involved Organization. The pregnancy includes references to an Organization and responsible Practitioner. (Practitioners responsible for the actual data may be included there, i.e. in Procedures, Observations.)
  • 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.
Patient-related Observations Observation Observations such as blood type pertain to the Patient.
  • Observations can refer to an EpisodeOfCare with Observation.context.reference
Pregnancy-related Observations Observation Observations such as gravidity and parity do not (only) pertain to the Patient but to a particular pregnancy.
  • Pregnancy-related Observations use focus extension to point to Condition they're about. Without this, all gravidities would only be Observations about a Patient.
  • Pregnancy-related Observations refer to the EpisodeOfCare with Observation.context.reference
Pregnancy-related disorder Condition 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
Childbirth Assistance Encounter Childbirth Assistance is modeled as an Encounter. The woman Patient is 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 and even the woman Patient 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
Delivery (Bevalling) Procedure Delivery is modeled with Procedure (even for uncomplicated natural births for consistency). A pregnancy can lead to one DeliveryProcedure even in multiple birth. The Patient is the subject.
  • Delivery refers to the EpisodeOfCare with Procedure.context.reference
  • Delivery refers to the Pregnancy with Procedure.reasonReference.reference
Delivery-related Observations Observation 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
Disorder of labor and delivery Condition Disorders occuring during or after delivery are related to either the Delivery (if pertaining to the mother) or to the Birth (if pertaining to (one of) the children).
  • A partOf extension is used to point to the Delivery of the Birth.
  • context is the Maternal Record or an Encounter.
Obstetric Procedure Procedure
Post partum disorder Condition
Birth Procedure This groups findings and procedures related to a particular child in a delivery - important in multiple births. A Birth has:
  • a partOf extension, pointing to the Delivery
  • subject is the Child
  • context is the Maternal Record EpisodeOfCare
Birth-related Observations Observation Observations such as parturition type pertain to a birth. They are also about the mother, which still is the subject.
  • Birth-related Observations use focus extension to point to a birth.
  • Birth-related Observations refer to the EpisodeOfCare with Observation.context.reference
Child Patient Child is a separate Patient.
  • Procedure-related Observations use focus extension to point to the child Patient they're about.
Child-related Observations Observation Observations such as Apgar score and birthweight pertain to the child Patient, which is the subject of these Observations.
  • Child observations refer to the EpisodeOfCare with Observation.context.reference
Child disorders Condition Child disorders such as chromosomal and congenital abnormalities or other problems are conditions. The child is the subject.
  • Child disorders can refer to the EpisodeOfCare with Condition.context.reference
  • A ConceptMap is available to map verification status to accepted FHIR codes
Diagnostic Reports (Onderzoeksverslagen)
Combined test DiagnosticReport Combined test (combinatietest) verslag. The woman Patient is the subject of the report.
  • This report refers to the EpisodeOfCare with DiagnosticReport.context.reference
Digital vaginal examination DiagnosticReport 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
Ultrasound (Echoverslag) DiagnosticReport The ultrasound groups Observations. The woman Patient is the subject of the report.
  • This report refers to the EpisodeOfCare with DiagnosticReport.context.reference

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.

The use of context is encouraged for all resources which have a context element. It is a reference to an EpisodeOfCare or an Encounter. Context should point to an Encounter when appropriate (scheduled maternity checks etc.) and to the EpisodeOfCare in all other cases. Possibly it will be absent in Observations where the source is not birth care, so readers should not rely on it's presence.

Observations should include a performer if known.

Pattern tables can be found on individual pattern pages and on Gebz:V2.3_FHIR_mapping_addendum.

The mapping is also available as an XML file: fhirmapping.xml

Terminology, NamingSystems, Mappings

Terminology

Relevant value sets can be found here. All resources can be downloaded in a .zip in XML or JSON format. In the .zip, the value sets are stored in the directory 'value sets'.

BabyConnect Afsprakenstelsel

The BabyConnect Afsprakenstelsel describes the BabyConnect architecture, which defines the following modules and transactions.

Modules

Module Name Role
A Healthcare information system (XIS) Send transaction to module B
B1 Convertor Translates ADA transaction to FHIR transaction Bundle which is sent to module B2
B2 FHIR server Receives and stores FHIR data
C Index Indexes and retrieves FHIR data from module B2
D1 Query builder Translates user query to a FHIR query which is sent to module C
D2 Translator Translates FHIR data retrieved from module C back to ADA format
E Viewer Collects the data and presents it to the end user

Module B and D are added to make it easier for XIS and viewer vendors to connect to BabyConnect. XIS and viewer vendors are however encouraged to implement their own FHIR API as module B and D will phase out eventually.

Transactions

BabyConnect defines the following transactions:

Actors

Transaction group Transaction Actor Role
Publish transaction (PUSH) Publish transaction Healthcare professional (using a XIS) Sends transaction to registry
Retrieve transaction (PULL) Retrieve transaction Healthcare professional (using a XIS and/or viewer software) Retrieves transaction from registry

Module A and E can either directly interact with the FHIR server (which they are encouraged to do) or use the convertor and translator software of module B and D.

Invocations

Publishing XIS: request message

Message Semantics

The publishing XIS or convertor executes a HTTP POST request of a Bundle with Bundle.type = transaction to the target's base endpoint. The first Bundle.entry contains a Composition resource, and each subsequent entry contains a resource that is referenced from the Composition resource.

POST [base]{&_format=[mime-type]}

As a result, all FHIR resources included in the Bundle will be stored individually in the FHIR server.

To persist a Document Bundle at the FHIR server (e.g. to preserve the clinical context), the publishing XIS or convertor should execute a HTTP GET request to the Composition endpoint of the FHIR server, handling the createDocumentOperation with persist=true. The response is a FHIR Document Bundle, which is generated from the Composition resource and stored to the FHIR server's Bundle endpoint.

GET [base]/Composition/[id]/$document?persist=true{&_format=[mime-type]}

Retrieving XIS: request message

When persisted at the FHIR server, FHIR Document Bundles can be retrieved by a HTTP GET request to the FHIR server's Bundle endpoint. Note that FHIR Document Bundles are immutable and its entries refer to a time-related version of a resource which is not necessarily its latest version.

GET [base]/Bundle/[id]{&_format=[mime-type]}

Individual resources can be retrieved by HTTP GET requests to specific resource endpoints, see the Search section and list of StructureDefinitions below.

Examples

Example FHIR resources can be found here: [1]

Search

Example search URLs can be found in the list of StructureDefinitions in each use case section. Some searches require the implementation of custom search parameters. These parameters can be found here: https://simplifier.net/geboortezorg-stu3/~resources?category=SearchParameter

Use case: Register Prio1 data

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.

Prio 1 huidig

PWD 2.3 to FHIR
Type # Concept Card Profile Mapping Example Search URL
1 Zorgverlener/Zorginstelling 1 .. 1 nl-core-organization Organization | Practitioner example
10020    Zorginstelling 1 .. 1 nl-core-organization Organization example
  • GET [base]/Organization/[zorginstellingid]
  • GET [base]/Organization?identifier=[lvrid]
10021       Zorginstelling OID 0 .. 1 nl-core-organization Organization.identifier example
10022       Zorginstelling AGB-ID 0 .. 1 nl-core-organization Organization.identifier example
10023       Zorginstelling LVR-ID 0 .. 1 nl-core-organization Organization.identifier example
10024       Zorginstelling URA 0 .. 1 nl-core-organization Organization.identifier example
10026       Naam zorginstelling 0 .. 1 nl-core-organization Organization.name example
10027       Adres zorginstelling 0 .. 1 nl-core-organization Organization.address example
10032          Straatnaam 0 .. 1 nl-core-organization Organization.address.line.Extension.streetName example
10033          Huisnummer 0 .. 1 nl-core-organization Organization.address.line.Extension.HouseNumber example
10034          Huisletter/huisnummertoevoeging 0 .. 1 nl-core-organization Organization.address.line.Extension.BuildingNumberSuffix example
10041          Postcode 0 .. 1 nl-core-organization Organization.address.postalCode example
10036          Plaatsnaam 0 .. 1 nl-core-organization Organization.address.city example
10037          Gemeentenaam 0 .. 1
10038          Land 0 .. 1 nl-core-organization Organization.address.country example
10039          Adrestype 0 .. 1
10029       Type zorginstelling 0 .. 1
82019       Type zorginstelling (bij verwijzing) 0 .. 1
2 Vrouw 1 .. 1 bc-Woman Patient example
  • GET [base]/Patient/[vrouwid]
  • GET [base]/Patient?identifier=[bsn]
10030    Burgerservicenummer 1 .. 1 bc-Woman Patient.identifier example
10035    Naamgegevens 0 .. 1 bc-Woman Patient.name example
10042       Voornamen 0 .. 1 bc-Woman Patient.name.given example
82359       Initialen 0 .. 1 bc-Woman Patient.name.given example
82360       Roepnaam 0 .. 1 bc-Woman Patient.name.given example
82361       Achternaam 1 .. 1 bc-Woman Patient.name.family example
82362          Soort naam 0 .. 1 bc-Woman Patient.name.family example
82363          Voorvoegsel 0 .. 1 bc-Woman Patient.name.family example
10043          Achternaam 1 .. 1 bc-Woman Patient.name.family example
10810    Bloedgroep vrouw 0 .. 1 zib-LaboratoryTestResult-Observation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=883-9{&subject=[vrouwid]&context=[dossierid]}
10811    Rhesus D Factor vrouw 0 .. 1 zib-LaboratoryTestResult-Observation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=1305-2{&subject=[vrouwid]&context=[dossierid]}
10816    Rhesus c Factor 0 .. 1 zib-LaboratoryTestResult-Observation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=1159-3{&subject=[vrouwid]&context=[dossierid]}
3 Zwangerschap 1 .. 1 zib-pregnancy Condition example
  • GET [base]/Condition/[zwangerschapid]
  • GET [base]/Condition?clinicalstatus=active
  • GET [base]/Condition?clinicalstatus=inactive&_sort=_-id&_count=1
  • GET [base]/Condition?subject=[patientid]&_revinclude=Observation:focus
20010    Graviditeit 1 .. 1 zib-pregnancy-Gravidity Observation.valueQuantity example
  • GET [base]/Observation?code=11996-6{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
20153    Pariteit 1 .. 1 zib-pregnancy-Parity Observation.valueQuantity example
20029    A terme datum (groep) 1 .. 1 zib-pregnancy-TermDate Observation example
20030       A terme datum 1 .. 1 zib-pregnancy-TermDate Observation.valueDateTime example
  • GET [base]/Observation?code=11778-8{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
14 Medisch onderzoek 0 .. * bc-PregnancyUltraSound DiagnosticReport example
50020    Datum onderzoek 1 .. 1 bc-PregnancyUltraSound DiagnosticReport.effectiveDateTime example
142    Maternale onderzoeksgegevens 1 .. 1 zib-LaboratoryTestResult-DiagnosticReport DiagnosticReport example
80959       Urine-, bloed- en aanvullende onderzoeken 1 .. 1 zib-LaboratoryTestResult-DiagnosticReport DiagnosticReport example
10814          Hb 1 .. 1 zib-LaboratoryTestResult-Observation Observation.valueQuantity example
  • GET [base]/Observation?code=718-7{&subject=[vrouwid]&context=[dossierid]}

Prio 1 vorig

PWD 2.3 to FHIR
Type # Concept Card Profile Mapping Example Search URL
1 Zorgverlener/Zorginstelling 1 .. 1 nl-core-organization Organization | Practitioner example
10020    Zorginstelling 1 .. 1 nl-core-organization Organization example
  • GET [base]/Organization/[zorginstellingid]
  • GET [base]/Organization?identifier=[lvrid]
10021       Zorginstelling OID 0 .. 1 nl-core-organization Organization.identifier example
10022       Zorginstelling AGB-ID 0 .. 1 nl-core-organization Organization.identifier example
10023       Zorginstelling LVR-ID 0 .. 1 nl-core-organization Organization.identifier example
10024       Zorginstelling URA 0 .. 1 nl-core-organization Organization.identifier example
10026       Naam zorginstelling 0 .. 1 nl-core-organization Organization.name example
10027       Adres zorginstelling 0 .. 1 nl-core-organization Organization.address example
10032          Straatnaam 0 .. 1 nl-core-organization Organization.address.line.Extension.streetName example
10033          Huisnummer 0 .. 1 nl-core-organization Organization.address.line.Extension.HouseNumber example
10034          Huisletter/huisnummertoevoeging 0 .. 1 nl-core-organization Organization.address.line.Extension.BuildingNumberSuffix example
10041          Postcode 0 .. 1 nl-core-organization Organization.address.postalCode example
10036          Plaatsnaam 0 .. 1 nl-core-organization Organization.address.city example
10037          Gemeentenaam 0 .. 1
10038          Land 0 .. 1 nl-core-organization Organization.address.country example
10039          Adrestype 0 .. 1
10029       Type zorginstelling 0 .. 1
82019       Type zorginstelling (bij verwijzing) 0 .. 1
2 Vrouw 1 .. 1 bc-Woman Patient example
  • GET [base]/Patient/[vrouwid]
  • GET [base]/Patient?identifier=[bsn]
10030    Burgerservicenummer 1 .. 1 bc-Woman Patient.identifier example
10035    Naamgegevens 0 .. 1 bc-Woman Patient.name example
10042       Voornamen 0 .. 1 bc-Woman Patient.name.given example
82359       Initialen 0 .. 1 bc-Woman Patient.name.given example
82360       Roepnaam 0 .. 1 bc-Woman Patient.name.given example
82361       Achternaam 1 .. 1 bc-Woman Patient.name.family example
82362          Soort naam 0 .. 1 bc-Woman Patient.name.family example
82363          Voorvoegsel 0 .. 1 bc-Woman Patient.name.family example
10043          Achternaam 1 .. 1 bc-Woman Patient.name.family example
3 Zwangerschap 0 .. 1 zib-pregnancy Condition example
  • GET [base]/Condition/[zwangerschapid]
  • GET [base]/Condition?clinicalstatus=active
  • GET [base]/Condition?clinicalstatus=inactive&_sort=_-id&_count=1
  • GET [base]/Condition?subject=[patientid]&_revinclude=Observation:focus
20010    Graviditeit 0 .. 1 zib-pregnancy-Gravidity Observation.valueQuantity example
  • GET [base]/Observation?code=11996-6{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
20150    Pariteit (vóór deze zwangerschap) 0 .. 1 zib-pregnancy-Parity Observation.valueQuantity example
  • GET [base]/Observation?code=11977-6{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
80625    Wijze einde zwangerschap 0 .. 1 bc-PregnancyObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=EindeZw{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
20540    Datum einde zwangerschap 0 .. 1 bc-PregnancyObservation Observation.valueDateTime example
  • GET [base]/Observation?code=code=118951000146109{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
6 Bevalling 0 .. 1 bc-DeliveryProcedure Procedure example
  • GET [base]/Procedure?code=236973005{&subject=[vrouwid]&context=[dossierid]&reasonReference=[zwangerschapid]}
20590    Tijdstip begin actieve ontsluiting 0 .. 1 bc-DeliveryObservation Observation.valueDateTime example
  • GET [base]/Observation?code=249120008{&subject=[vrouwid]&context=[dossierid]&focus=[bevallingid]}
82869    Duur actieve ontsluitingsfase (Ontsluitingsduur) 0 .. 1
82870    Duur uitdrijving vanaf actief meepersen 0 .. 1
20640    Hoeveelheid bloedverlies 0 .. 1 bc-DeliveryObservation Observation.valueQuantity example
  • GET [base]/Observation?code=64332008{&subject=[vrouwid]&context=[dossierid]&focus=[bevallingid]}
80673    Conditie perineum postpartum 0 .. 1 bc-DeliveryObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=364297003{&subject=[vrouwid]&context=[dossierid]&focus=[bevallingid]}
7 Uitkomst (per kind) 0 .. *
40002    Baring 1 .. 1 bc-Birth Procedure example
  • GET [base]/Procedure?code=3950001{&subject=[vrouwid]&context=[dossierid]&focus=[geboorteid]&focus=[kindid]}
40006       Demografische gegevens 0 .. 1 bc-Child Patient
  • GET [base]/Patient/[kindid]
40050          Geboortedatum 0 .. 1 bc-Child Patient.birthdate & patient.birthtime (extension) example
  • GET [base]/Patient/[kindid]
71       Kindspecifieke maternale gegevens 0 .. 1
30030          Tijdstip actief meepersen 0 .. 1 bc-BirthObservation Observation.valueDateTime example
  • GET [base]/Observation?code=249163006{&subject=[vrouwid]&context=[dossierid]&focus=[geboorteid]}
72       Kindspecifieke uitkomstgegevens 0 .. 1
80626          Type partus 0 .. 1 bc-BirthObservation Observation.valueCode example
  • GET [base]/Observation?code=364336006{&subject=[vrouwid]&context=[dossierid]&focus=[geboorteid]}
20062          Zwangerschapsduur 0 .. 1
40189          Vaginale kunstverlossing (groep) 0 .. 1 bc-ObstetricProcedure Procedure example
40190             Vaginale kunstverlossing 0 .. 1 bc-ObstetricProcedure Procedure.code example
  • GET [base]/Procedure?code=3311000146109{&subject=[vrouwid]&context=[dossierid]&partof=[bevallingid,uitdrijvingsfaseid]}
80766          Lichamelijk onderzoek kind 0 .. 1 DiagnosticReport
40071             Apgarscore na 5 min. 0 .. 1 zib-ApgarScore Observation.valueQuantity example
  • GET [base]/Observation?code=9274-2{&subject=[kindid]&context=[dossierid]}
40060             Geboortegewicht 0 .. 1 bc-ChildObservation Observation.valueQuantity example
  • GET [base]/Observation?code=8339-4{&subject=[kindid]&context=[dossierid]}


Use case: Register Birthcare Core Dataset data

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.


PWD 2.3 to FHIR
Type # Concept Card Profile Mapping Example Search URL
4 Zorgverlening 1 .. 1 bc-MaternalRecord EpisodeOfCare example
20290    Datum start zorgverantwoordelijkheid 1 .. 1 bc-MaternalRecord EpisodeOfCare.period.start example
20340    Datum einde zorgverantwoordelijkheid 0 .. 1 bc-MaternalRecord EpisodeOfCare.period.end example
20355    Eindverantwoordelijk in welke perinatale periode? 1 .. * bc-MaternalRecord EpisodeOfCare.type example
20305    Conclusie risicostatus na intake 0 .. 1 bc-MaternalObservation Observation.valueCodeableConcept example
82012    Verwijsdetails 0 .. * bc-ReferralRequest ReferralRequest example
  • GET [base]/ReferralRequest?subject=[vrouwid]
  • GET [base]/ReferralRequest?context=[dossierid]
82013       Datum verwijzing 0 .. 1 bc-ReferralRequest ReferralRequest.authoredOn example
82550       Verwijzing van 0 .. 1 bc-ReferralRequest ReferalRequest.requester.agent.reference example
82551          Zorginstelling 0 .. 1 nl-core-organization Organization example
82552             ZorgaanbiederIdentificatieNummer 0 .. * nl-core-organization Organization.identifier example
82554             Specialisme 0 .. 1 bc-ReferralRequest ReferralRequest.specialty example
82577       Verwijzing naar 0 .. 1 bc-ReferralRequest ReferralRequest.recipient.reference example
82578          Zorginstelling 0 .. 1 nl-core-organization Organization example
82579             ZorgaanbiederIdentificatieNummer 0 .. * nl-core-organization Organization.identifier example
82580             Specialisme 0 .. 1 bc-ReferralRequest ReferralRequest.requester.agent.extension:practitionerRole | PractitionerRole.specialty example
82581          Type verwijzing 0 .. 1 bc-ReferralRequest ReferralRequest.type example
82014       Redenen van verwijzing 0 .. * bc-ReferralRequest ReferralRequest.reasonCode|Reference example
82450          Van 1e naar 2e lijn 0 .. 1 bc-ReferralRequest ReferralRequest.reasonReference example
82454             Algemene anamnese 0 .. 1 bc-ReferralRequest ReferralRequest.reasonCode|Reference example
82456                Auto-immuun aandoening 0 .. * bc-MaternalObservation Observation.CodeableConcept example
82458                Cardiovasculaire aandoening 0 .. * bc-MaternalObservation Observation.CodeableConcept example
82460                Urogenitale aandoening 0 .. * bc-MaternalObservation Observation.CodeableConcept example
82462                Oncologische aandoening 0 .. * bc-MaternalObservation Observation.CodeableConcept example
82464                Schildklier aandoening 0 .. 1 bc-MaternalObservation Observation.CodeableConcept example
82465                Diabetes mellitus? 0 .. 1 bc-MaternalObservation Observation.Boolean example
82467                Neurologische aandoening 0 .. * bc-MaternalObservation Observation.CodeableConcept example
82469                Infectieziekte 0 .. * bc-MaternalObservation Observation.CodeableConcept example
82471                MDL aandoening 0 .. * bc-MaternalObservation Observation.CodeableConcept example
82473                Anemie 0 .. * bc-MaternalObservation Observation.CodeableConcept example
82475                Longaandoening 0 .. * bc-MaternalObservation Observation.CodeableConcept example
82477                Gynaecologische aandoening 0 .. * bc-MaternalObservation Observation.CodeableConcept example
82479                Orthopedische afwijking 0 .. * bc-MaternalObservation Observation.CodeableConcept example
82481                Bloedtransfusie? 0 .. 1 bc-MaternalObservation Observation.Boolean example
82482                Transfusiereactie? 0 .. 1 bc-MaternalObservation Observation.Boolean example
82484                Type operatie 0 .. * bc-MaternalObservation Observation.CodeableConcept example
82486                Type stollingsprobleem 0 .. * bc-MaternalObservation Observation.CodeableConcept example
82488                Psychiatrie? 0 .. 1 bc-MaternalObservation Observation.Boolean example
82490                Overige aandoening? 0 .. 1 bc-MaternalObservation Observation.Boolean example
82492             Obstetrische anamnese 0 .. 1 bc-MaternalObservation ReferralRequest.reasonCode|Reference example
82582                Gynaecologische aandoening 0 .. 1 bc-MaternalObservation Observation.CodeableConcept example
82493                Bloedverlies? 0 .. 1 bc-MaternalObservation Observation.Boolean example
82494                Partiële mola? 0 .. 1 bc-MaternalObservation Observation.Boolean example
82495                Cervixinsufficiëntie? 0 .. 1 bc-MaternalObservation Observation.Boolean example
82496                Infectie 0 .. 1 bc-MaternalObservation Observation.CodeableConcept example
82497                Hyperemesis gravidarum? 0 .. 1 bc-MaternalObservation Observation.Boolean example
82498                Hypertensieve aandoening 0 .. 1 bc-MaternalObservation Observation.CodeableConcept example
82499                Zwangerschapscholestase? 0 .. 1 bc-MaternalObservation Observation.Boolean example
82500                Diabetes gravidarum met insuline? 0 .. 1 bc-MaternalObservation Observation.Boolean example
82501                Afwijkende groei foetus 0 .. 1 bc-PregnancyObservation Observation.CodeableConcept example
82502                Dreigende partus immaturus? 0 .. 1 bc-MaternalObservation Observation.Boolean example
82503                Dreigende partus prematurus? 0 .. 1 bc-MaternalObservation Observation.Boolean example
82504                Abruptio placentae? 0 .. 1 bc-MaternalObservation Observation.Boolean example
82505                Fluxus postpartum? 0 .. 1 bc-MaternalObservation Observation.Boolean example
82506             Zwangerschap 0 .. 1 bc-MaternalObservation ReferralRequest.reasonReference example
82509                Gynaecologische aandoening 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82510                Bloedverlies? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82511                Partiële mola? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82512                Cervixinsufficiëntie? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82513                Infectie 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82514                Hyperemesis gravidarum? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82515                Hypertensieve aandoening 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82516                Zwangerschapscholestase? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82517                Diabetes gravidarum met insuline? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82518                Afwijkende groei foetus 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82519                Dreigende partus immaturus? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82520                Dreigende partus prematurus? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82521                Abruptio placentae? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82522                Navelstrengprolaps? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82523                Liggingsafwijking 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82524                Intra-uteriene vruchtdood 0 .. 1 bc-PregnancyObservation Observation.Boolean
82525                   Vermoeden intra-uteriene vruchtdood? 0 .. 1 bc-PregnancyObservation Observation.Boolean example
82453             Einde zwangerschap 0 .. 1 bc-ReferralRequest ReferralRequest.reasonReference example
82527             Bevalling 0 .. 1 bc-ReferralRequest ReferralRequest.reasonReference example
82530                PPROM? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82531                PROM? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82532                Koorts? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82533                Niet vorderende ontsluiting? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82534                Niet vorderende uitdrijving? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82535                Verdenking foetale nood? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82536                Intra-uteriene vruchtdood 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code
82537                   Vermoeden intra-uteriene vruchtdood? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82541                Vastzittende placenta? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82543                Conditie perineum postpartum 0 .. 1 bc-DeliveryObservation Observation.CodeableConcept example
82542                Fluxus postpartum? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82544             Postnatale fase 0 .. 1 bc-DisorderPostPartum Condition.code example
82545                Pathologie vrouw 0 .. * bc-DisorderPostPartum Condition.code example
82442             Overig 0 .. 1 bc-ReferralRequest ReferralRequest.reasonCode example
82451          Van 2e naar 3e lijn 0 .. 1 bc-ReferralRequest ReferralRequest.reasonCode example
82448          Van 2e naar 1e lijn 0 .. 1 bc-ReferralRequest ReferralRequest.reasonCode example
82449          Van 3e naar 2e lijn 0 .. 1 bc-ReferralRequest ReferralRequest.reasonCode example
20367       Perinatale periode 0 .. 1 bc-ReferralRequest ReferralRequest.type example
1 Zorgverlener/Zorginstelling 1 .. 1 nl-core-organization Organization | Practitioner example
10020    Zorginstelling 1 .. 1 nl-core-organization Organization example
  • GET [base]/Organization/[zorginstellingid]
  • GET [base]/Organization?identifier=[lvrid]
10022       Zorginstelling AGB-ID 0 .. 1 nl-core-organization Organization.identifier example
10023       Zorginstelling LVR-ID 1 .. 1 nl-core-organization Organization.identifier example
2 Vrouw 1 .. 1 bc-Woman Patient example
  • GET [base]/Patient/[vrouwid]
  • GET [base]/Patient?identifier=[bsn]
10030    Burgerservicenummer 0 .. 1 bc-Woman Patient.identifier example
10031    Lokale persoonsidentificatie 0 .. 1 bc-Woman Patient.identifier example
10040    Geboortedatum 0 .. 1 bc-Woman Patient.birthdate example
10300    Adres 0 .. 1 bc-Woman Patient.address example
10304       Postcode 0 .. 1 bc-Woman Patient.address.postalCode example
10400    Etniciteit 0 .. 1 bc-Woman Patient.extension example
80811    Anamnese 0 .. 1 QuestionnaireResponse
82020       Onder behandeling (geweest)? 0 .. 1 bc-MaternalObservation Observation.valueBoolean example
80904       Algemene anamnese 0 .. 1 QuestionnaireResponse
82220          Auto-immuun aandoening 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
80906          Cardiovasculaire aandoening 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
82267          Urogenitale aandoening 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
82221          Oncologische aandoening 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
80909          Schildklier aandoening 0 .. 1 bc-MaternalObservation Observation.valueCodeableConcept example
80910          Diabetes mellitus? 0 .. 1 bc-MaternalObservation Observation.valueBoolean example
80912          Neurologische aandoening 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
82210          Infectieziekte 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
82219          MDL aandoening 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
82222          Anemie 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
82266          Longaandoening 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
80917          Gynaecologische aandoening 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
80918          Orthopedische afwijking 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
10805          Bloedtransfusie? 0 .. 1 bc-MaternalObservation Observation.valueBoolean example
82231          Transfusiereactie? 0 .. 1 bc-MaternalObservation Observation.valueBoolean example
80818          Type operatie 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
80817          Type stollingsprobleem 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
82159          Psychiatrie? 0 .. 1 bc-MaternalObservation Observation.valueBoolean example
82212          Overige aandoening? 0 .. 1 bc-MaternalObservation Observation.valueBoolean example
80919          Overige aandoening 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
20212    Lengte (gemeten) 0 .. 1 zib-BodyHeight Observation.valueQuantity example
80675    Vrouwelijke genitale verminking? 0 .. 1 bc-MaternalObservation Observation.valueBoolean example
80676    Type vrouwelijke genitale verminking 0 .. 1 bc-MaternalObservation Observation.valueCodeableConcept example
17 Obstetrische anamnese gegroepeerd per voorgaande zwangerschap 0 .. * zib-Pregnancy Condition example
80623    Wijze einde zwangerschap 0 .. 1 bc-PregnancyObservation Observation.valueCodeableConcept example
82337    Definitieve à terme datum 0 .. 1 bc-PregnancyObservation Observation.valueDateTime example
82314    Diagnose 0 .. * bc-PregnancyObservation Observation example
82317       Gynaecologische aandoening 0 .. 1 bc-PregnancyObservation Observation example
82318       Bloedverlies? 0 .. 1 bc-PregnancyObservation Observation example
82320       Cervixinsufficiëntie? 0 .. 1 bc-PregnancyObservation Observation example
82321       Infectie 0 .. 1 bc-PregnancyObservation Observation example
82322       Hyperemesis gravidarum? 0 .. 1 bc-PregnancyObservation Observation example
82323       Hypertensieve aandoening 0 .. 1 bc-PregnancyObservation Observation example
82324       Zwangerschapscholestase? 0 .. 1 bc-PregnancyObservation Observation example
82325       Diabetes gravidarum met insuline? 0 .. 1 bc-PregnancyObservation Observation example
82326       Afwijkende groei foetus 0 .. 1 bc-PregnancyObservation Observation example
82327       Dreigende partus immaturus? 0 .. 1 bc-PregnancyObservation Observation example
82328       Dreigende partus prematurus? 0 .. 1 bc-PregnancyObservation Observation example
82329       Abruptio placentae? 0 .. 1 bc-PregnancyObservation Observation example
82214    Irregulaire antistoffen? 0 .. 1 bc-PregnancyObservation Observation.valueBoolean example
18    Eerdere bevalling 0 .. 1 bc-DeliveryProcedure Procedure example
80718       Placenta 0 .. 1
82336          Geboorte placenta 0 .. 1 bc-DeliveryObservation Observation.valueCodeableConcept example
10598       Hoeveelheid bloedverlies 0 .. 1 bc-DeliveryObservation Observation.valueQuantity example
19       Vorige uitkomst (per kind) 0 .. * bc-Birth Procedure example
80709          Vorige baring 0 .. 1 bc-Birth Procedure example
80696             Demografische gegevens 0 .. 1 bc-Child Patient example
80702                Geboortedatum 0 .. 1 bc-Child Patient.birthDate example
21             Kindspecifieke gegevens vorige uitkomsten 0 .. 1
80624                Type partus 0 .. 1 bc-BirthObservation Observation.valueCodeableConcept example
10605                Percentiel van het geboortegewicht 0 .. 1 bc-ChildObservation Observation.interpretation.extension:percentile example
10606                Apgarscore na 5 min. 0 .. 1 zib-ApgarScore Observation.valueQuantity example
80997                Congenitale afwijkingen? 0 .. 1 bc-DisorderOfChild Condition.code example
80998                Congenitale afwijkingen (groep) 0 .. 1 bc-DisorderOfChild Condition.code example
81002                   Chromosomale afwijkingen? 0 .. 1 bc-DisorderOfChild Condition.code example
3 Zwangerschap 1 .. 1 zib-pregnancy Condition example
  • GET [base]/Condition/[zwangerschapid]
  • GET [base]/Condition?clinicalstatus=active
  • GET [base]/Condition?clinicalstatus=inactive&_sort=_-id&_count=1
  • GET [base]/Condition?subject=[patientid]&_revinclude=Observation:focus
20010    Graviditeit 0 .. 1 zib-pregnancy-Gravidity Observation.valueQuantity example
  • GET [base]/Observation?code=11996-6{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
20150    Pariteit (vóór deze zwangerschap) 0 .. 1 zib-pregnancy-Parity Observation.valueQuantity example
  • GET [base]/Observation?code=11977-6{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
82160    Definitieve à terme datum 0 .. 1 bc-PregnancyObservation Observation.valueDateTime example
  • GET [base]/Observation?code=11778-8{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
80671    Voornemens 0 .. 1
20261       Voorgenomen plaats baring tijdens zwangerschap (type locatie) 0 .. 1 bc-PregnancyObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=PRN4209{&subject=[vrouwid]&context=[dossierid]}
80732    Prenatale controle 0 .. * bc-Encounter Encounter example
80737       Datum controle 1 .. 1 bc-Encounter Encounter.period.start example
80738       Zwangerschapsduur 0 .. 1
80746       Leven voelen 0 .. 1 bc-PregnancyObservation Observation.valueCodeableConcept example
80810       Rookgedrag 0 .. 1 zib-TobaccoUse Observation.valueCodeableConcept example
80747       Alcoholgebruik 0 .. 1 zib-AlcoholUse Observation.valueCodeableConcept example
82102       Drugsgebruik? 0 .. 1 zib-DrugUse Observation.valueCodeableConcept example
20211       Gewicht (gemeten) 0 .. 1 zib-BodyWeight Observation.valueQuantity example
82268    Diagnose 0 .. * bc-DisorderOfPregnancy Condition example
82272       Datum 0 .. 1 bc-DisorderOfPregnancy Condition.assertedDate example
82285       Zwangerschapsduur 0 .. 1
82269       Gynaecologische aandoening 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82270       Bloedverlies? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82286       Partiële mola? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82271       Cervixinsufficiëntie? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82273       Infectie 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82274       Hyperemesis gravidarum? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82275       Hypertensieve aandoening 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82276       Zwangerschapscholestase? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82277       Diabetes gravidarum met insuline? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82278       Afwijkende groei foetus 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82279       Dreigende partus immaturus? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82280       Dreigende partus prematurus? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82289       Abruptio placentae? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82452       Navelstrengprolaps? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82380       Liggingsafwijking 0 .. 1 bc-DisorderOfPregnancy Condition.code example
80613       Intra-uteriene vruchtdood 0 .. 1 bc-PregnancyObservation Observation
82435          Vermoeden intra-uteriene vruchtdood? 1 .. 1 bc-PregnancyObservation Observation.valueBoolean example
82436          Vermoeden iuvd op basis van 0 .. 1 bc-PregnancyObservation Observation.method example
82230    Intra-uteriene behandeling 0 .. * bc-ObstetricProcedure Procedure.code example
20670    Maternale sterfte? 0 .. 1 bc-PregnancyObservation Observation.valueBoolean example
80625    Wijze einde zwangerschap 0 .. 1 bc-PregnancyObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=EindeZw{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
6 Bevalling 0 .. 1 bc-DeliveryProcedure Procedure example
  • GET [base]/Procedure?code=236973005{&subject=[vrouwid]&context=[dossierid]&reasonReference=[zwangerschapid]}
20500    Partusnummer 0 .. 1 bc-DeliveryProcedure Procedure.identifier
82291    Diagnose bevalling 0 .. 1 bc-DisorderOfLaborAndDelivery Condition example
82338       PPROM? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82290       PROM? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82292       Koorts? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82293       Niet vorderende ontsluiting? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82294       Niet vorderende uitdrijving? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82296       Verdenking foetale nood? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82443       Intra-uteriene vruchtdood 0 .. 1
82444          Vermoeden intra-uteriene vruchtdood? 1 .. 1 bc-PregnancyObservation Observation.valueBoolean example
82445          Vermoeden iuvd op basis van 0 .. 1 bc-PregnancyObservation Observation.method example
82295       Vastzittende placenta? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82398       Fluxus postpartum? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
20505    Aantal geboren kinderen 0 .. 1 bc-PregnancyObservation Observation.valueQuantity example
20530    Risicostatus vóór baring 0 .. 1 bc-DeliveryObservation Observation.valueCodeableConcept example
20555    Interventies begin baring 0 .. * bc-ObstetricProcedure Procedure example
20560       Interventie begin baring 0 .. 1 bc-ObstetricProcedure Procedure.code example
20570       Indicatie interventie begin baring 0 .. 1 bc-ObstetricProcedure Procedure.reasonCode example
20550    Wijze waarop de baring begon 0 .. 1 bc-DeliveryObservation Observation.valueCodeableConcept example
20590    Tijdstip begin actieve ontsluiting 0 .. 1 bc-DeliveryObservation Observation.valueDateTime example
  • GET [base]/Observation?code=249120008{&subject=[vrouwid]&context=[dossierid]&focus=[bevallingid]}
20619    Medicatie nageboortetijdperk (groep) 0 .. 1 zib-MedicationUse MedicationStatement example
20620       Medicatie nageboortetijdperk? 0 .. 1 zib-MedicationUse Observation.valueBoolean example
20626       Soort medicatie nageboortetijdperk 0 .. * zib-MedicationUse MedicationStatement.medicationReference example
80612    Placenta 0 .. 1 bc-Placenta BodySite
  • GET [base]/BodySite?subject=[vrouwid]
20630       Geboorte placenta 0 .. 1 bc-DeliveryObservation Observation.valueCodeableConcept example
20640    Hoeveelheid bloedverlies 0 .. 1 bc-DeliveryObservation Observation.valueQuantity example
  • GET [base]/Observation?code=64332008{&subject=[vrouwid]&context=[dossierid]&focus=[bevallingid]}
80673    Conditie perineum postpartum 0 .. * bc-DeliveryObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=364297003{&subject=[vrouwid]&context=[dossierid]&focus=[bevallingid]}
7 Uitkomst (per kind) 0 .. *
40002    Baring 0 .. 1 bc-Birth Procedure example
  • GET [base]/Procedure?code=3950001{&subject=[vrouwid]&context=[dossierid]&focus=[geboorteid]&focus=[kindid]}
40003       Werkelijke plaats baring (type locatie) 0 .. 1 bc-ChildBirthAssistance Encounter.class:werkelijkePlaatsBaring example
82114       Ziekenhuis baring 0 .. 1 bc-Encounter Encounter.serviceProvider example
40005          Ziekenhuisnummer (LVR-id) 0 .. 1 nl-core-organization Organization.identifier example
40006       Demografische gegevens 0 .. 1 bc-Child Patient
  • GET [base]/Patient/[kindid]
40007          Identificaties kind 0 .. 1 bc-Child Patient.identifier example
40010             BSN kind 0 .. 1 bc-Child Patient.identifier:BSN example
40041          Geslacht (medische observatie) 0 .. 1 bc-Child Patient.gender.Extension example
40050          Geboortedatum 0 .. 1 bc-Child Patient.birthdate & patient.birthtime (extension) example
  • GET [base]/Patient/[kindid]
40025          Rangnummer kind 0 .. 1 bc-Child Patient.multipleBirthInteger example
40279          Perinatale sterfte (groep) 0 .. 1 bc-Child patient.deceased [nvt example]
40280             Perinatale sterfte? 0 .. 1 bc-BirthObservation Observation.valueBoolean example
40290             Fase perinatale sterfte 0 .. 1 bc-BirthObservation Observation.valueCodeableConcept example
40300             Datum/tijd vaststelling perinatale sterfte 0 .. 1 bc-BirthObservation Observation.valueDateTime example
71       Kindspecifieke maternale gegevens 0 .. 1
20616          Bijstimulatie toegediend? 0 .. 1 bc-ObstetricProcedure Procedure.code example
80619          Tijdstip breken vliezen 0 .. 1 bc-BirthObservation Observation.valueDateTime example
  • GET [base]/Observation?code=289251005{&subject=[vrouwid]&context=[dossierid]&focus=[geboorteid]}
20610          Kleur en consistentie vruchtwater 0 .. 1 bc-BirthObservation Observation.valueCodableConcept example
30030          Tijdstip actief meepersen 0 .. 1 bc-BirthObservation Observation.valueDateTime example
  • GET [base]/Observation?code=249163006{&subject=[vrouwid]&context=[dossierid]&focus=[geboorteid]}
30050          Episiotomie? 0 .. 1 bc-ObstetricProcedure Procedure.code example
80794          Indicatie episiotomie 0 .. * bc-ObstetricProcedure Procedure.reasonCode example
30055          Locatie episiotomie 0 .. 1 bc-ObstetricProcedure Procedure.bodySite.extension example
82089          Ruggeprik gewenst, niet gekregen? 0 .. 1 bc-BirthObservation Observation.valueBoolean example
82090          Pijnbestrijding? 0 .. 1 MedicationAdministration.category
82091          Pijnbestrijding 0 .. * MedicationAdministration.category
82093             Methode 1 .. 1 MedicationAdministration.dosage.method
82092                Methode 1 .. 1 MedicationAdministration.dosage.method
82094                Overig middel 0 .. * MedicationAdministration.dosage.route
82095                   Middel 0 .. 1 MedicationAdministration.medicationCodeableConcept
82096                   Toediening 0 .. 1 MedicationAdministration.dosage.route
82097             Periode 0 .. 1 MedicationAdministration.extension?
80827          Sedatie? 0 .. 1 MedicationStatement.category
72       Kindspecifieke uitkomstgegevens 0 .. 1
80626          Type partus 0 .. 1 bc-BirthObservation Observation.valueCode example
  • GET [base]/Observation?code=364336006{&subject=[vrouwid]&context=[dossierid]&focus=[geboorteid]}
40140          Ligging bij geboorte 0 .. 1 bc-BirthObservation Observation.codeableConcept example
  • GET [base]/Observation?code=LigGbrt{&subject=[kindid]&context=[dossierid]}
40149          Aanpakker kind (groep) 0 .. 1 bc-ChildBirthAssistance Encounter.participant example
40150             Rol aanpakker kind 0 .. 1 bc-ChildBirthAssistance Encounter.participant.type|individual.extension:practitionerRole example
40169          Supervisor (groep) 0 .. 1 bc-ChildBirthAssistance Encounter.participant example
40170             Rol supervisor 0 .. 1 bc-ChildBirthAssistance Encounter.participant.type|individual.extension:practitionerRole example
40189          Vaginale kunstverlossing (groep) 0 .. * bc-ObstetricProcedure Procedure example
40190             Vaginale kunstverlossing 0 .. 1 bc-ObstetricProcedure Procedure.code example
  • GET [base]/Procedure?code=3311000146109{&subject=[vrouwid]&context=[dossierid]&partof=[bevallingid,uitdrijvingsfaseid]}
40200             Succes vaginale kunstverlossing? 0 .. 1 bc-ObstetricProcedure Procedure.outcome.extension example
40219          Sectio caesarea (group) 0 .. 1 bc-ObstetricProcedure Procedure example
40225             Beslismoment sectio caesarea 0 .. 1 bc-ObstetricProcedure Procedure.extension example
82546             Indicatie primaire sectio 0 .. * bc-ObstetricProcedure Procedure.reasonCode example
82547             Indicatie secundaire sectio 0 .. * bc-ObstetricProcedure Procedure.reasonCode example
40240          Overige interventies 0 .. * bc-ObstetricProcedure Procedure.code example
80766          Lichamelijk onderzoek kind 0 .. * DiagnosticReport
40071             Apgarscore na 5 min. 0 .. 1 zib-ApgarScore Observation.valueQuantity example
  • GET [base]/Observation?code=9274-2{&subject=[kindid]&context=[dossierid]}
40060             Geboortegewicht 0 .. 1 bc-ChildObservation Observation.valueQuantity example
  • GET [base]/Observation?code=8339-4{&subject=[kindid]&context=[dossierid]}
40080          Congenitale afwijkingen? 0 .. 1 bc-DisorderOfChild Condition example
40081          Congenitale afwijkingen (groep) 0 .. 1 bc-DisorderOfChild Condition example
40082             Specificatie congenitale afwijking (groep) 0 .. * bc-DisorderOfChild Condition.code example
40090                Specificatie congenitale afwijking 1 .. 1 bc-DisorderOfChild Condition.code example
40110             Chromosomale afwijkingen? 0 .. 1 bc-DisorderOfChild Condition example
40111             Specificatie chromosomale afwijking (groep) 0 .. * bc-DisorderOfChild Condition.code example
40120                Specificatie chromosomale afwijking 1 .. 1 bc-DisorderOfChild Condition.code example
82334          Problematiek kind? 0 .. 1 bc-DisorderOfChild Condition example
80789          Problematiek kind 0 .. * bc-DisorderOfChild Condition.code example
82119          Kinderarts betrokken? 0 .. 1 bc-CareTeam CareTeam.participant.member.extension:practitionerRole
82120          Betrokkenheid kinderarts 0 .. * bc-CareTeam CareTeam.participant.member.extension:practitionerRole
82122             Datum betrokkenheid 0 .. 1 bc-CareTeam CareTeam.participant.period example
82123             Reden betrokkenheid 0 .. 1 bc-CareTeam CareTeam.reasonCode example
82121             Type betrokkenheid 0 .. 1 bc-CareTeam CareTeam.participant.role example
82335             Zorginstelling LVR-ID 0 .. 1 bc-CareTeam CareTeam.participant.member|onBehalfOf example
14 Medisch onderzoek 0 .. 1 bc-PregnancyUltraSound DiagnosticReport example
142    Maternale onderzoeksgegevens 0 .. 1 zib-LaboratoryTestResult-DiagnosticReport DiagnosticReport example
80959       Urine-, bloed- en aanvullende onderzoeken 0 .. 1 zib-LaboratoryTestResult-DiagnosticReport DiagnosticReport example
80949          PSIE 0 .. 1 zib-LaboratoryTestResult-DiagnosticReport DiagnosticReport example
10812             Irregulaire antistoffen? 0 .. 1 zib-LaboratoryTestResult-Observation Observation.valueBoolean example
10813             Welke irregulaire antistoffen vrouw aanwezig. 0 .. * zib-LaboratoryTestResult-Observation Observation.valueCodeableConcept example
16 Postnatale fase 0 .. 1
82297    Diagnose/interventie postnataal 0 .. * bc-DisorderPostPartum Condition example
82298       Datum 0 .. 1 bc-DisorderPostPartum Condition.assertedDate example
82209       Pathologie vrouw 0 .. 1 bc-DisorderPostPartum Condition.code example
161    Kindspecifieke gegevens 0 .. *
83377       Rangnummer kind 0 .. 1
70009       Voeding kind (groep) 0 .. 1 bc-ChildObservation Observation example
70011          Voeding kind (datum) 0 .. 1 bc-ChildObservation Observation.effectiveDateTime example
70030          Substantie voeding kind 1 .. * bc-ChildObservation Observation.valueCodeableConcept example


Use case: Register Midwife Record data

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.


PWD 2.3 to FHIR
Type # Concept Card Profile Mapping Example Search URL
1 Zorgverlener/Zorginstelling 1 .. 1 nl-core-organization Organization | Practitioner example
10001    Zorgverlener 1 .. 1 nl-core-practitioner Practitioner example
  • GET [base]/Practitioner/[zorgverlenerid]
  • GET [base]/Practitioner?identifier=[lvrid]
10002       Zorgverlener UZI-nummer 0 .. 1 nl-core-practitioner Practitioner.identifier example
10003       Zorgverlener AGB-ID 0 .. 1 nl-core-practitioner Practitioner.identifier example
10004       Zorgverlener LVR1-ID 0 .. 1 nl-core-practitioner Practitioner.identifier example
10006       Naam zorgverlener 0 .. 1 nl-core-practitioner Practitioner.name example
10010       Zorgverlenertype 0 .. 1 nl-core-practitionerrole PractitionerRole.specialty example
10012       Telefoon waar zorgverlener is te bereiken 0 .. 1 nl-core-practitioner Practitioner.telecom example
10020    Zorginstelling 1 .. 1 nl-core-organization Organization example
  • GET [base]/Organization/[zorginstellingid]
  • GET [base]/Organization?identifier=[lvrid]
10021       Zorginstelling OID 0 .. 1 nl-core-organization Organization.identifier example
10022       Zorginstelling AGB-ID 0 .. 1 nl-core-organization Organization.identifier example
10023       Zorginstelling LVR-ID 0 .. 1 nl-core-organization Organization.identifier example
10024       Zorginstelling URA 0 .. 1 nl-core-organization Organization.identifier example
10026       Naam zorginstelling 0 .. 1 nl-core-organization Organization.name example
10027       Adres zorginstelling 0 .. * nl-core-organization Organization.address example
10032          Straatnaam 0 .. 1 nl-core-organization Organization.address.line.Extension.streetName example
10033          Huisnummer 0 .. 1 nl-core-organization Organization.address.line.Extension.HouseNumber example
10034          Huisletter/huisnummertoevoeging 0 .. 1 nl-core-organization Organization.address.line.Extension.BuildingNumberSuffix example
10041          Postcode 0 .. 1 nl-core-organization Organization.address.postalCode example
10036          Plaatsnaam 0 .. 1 nl-core-organization Organization.address.city example
10038          Land 0 .. 1 nl-core-organization Organization.address.country example
10029       Type zorginstelling 0 .. 1
82019       Type zorginstelling (bij verwijzing) 0 .. 1
2 Vrouw 1 .. 1 bc-Woman Patient example
  • GET [base]/Patient/[vrouwid]
  • GET [base]/Patient?identifier=[bsn]
10030    Burgerservicenummer 0 .. 1 bc-Woman Patient.identifier example
10031    Lokale persoonsidentificatie 0 .. 1 bc-Woman Patient.identifier example
10035    Naamgegevens 1 .. 2 bc-Woman Patient.name example
10042       Voornamen 0 .. * bc-Woman Patient.name.given example
82359       Initialen 0 .. 1 bc-Woman Patient.name.given example
82360       Roepnaam 0 .. 1 bc-Woman Patient.name.given example
82361       Achternaam 0 .. * bc-Woman Patient.name.family example
82362          Soort naam 0 .. 1 bc-Woman Patient.name.family example
82363          Voorvoegsel 0 .. 1 bc-Woman Patient.name.family example
10043          Achternaam 1 .. 1 bc-Woman Patient.name.family example
10040    Geboortedatum 0 .. 1 bc-Woman Patient.birthdate example
10300    Adres 0 .. 1 bc-Woman Patient.address example
10301       Straatnaam 0 .. 1 bc-Woman Patient.address.line.Extension.streetName example
10302       Huisnummer 0 .. 1 bc-Woman Patient.address.line.Extension.HouseNumber example
10303       Huisletter/huisnummertoevoeging 0 .. 1 bc-Woman Patient.address.line.Extension.BuildingNumberSuffix example
10304       Postcode 0 .. 1 bc-Woman Patient.address.postalCode example
10305       Plaatsnaam 0 .. 1 bc-Woman Patient.address.city example
10307       Land 0 .. 1 bc-Woman Patient.address.country example
10308       Adrestype 0 .. 1 bc-Woman Patient.address.type example
82694    Contactgegevens 0 .. 1
82695       Telefoonnummers 0 .. 1
82696          Telefoonnummer 0 .. 1
82697          TelecomType 0 .. 1
82698          NummerSoort 0 .. 1
82699       EmailAdressen 0 .. 1
82700          EmailAdres 0 .. 1
82701          EmailSoort 0 .. 1
10400    Etniciteit 0 .. 1 bc-Woman Patient.extension example
10401    Taalvaardigheid vrouw Nederlandse taal 0 .. 1 bc-Woman Patient.communication.extension example
82371    CommunicatieTaal 0 .. *
82155    Opleidingsniveau 0 .. 1
82154    Beroep 0 .. *
82157    Accepteert bloedtransfusie? 0 .. 1
80649    Betrokken zorgverlener/zorginstelling 0 .. *
82022       Huisarts 0 .. 1
82027          Zorgverlener UZI-nummer 0 .. 1
82028          Zorgverlener AGB-ID 0 .. 1
82029          Naam zorgverlener 0 .. 1
82023       Apotheek 0 .. 1
82030          Zorginstelling AGB-ID 0 .. 1
82031          Naam zorginstelling 0 .. 1
82024       Specialist 0 .. *
82039          Zorgverlener UZI-nummer 0 .. 1
82032          Zorgverlener AGB-ID 0 .. 1
82033          Naam zorgverlener 0 .. 1
82038          Type specialist 0 .. 1
82035          Zorginstelling 0 .. 1
82036             Zorginstelling AGB-ID 0 .. 1
82037             Naam zorginstelling 0 .. 1
80811    Anamnese 0 .. 1 QuestionnaireResponse
82020       Onder behandeling (geweest)? 0 .. 1 bc-MaternalObservation Observation.valueBoolean example
80904       Algemene anamnese 0 .. 1 QuestionnaireResponse
82220          Auto-immuun aandoening 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
80906          Cardiovasculaire aandoening 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
82267          Urogenitale aandoening 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
82221          Oncologische aandoening 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
80909          Schildklier aandoening 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
80910          Diabetes mellitus? 0 .. 1 bc-MaternalObservation Observation.valueBoolean example
80912          Neurologische aandoening 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
82210          Infectieziekte 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
82219          MDL aandoening 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
82222          Anemie 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
82266          Longaandoening 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
80917          Gynaecologische aandoening 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
80918          Orthopedische afwijking 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
10805          Bloedtransfusie? 0 .. 1 bc-MaternalObservation Observation.valueBoolean example
82231          Transfusiereactie? 0 .. * bc-MaternalObservation Observation.valueBoolean example
80818          Type operatie 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
80817          Type stollingsprobleem 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
82159          Psychiatrie? 0 .. 1 bc-MaternalObservation Observation.valueBoolean example
82332          Psychiatrie 0 .. *
82212          Overige aandoening? 0 .. 1 bc-MaternalObservation Observation.valueBoolean example
80919          Overige aandoening 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
82158          Toelichting alg. anamnese 0 .. 1
82021       Psychosociale anamnese 0 .. 1
80681          Psychosociale problematiek? 0 .. 1
10803          Negatieve seksuele ervaringen? 0 .. 1 bc-MaternalObservation Observation.valueCodeableConcept example
80680          Huiselijk geweld? 0 .. 1
82333          Toelichting psychosociale anamnese 0 .. 1
10800       Relevante allergieën 0 .. * zib-AllergyIntolerance AllergyIntolerance example
80727       Familie anamnese 0 .. 1
80728          Aandoening 0 .. *
80729             Aandoening details 1 .. 1
80730             Type verwantschap 1 .. *
80922       Indicatie prenatale diagnostiek 0 .. 1
80937          Indicatie invasieve prenatale diagnostiek? 0 .. 1
80938          Indicatie GUO1? 0 .. 1
82339          Indicatie NIPT? 0 .. 1
10801    Medicatiegebruik? 0 .. 1 bc-MaternalObservation Observation.valueBoolean example
80749    Medicatiegebruik 0 .. *
10802       Soort medicatie 1 .. 1 zib-MedicationUse MedicationStatement.medicationReference | medicationCodeableConcept
80751       Begindatum 0 .. 1
80752       Einddatum 0 .. 1
80750       Dosering medicatie 0 .. 1
80753       Bijzonderheden 0 .. 1
20212    Lengte (gemeten) 0 .. 1 zib-BodyHeight Observation.valueQuantity example
80688    BMI 0 .. 1
80689       Datum bepaling 0 .. 1
10806       BMI vrouw 1 .. 1 bc-MaternalObservation Observation.valueQuantity example
80675    Vrouwelijke genitale verminking? 0 .. 1 bc-MaternalObservation Observation.valueBoolean example
80676    Type vrouwelijke genitale verminking 0 .. * bc-MaternalObservation Observation.valueCodeableConcept example
10810    Bloedgroep vrouw 0 .. 1 zib-LaboratoryTestResult-Observation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=883-9{&subject=[vrouwid]&context=[dossierid]}
10811    Rhesus D Factor vrouw 0 .. 1 zib-LaboratoryTestResult-Observation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=1305-2{&subject=[vrouwid]&context=[dossierid]}
10816    Rhesus c Factor 0 .. 1 zib-LaboratoryTestResult-Observation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=1159-3{&subject=[vrouwid]&context=[dossierid]}
80633    Partner 0 .. 1
80638       Persoonsnaam 0 .. *
80639          Voornamen 0 .. 1
80640          Voorvoegsel 0 .. 1
80641          Achternamen 0 .. 1
80636       Etniciteit 0 .. *
3 Zwangerschap 0 .. 1 zib-pregnancy Condition example
  • GET [base]/Condition/[zwangerschapid]
  • GET [base]/Condition?clinicalstatus=active
  • GET [base]/Condition?clinicalstatus=inactive&_sort=_-id&_count=1
  • GET [base]/Condition?subject=[patientid]&_revinclude=Observation:focus
80627    Identificatie van de zwangerschap 0 .. 1 zib-pregnancy Condition.identifier
80664    Casemanager naam 0 .. 1
20010    Graviditeit 0 .. 1 zib-pregnancy-Gravidity Observation.valueQuantity example
  • GET [base]/Observation?code=11996-6{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
20150    Pariteit (vóór deze zwangerschap) 0 .. 1 zib-pregnancy-Parity Observation.valueQuantity example
  • GET [base]/Observation?code=11977-6{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
20153    Pariteit 0 .. 1 zib-pregnancy-Parity Observation.valueQuantity example
80617    Aantal levende kinderen 0 .. 1 bc-PregnancyObservation Observation.valueQuantity example
80678    Fetal Loss 0 .. 1
20029    A terme datum (groep) 0 .. 1 zib-pregnancy-TermDate Observation example
20030       A terme datum 1 .. 1 zib-pregnancy-TermDate Observation.valueDateTime example
  • GET [base]/Observation?code=11778-8{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
20040       Datum bepaling à terme datum 0 .. 1 zib-pregnancy-TermDate Observation.effectiveDateTime example
20050       A terme datum o.b.v. 0 .. 1 zib-pregnancy-TermDate Observation.method example
20055       Actuele à terme datum? 0 .. 1 zib-pregnancy-TermDate Observation.extension example
80669       Zeker? 0 .. 1
82160    Definitieve à terme datum 0 .. 1 bc-PregnancyObservation Observation.valueDateTime example
  • GET [base]/Observation?code=11778-8{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
80819    Foliumzuur gebruik 0 .. 1
20020    Hoeveelling 0 .. 1
20130    Amnioniciteit 0 .. 1
20140    Chorioniciteit 0 .. 1
80686    Consanguïniteit? 0 .. 1
20060    Vals positieve zwangerschap? 0 .. 1
20080    Subfertiliteitsbehandeling? 0 .. 1
20081    Soort subfertiliteitsbehandeling (groep) 0 .. *
20091       Ovulatie-inductie toegepast? 0 .. 1
20095       Geassisteerde conceptie 0 .. *
20170    Trisomie in de anamnese? 0 .. 1
80671    Voornemens 0 .. *
82152       Risicostatus van de zwangerschap 0 .. 1
20261       Voorgenomen plaats baring tijdens zwangerschap (type locatie) 0 .. 1 bc-PregnancyObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=PRN4209{&subject=[vrouwid]&context=[dossierid]}
82011       Afspraken 0 .. *
82009       Voorgenomen voeding 0 .. 1
82010       Voorgenomen achternaam 0 .. 1
80637       Kraamzorg 0 .. 1
20270          Kraamzorg aangevraagd 0 .. 1
80642          Kraamzorginstelling 0 .. 1
blob 80672       Bevalplan 0 .. 1
80732    Prenatale controle 0 .. * bc-Encounter Encounter example
80737       Datum controle 1 .. 1 bc-Encounter Encounter.period.start example
80736       Naam zorgverlener 0 .. 1
82067       Zorgverlenertype 0 .. 1
80738       Zwangerschapsduur 0 .. 1
80746       Leven voelen 0 .. 1 bc-PregnancyObservation Observation.valueCodeableConcept example
80740       Ernst oedeem 0 .. 1
80810       Rookgedrag 0 .. 1 zib-TobaccoUse Observation.valueCodeableConcept example
80747       Alcoholgebruik 0 .. 1 zib-AlcoholUse Observation.valueCodeableConcept example
82102       Drugsgebruik? 0 .. 1 zib-DrugUse Observation.valueCodeableConcept example
82103       Soort drugs 0 .. 1
80832       Bloeddruk 0 .. 1
80833          Bloeddruk systolisch 1 .. 1
80834          Bloeddruk diastolisch 1 .. 1
20211       Gewicht (gemeten) 0 .. * zib-BodyWeight Observation.valueQuantity example
80836       Proteïne in urine o.b.v. strips 0 .. 1
80741       Fundushoogte 0 .. 1
80742       Fundusstand 0 .. 1
80621       Uitwendig onderzoek 0 .. 1
80622          Ligging 0 .. 1
80744          Indaling 0 .. 1
82104          Hartactie aanwezig? 0 .. 1
82105          Hartactie 0 .. *
82106             Regelmaat hartslag 0 .. 1
82107             Frequentie hartslag 0 .. 1
80745          Hartactie op basis van 0 .. *
20025       Actuele aantal levende foetus 0 .. 1
80748       Opmerkingen 0 .. *
82268    Diagnose 0 .. * bc-DisorderOfPregnancy Condition example
82272       Datum 0 .. 1 bc-DisorderOfPregnancy Condition.assertedDate example
82285       Zwangerschapsduur 0 .. 1
82269       Gynaecologische aandoening 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82270       Bloedverlies? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82286       Partiële mola? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82271       Cervixinsufficiëntie? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82273       Infectie 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82274       Hyperemesis gravidarum? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82275       Hypertensieve aandoening 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82276       Zwangerschapscholestase? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82277       Diabetes gravidarum met insuline? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82278       Afwijkende groei foetus 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82279       Dreigende partus immaturus? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82280       Dreigende partus prematurus? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82289       Abruptio placentae? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82380       Liggingsafwijking 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82377    Interventie 0 .. *
82378       Datum 0 .. 1
82379       Zwangerschapsduur 0 .. 1
82376       Interventie 0 .. 1
82230    Intra-uteriene behandeling 0 .. * bc-ObstetricProcedure Procedure.code example
82232    Antenatale betrokkenheid kinderarts? 0 .. 1
82233    Reden antenatale betrokkenheid kinderarts 0 .. *
20670    Maternale sterfte? 0 .. 1 bc-PregnancyObservation Observation.valueBoolean example
20680    Datum maternale sterfte 0 .. 1
80625    Wijze einde zwangerschap 0 .. 1 bc-PregnancyObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=EindeZw{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
20540    Datum einde zwangerschap 0 .. * bc-PregnancyObservation Observation.valueDateTime example
  • GET [base]/Observation?code=code=118951000146109{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
blob 80897    Bijlage 0 .. *
10 Counseling prenatale screening en prenatale diagnostiek 0 .. 1
82410    Zorgverlener 0 .. 1
82411       Zorgverlener UZI-nummer 0 .. 1
82412       Zorgverlener AGB-ID 0 .. 1
82413       Zorgverlener LVR1-ID 0 .. 1
82415       Naam zorgverlener 0 .. 1
20120    Counseling prenatale gewenst 0 .. 1
82088    Reden verzending 0 .. 1
82161    Counseling combinatietest 0 .. 1
20455       Datum counseling 0 .. 1
20480       Direct IPD gewenst? 0 .. 1
20485       Combinatietest gewenst? 0 .. 1
82162    Counseling SEO 0 .. 1
82163       Datum counseling 0 .. 1
82419       Zorgverlener 0 .. 1
82420          Zorgverlener UZI-nummer 0 .. 1
82421          Zorgverlener AGB-ID 0 .. 1
82422          Zorgverlener LVR1-ID 0 .. 1
82424          Naam zorgverlener 0 .. 1
20490       Direct GUO gewenst? 0 .. 1
20495       SEO gewenst? 0 .. 1
6 Bevalling 0 .. 1 bc-DeliveryProcedure Procedure example
  • GET [base]/Procedure?code=236973005{&subject=[vrouwid]&context=[dossierid]&reasonReference=[zwangerschapid]}
20500    Partusnummer 0 .. 1 bc-DeliveryProcedure Procedure.identifier
82291    Diagnose bevalling 0 .. * bc-DisorderOfLaborAndDelivery Condition example
82381       Datum 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.assertedDate example
82382       Zwangerschapsduur 0 .. 1
82338       PPROM? 0 .. * bc-DisorderOfLaborAndDelivery Condition.code example
82290       PROM? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82292       Koorts? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82293       Niet vorderende ontsluiting? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82294       Niet vorderende uitdrijving? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82296       Verdenking foetale nood? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82295       Vastzittende placenta? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82398       Fluxus postpartum? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
20505    Aantal geboren kinderen 0 .. 1 bc-PregnancyObservation Observation.valueQuantity example
20530    Risicostatus vóór baring 0 .. 1 bc-DeliveryObservation Observation.valueCodeableConcept example
20555    Interventies begin baring 0 .. * bc-ObstetricProcedure Procedure example
82383       Datum 0 .. 1
82384       Zwangerschapsduur 0 .. 1
20560       Interventie begin baring 0 .. 1 bc-ObstetricProcedure Procedure.code example
20570       Indicatie interventie begin baring 0 .. 1 bc-ObstetricProcedure Procedure.reasonCode example
20550    Wijze waarop de baring begon 0 .. 1 bc-DeliveryObservation Observation.valueCodeableConcept example
20590    Tijdstip begin actieve ontsluiting 0 .. 1 bc-DeliveryObservation Observation.valueDateTime example
  • GET [base]/Observation?code=249120008{&subject=[vrouwid]&context=[dossierid]&focus=[bevallingid]}
20619    Medicatie nageboortetijdperk (groep) 0 .. * zib-MedicationUse MedicationStatement example
20620       Medicatie nageboortetijdperk? 0 .. 1 zib-MedicationUse Observation.valueBoolean example
20626       Soort medicatie nageboortetijdperk 0 .. * zib-MedicationUse MedicationStatement.medicationReference example
80612    Placenta 0 .. 1
  • GET [base]/BodySite?subject=[vrouwid]
20630       Geboorte placenta 0 .. 1 bc-DeliveryObservation Observation.valueCodeableConcept example
82224       Natasten? 0 .. 1
20631       Placenta Compleet 0 .. 1 bc-DeliveryObservation Observation.CodeableConcept example
  • GET [base]/Observation?code=364343000{&subject=[vrouwid]&context=[dossierid]&focus=placenta}
80791       Datum/tijd geboorte placenta 0 .. 1
80803       Placenta naar PA? 0 .. 1
82392       Uitslag placenta PA 0 .. 1
80981       Bijzonderheden placenta 0 .. 1
80792    Compleetheid vliezen 0 .. 1
20640    Hoeveelheid bloedverlies 0 .. 1 bc-DeliveryObservation Observation.valueQuantity example
  • GET [base]/Observation?code=64332008{&subject=[vrouwid]&context=[dossierid]&focus=[bevallingid]}
80673    Conditie perineum postpartum 0 .. * bc-DeliveryObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=364297003{&subject=[vrouwid]&context=[dossierid]&focus=[bevallingid]}
82125    Hechten? 0 .. 1
80797    Wijze van hechten 0 .. *
82127    Overig trauma? 0 .. 1
82126    Overig trauma 0 .. *
80799    Immunisatie 0 .. *
80831       Rhesus D immunisatie? 1 .. 1
80801       Datum immunisatie 0 .. *
82130       Chargenummer 0 .. 1
82131    Partusassistentie? 0 .. 1
80839    Partusassistentie 0 .. 1
20650       Partusstadium assistentie gearriveerd 0 .. 1
82132       Rol partusassistent 0 .. 1
82057    Risicostatus uiteindelijk 0 .. 1
20660    Ontslagdatum post partum 0 .. *
7 Uitkomst (per kind) 0 .. *
40002    Baring 0 .. * bc-Birth Procedure example
  • GET [base]/Procedure?code=3950001{&subject=[vrouwid]&context=[dossierid]&focus=[geboorteid]&focus=[kindid]}
40003       Werkelijke plaats baring (type locatie) 0 .. 1 bc-ChildBirthAssistance Encounter.class:werkelijkePlaatsBaring example
82114       Ziekenhuis baring 0 .. 1 bc-Encounter Encounter.serviceProvider example
40005          Ziekenhuisnummer (LVR-id) 0 .. 1 nl-core-organization Organization.identifier example
82116          Zorginstelling AGB-ID 0 .. 1 nl-core-organization Organization.identifier example
82117          Naam zorginstelling 0 .. 1 nl-core-organization Organization.name example
40006       Demografische gegevens 0 .. * bc-Child Patient
  • GET [base]/Patient/[kindid]
40007          Identificaties kind 0 .. 1 bc-Child Patient.identifier example
40010             BSN kind 0 .. 1 bc-Child Patient.identifier:BSN example
40011             Lokale identificatie kind 0 .. 1 bc-Child Patient.identifier example
40015             Identificatie kind PRN formaat 0 .. 1 bc-Child Patient.identifier example
82051          Naamgegevens kind 0 .. 1 bc-Child Patient.name example
82353             Voornamen 0 .. * bc-Child Patient.name.given example
82354             Initialen 0 .. 1
82052             Roepnaam 0 .. 1
82053             Achternaam 0 .. 1 bc-Child Patient.name.family example
82054                Voorvoegsel 0 .. 1 bc-Child Patient.name.family.humannamePrefix example
82055                Achternaam 0 .. 1 bc-Child Patient.name.family.humannameOwnName example
82364          Contactgegevens 0 .. 1
82365             Telefoonnummers 0 .. 1
82366                Soort telefoonnummer 0 .. 1
82367                Telefoonnummer 0 .. 1
40032          Adres t.b.v. hielprik 0 .. 1
82133             Straatnaam 0 .. 1
82134             Huisnummer 0 .. 1
82135             Huisletter/huisnummertoevoeging 0 .. 1
82136             Postcode 0 .. 1
82137             Plaatsnaam 0 .. 1
82138             Land 0 .. 1
82139             Adrestype 0 .. 1
40033          Adres 0 .. 1
40034             Postcode 0 .. 1
40040          Geslacht (administratief) 0 .. 1
40041          Geslacht (medische observatie) 0 .. 1 bc-Child Patient.gender.Extension example
40050          Geboortedatum 0 .. 1 bc-Child Patient.birthdate & patient.birthtime (extension) example
  • GET [base]/Patient/[kindid]
40004          Geboorteplaats 0 .. 1
80629             Postcode 0 .. 1
80630             Plaatsnaam 0 .. 1
80632             Land 0 .. 1
82087          Meerlingindicatie 0 .. 1
40025          Rangnummer kind 0 .. 1 bc-Child Patient.multipleBirthInteger example
40279          Perinatale sterfte (groep) 0 .. 1 bc-Child patient.deceased [nvt example]
40280             Perinatale sterfte? 0 .. 1 bc-BirthObservation Observation.valueBoolean example
40290             Fase perinatale sterfte 0 .. 1 bc-BirthObservation Observation.valueCodeableConcept example
40300             Datum/tijd vaststelling perinatale sterfte 0 .. 1 bc-BirthObservation Observation.valueDateTime example
40027          Foetus identificatie (zoals ante partum gehanteerd) 0 .. 1
40028          Foetus volgletter (zoals ante partum gehanteerd) 0 .. 1
71       Kindspecifieke maternale gegevens 0 .. 1
20616          Bijstimulatie toegediend? 0 .. 1 bc-ObstetricProcedure Procedure.code example
20579          Amniotomie (groep) 0 .. 1
20580             Amniotomie? 0 .. 1
20585             Fase amniotomie 0 .. 1
80619          Tijdstip breken vliezen 0 .. 1 bc-BirthObservation Observation.valueDateTime example
  • GET [base]/Observation?code=289251005{&subject=[vrouwid]&context=[dossierid]&focus=[geboorteid]}
20610          Kleur en consistentie vruchtwater 0 .. 1 bc-BirthObservation Observation.valueCodableConcept example
30030          Tijdstip actief meepersen 0 .. 1 bc-BirthObservation Observation.valueDateTime example
  • GET [base]/Observation?code=249163006{&subject=[vrouwid]&context=[dossierid]&focus=[geboorteid]}
30050          Episiotomie? 0 .. 1 bc-ObstetricProcedure Procedure.code example
80794          Indicatie episiotomie 0 .. 1 bc-ObstetricProcedure Procedure.reasonCode example
30055          Locatie episiotomie 0 .. 1 bc-ObstetricProcedure Procedure.bodySite.extension example
82089          Ruggeprik gewenst, niet gekregen? 0 .. 1 bc-BirthObservation Observation.valueBoolean example
82090          Pijnbestrijding? 0 .. 1 MedicationAdministration.category
82091          Pijnbestrijding 0 .. * MedicationAdministration.category
82394             Datum/tijd 0 .. 1
82093             Methode 0 .. 1 MedicationAdministration.dosage.method
82092                Methode 0 .. 1 MedicationAdministration.dosage.method
82094                Overig middel 0 .. 1 MedicationAdministration.dosage.route
82095                   Middel 1 .. 1 MedicationAdministration.medicationCodeableConcept
82096                   Toediening 0 .. 1 MedicationAdministration.dosage.route
82097             Periode 0 .. 1 MedicationAdministration.extension?
82098             Reden 0 .. 1
80827          Sedatie? 0 .. 1 MedicationStatement.category
82099          Sedatie 0 .. 1
82395             Datum/tijd 0 .. 1
82100             Periode 0 .. 1
82101             Reden 0 .. 1
72       Kindspecifieke uitkomstgegevens 0 .. 1
80626          Type partus 0 .. 1 bc-BirthObservation Observation.valueCode example
  • GET [base]/Observation?code=364336006{&subject=[vrouwid]&context=[dossierid]&focus=[geboorteid]}
82397          TOP nav prenataal onderzoek? 0 .. 1
20062          Zwangerschapsduur 0 .. 1
40140          Ligging bij geboorte 0 .. 1 bc-BirthObservation Observation.codeableConcept example
  • GET [base]/Observation?code=LigGbrt{&subject=[kindid]&context=[dossierid]}
40149          Aanpakker kind (groep) 0 .. 1 bc-ChildBirthAssistance Encounter.participant example
82058             Naam zorgverlener 0 .. 1
40150             Rol aanpakker kind 0 .. 1 bc-ChildBirthAssistance Encounter.participant.type|individual.extension:practitionerRole example
40160             Identificatie aanpakker kind 0 .. 1
40169          Supervisor (groep) 0 .. 1 bc-ChildBirthAssistance Encounter.participant example
82059             Naam zorgverlener 0 .. 1
40170             Rol supervisor 0 .. 1 bc-ChildBirthAssistance Encounter.participant.type|individual.extension:practitionerRole example
40180             Identificatie supervisor 0 .. 1
40189          Vaginale kunstverlossing (groep) 0 .. * bc-ObstetricProcedure Procedure example
40190             Vaginale kunstverlossing 0 .. 1 bc-ObstetricProcedure Procedure.code example
  • GET [base]/Procedure?code=3311000146109{&subject=[vrouwid]&context=[dossierid]&partof=[bevallingid,uitdrijvingsfaseid]}
40200             Succes vaginale kunstverlossing? 0 .. 1 bc-ObstetricProcedure Procedure.outcome.extension example
40210             Indicatie vaginale kunstverlossing 0 .. 1
40219          Sectio caesarea (group) 0 .. 1 bc-ObstetricProcedure Procedure example
40225             Beslismoment sectio caesarea 0 .. * bc-ObstetricProcedure Procedure.extension example
40240          Overige interventies 0 .. * bc-ObstetricProcedure Procedure.code example
80766          Lichamelijk onderzoek kind 0 .. * DiagnosticReport
40070             Apgarscore na 1 min. 0 .. 1
40071             Apgarscore na 5 min. 0 .. 1 zib-ApgarScore Observation.valueQuantity example
  • GET [base]/Observation?code=9274-2{&subject=[kindid]&context=[dossierid]}
80757             Apgarscore na 10 min. 0 .. 1
82206             Afwijkende bevindingen kind? 0 .. 1
82207             Afwijkende bevindingen 0 .. *
82168                Algemene indruk 0 .. *
82169                   Zieke indruk? 0 .. 1
82170                   Bewustzijn 0 .. 1
82171                   Respiratie 0 .. 1
82173                   Dysmorfie 0 .. 1
80769                Bijzonderheden huid 0 .. 1
80770                Hoofd 0 .. *
80768                   Fontanel 0 .. 1
80771                   Schedel 0 .. 1
80772                   Ogen 0 .. 1
80773                   Oren 0 .. 1
80774                   Neus 0 .. 1
80775                   Mond 0 .. 1
80776                   Kin - standafwijking? 0 .. 1
80777                Bijzonderheden hals 0 .. 1
80778                Thorax 0 .. 1
80784                   Inspectie 0 .. 1
82176                   Skelet 0 .. 1
82177                      Claviculae fractuur 0 .. 1
82178                      Overige afwijkingen ribben/sternum 0 .. 1
82179                   Mammae 0 .. 1
80786                   Hart 0 .. 1
82180                   Longen 0 .. 1
80779                Abdomen 0 .. 1
82181                   Inspectie 0 .. 1
82182                   Buikwand 0 .. 1
82183                   Lever - vergroot? 0 .. 1
82184                   Milt palpabel? 0 .. 1
82225                   Darmen - afwijkende peristaltiek? 0 .. 1
82185                   Toelichting darmen - afwijkende peristaltiek 0 .. 1
82186                   Anus - atresie/fistel? 0 .. 1
82187                   Andere palpabele weerstanden? 0 .. 1
82188                   Toelichting palpabele weerstanden 0 .. 1
80780                Rug 0 .. 1
82189                   Inspectie / palpatie 0 .. 1
82190                   Overige bevindingen 0 .. 1
80781                Extremiteiten 0 .. 1
82191                   Proportie - afwijkend? 0 .. 1
82192                   Vorm - afwijkend? 0 .. 1
82226                   Toelichting afwijkende vorm 0 .. 1
82193                   Heupen - asymmetrisch / asymmetrische plooien? 0 .. 1
82194                   Beweeglijkheid 0 .. 1
82195                   Handen 0 .. 1
82196                   Voeten 0 .. 1
80782                Genitalia 0 .. 1
82197                   Mannelijk 0 .. 1
82198                      Penis 0 .. *
82199                   Vrouwelijk 0 .. 1
82200                   Geslacht niet conclusief 0 .. 1
82201                Neurologie 0 .. 1
82202                   Tonus 0 .. 1
82203                   Beweeglijkheid 0 .. 1
82204                   Reflexen - Moro 0 .. 1
40060             Geboortegewicht 0 .. 1 bc-ChildObservation Observation.valueQuantity example
  • GET [base]/Observation?code=8339-4{&subject=[kindid]&context=[dossierid]}
80670             Percentiel van het geboortegewicht 0 .. 1 bc-ChildObservation Observation.interpretation.extension:percentile example
80759             Lengte 0 .. 1
80760             Schedelomtrek 0 .. 1
82385             Indaling testes 0 .. *
80788             Bijzonderheden lichamelijk onderzoek kind 0 .. 1
40080          Congenitale afwijkingen? 0 .. 1 bc-DisorderOfChild Condition example
40081          Congenitale afwijkingen (groep) 0 .. 1 bc-DisorderOfChild Condition example
40082             Specificatie congenitale afwijking (groep) 0 .. * bc-DisorderOfChild Condition.code example
40090                Specificatie congenitale afwijking 1 .. 1 bc-DisorderOfChild Condition.code example
40100                Waarschijnlijkheid congenitale afwijking 1 .. 1
40110             Chromosomale afwijkingen? 0 .. 1 bc-DisorderOfChild Condition example
40111             Specificatie chromosomale afwijking (groep) 0 .. * bc-DisorderOfChild Condition.code example
40120                Specificatie chromosomale afwijking 1 .. 1 bc-DisorderOfChild Condition.code example
40130                Waarschijnlijkheid chromosomale afwijking 1 .. 1
82334          Problematiek kind? 0 .. 1 bc-DisorderOfChild Condition example
80789          Problematiek kind 0 .. * bc-DisorderOfChild Condition.code example
80793          Navelstreng vaten 0 .. 1
80761          Vitamine K? 0 .. 1
82369          Hepatitis B 0 .. 1
82368             Hepatitis B immunisatie? 0 .. 1
82370             Hepatitis B vaccinatie? 0 .. 1
82119          Kinderarts betrokken? 0 .. 1 bc-CareTeam CareTeam.participant.member.extension:practitionerRole
82120          Betrokkenheid kinderarts 0 .. * bc-CareTeam CareTeam.participant.member.extension:practitionerRole
82122             Datum betrokkenheid 0 .. 1 bc-CareTeam CareTeam.participant.period example
82123             Reden betrokkenheid 0 .. 1 bc-CareTeam CareTeam.reasonCode example
82121             Type betrokkenheid 0 .. 1 bc-CareTeam CareTeam.participant.role example
82335             Zorginstelling LVR-ID 0 .. 1 bc-CareTeam CareTeam.participant.member|onBehalfOf example
80790          Bijzonderheden kind 0 .. * bc-Birth Observation.valueString example
80980          Opmerkingen baring 0 .. *
73       Labonderzoek neonataal bloed 0 .. 1
23010          Datum afname neonataal bloed 0 .. 1
23020          Afnemer identificatie 0 .. 1
23030          Rol afnemer 0 .. 1
23040          Naam afnemer 0 .. 1
23050          Zorgaanbieder afnemer 0 .. 1
23060          (HL7: Labaanvraag) 0 .. 1
23070             Uitvoerend lab 0 .. 1
14 Medisch onderzoek 0 .. 1 bc-PregnancyUltraSound DiagnosticReport example
50010    Onderzoek identificatie 0 .. 1
50020    Datum onderzoek 1 .. 1 bc-PregnancyUltraSound DiagnosticReport.effectiveDateTime example
50021    Zwangerschapsduur op datum onderzoek 0 .. 1 bc-PregnancyUltraSound
50100    Onderzoektype 'Jonge zwangerschapsecho' 0 .. 1
50110    Onderzoektype 'NT-meting' 0 .. 1
50120    Onderzoektype 'SEO' 0 .. 1
50130    Onderzoektype 'GUO' 0 .. 1
50140    Onderzoektype 'Kansbepaling combinatietest' 0 .. 1
51020    Conclusie à terme datum 0 .. 1
80809    Uitslag screening 0 .. 1
20470       Indicatie prenatale diagnostiek obv screening 0 .. 1
141    Foetusspecifieke (onderzoeks)gegevens 0 .. * bc-Fetus BodySite example
60005       Foetus identificatie 0 .. *
60010       Foetus volgletter 0 .. *
82235       Echoscopie 0 .. 1 bc-PregnancyUltraSound DiagnosticReport example
80943          Hartactie aanwezig? 0 .. *
81006          Hartactie 0 .. *
81007             Regelmaat hartslag 0 .. *
81008             Frequentie hartslag 0 .. *
80944          Ligging 0 .. * bc-FetusObservation Observation.valueCodeableConcept example
80985          Beweging 0 .. *
80945          Vruchtwater 0 .. *
82069          Placentalokalisatie 0 .. * bc-FetusObservation Observation.valueCodeableConcept example
80946             Placentalokalisatie 0 .. * bc-FetusObservation Observation.valueCodeableConcept example
82071             Ostium 0 .. *
82072             Over sectio litteken? 0 .. *
82287          Afwijking placenta/vliezen/navelstreng? 0 .. 1
82288          Afwijking placenta/vliezen/navelstreng 0 .. *
82073          Cervixlengte 0 .. 1
80947          Navelstreng vaten 0 .. *
80948          Opmerkingen 0 .. 1 bc-PregnancyUltraSound DiagnosticReport.extension? example
82236          Bevindingen 0 .. *
83421             Hart en perifeer vaatstelsel 0 .. *
83396                Hart en perifeer vaatstelsel 0 .. *
83422                Verdenking afwijking 0 .. *
83417             Hersenen, hersenstructuren, intracranieel 0 .. *
83395                Hersenen, hersenstructuren, intracranieel 0 .. *
83418                Verdenking afwijking 0 .. *
83419             Wervelkolom, ruggemerg 0 .. *
84105                Wervelkolom, ruggemerg 0 .. *
83420                Verdenking afwijking 0 .. *
60200             Algehele beoordeling 0 .. 1
82237             Neuraalbuis van de wervelkolom 0 .. 1
82240             Hersenen neuraalbuisdefect 0 .. 1
82241             Hersenen overige 0 .. 1
82242             Aangezicht 0 .. *
82243             Nek / huid 0 .. *
82244             Hart 0 .. 1
82245             Longen 0 .. 1
82246             Diafragma 0 .. *
82247             Buikwand 0 .. *
82248             Maag-darm 0 .. *
82249             Nieren-blaas 0 .. *
82251             Skelet 0 .. *
82250             Extremiteiten 0 .. *
82238             Sonomarkers 0 .. *
82239                Echodense focus in het hart 0 .. *
82258                Plexus choroideus cysten 0 .. *
82259                Verdikte nekplooi / nekhuid 0 .. *
82260                Echodense darmen 0 .. *
82261                Milde ventriculomegalie 0 .. *
82262                Pyelectasie 0 .. *
82263                Kort femur 0 .. 1
82264                2 navelstrengvaten 0 .. *
82252             Beoordeling biometrie 0 .. 1
82253             Vruchtwatercompartiment 0 .. *
82254             Navelstreng 0 .. *
82255             Placenta 0 .. *
82256             Wervelkolom neuraalbuisdefect 0 .. 1
82257             Wervelkolom overige 0 .. 1
blob 60102       Groeidiagrammen voor BPD, HC, AC, FL 0 .. * Binary.content example
82234       Combinatietest 0 .. 1
61010          Datum kansbepaling 0 .. 1
61040          Methode kansbepaling 0 .. 1
61020          Software kansbepaling 0 .. 1
61025             Naam kansbepaling softwareapplicatie 0 .. 1
61030             Versie softwareapplicatie 0 .. 1
61050          A priori kans op trisomie 21 (Down) 0 .. 1
61060          A priori kans op trisomie 18 (Edwards) 0 .. 1
61070          A priori kans op trisomie 13 (Patau) 0 .. 1
61080          Combinatietest kans op trisomie 21 0 .. 1
61100          Combinatietest kans op trisomie 18 0 .. 1
61110          Combinatietest kans op trisomie 13 0 .. 1
82313          Gehanteerde gegevens 0 .. 1
82300             Zwangerschapsduur 0 .. 1
82301             Actuele aantal foetus 0 .. 1
82302             Chorioniciteit 0 .. 1
82303             Lengte 0 .. 1
82304             Gewicht (gemeten) 0 .. 1
82305             Diabetes mellitus? 0 .. 1
82306             IVF / ICSI graviditeit? 0 .. 1
82307             Trisomie in de anamnese? 0 .. 1
61200             Gehanteerde rookgewoonte? 0 .. 1
82308             Etniciteit 0 .. 1
61220             Gehanteerde PAPP-A concentratie in mIU/l 0 .. 1
61230             Gehanteerde PAPP-A in MoM 0 .. 1
61240             Gehanteerde vrij β-hCG concentratie in ng/ml 0 .. 1
61250             Gehanteerde vrij β-hCG in MoM 0 .. 1
61260             Gehanteerde corrected PAPP-A 0 .. 1
61270             Gehanteerde corrected vrij β-hCG 0 .. 1
61280             Gehanteerde datum NT-meting 0 .. 1
82309             NT in mm 0 .. 1
82310             NT in MoM 0 .. 1
82311             CRL 0 .. 1
82312             BPD 0 .. 1
82228       NIPT? 0 .. 1
82227       Invasieve prenatale diagnostiek 0 .. 1
142    Maternale onderzoeksgegevens 0 .. 1 zib-LaboratoryTestResult-DiagnosticReport DiagnosticReport example
80959       Urine-, bloed- en aanvullende onderzoeken 0 .. 1 zib-LaboratoryTestResult-DiagnosticReport DiagnosticReport example
80949          PSIE 0 .. 1 zib-LaboratoryTestResult-DiagnosticReport DiagnosticReport example
80952             Bloedgroep vrouw 0 .. 1
80953             Rhesus D Factor vrouw 0 .. 1
80954             Rhesus c Factor vrouw 0 .. 1
80955             HBsAg 0 .. 1
80956             HIV 0 .. 1
80957             Lues 0 .. 1
10812             Irregulaire antistoffen? 0 .. 1 zib-LaboratoryTestResult-Observation Observation.valueBoolean example
10813             Welke irregulaire antistoffen vrouw aanwezig. 0 .. 1 zib-LaboratoryTestResult-Observation Observation.valueCodeableConcept example
82374          NIPT - uitslag 0 .. 1
82229             NIPT - uitslag 0 .. 1
82375             NIPT - geslacht 0 .. 1
10814          Hb 0 .. 1 zib-LaboratoryTestResult-Observation Observation.valueQuantity example
  • GET [base]/Observation?code=718-7{&subject=[vrouwid]&context=[dossierid]}
80991          Anemie 0 .. 1
80951             MCV 0 .. 1
80992             Hb-pathie 0 .. 1
80993             Vit. B12 0 .. 1
80994             Actief-B12 0 .. 1
80995             Ferritine 0 .. 1
80996             Foliumzuur 0 .. 1
80960          Diabetes diagnostiek 0 .. *
82079             Glucose 0 .. *
82074                Tijd 0 .. 1
80961                Glucose 0 .. 1
82075             Toelichting 0 .. 1
80963          Schildklier diagnostiek 0 .. 1
80962             TSH receptor antistoffen 0 .. 1
80964             Vrij T4 0 .. 1
80965             TSH 0 .. 1
80966          TORCH 0 .. 1
80967             Toxoplasmose IgG 0 .. 1
80968             Toxoplasmose IgM 0 .. 1
80969             Rubella IgG 0 .. 1
80970             Rubella IgM 0 .. 1
80971             CMV IgG 0 .. 1
80972             CMV IgM 0 .. 1
80973             Herpes IgG 0 .. 1
80974             Herpes IgM 0 .. 1
80975             Parvovirus IgG 0 .. 1
80976             Parvovirus IgM 0 .. 1
40051          Rhesus D Factor foetus 0 .. 1 zib-LaboratoryTestResult-Observation Observation.valueCodeableConcept example
82076          Urine 0 .. 1
82078             Sediment/stick 0 .. 1
82077                Ketonen 0 .. 1
82080                Nitriet 0 .. 1
82082                Aantal g proteïne, 24 uurs 0 .. 1
20243                Proteïne in urine 0 .. 1
80977             Urinekweek 0 .. 1
20242          Eiwit/creatinineratio 0 .. 1
80978          Vaginakweek 0 .. 1
1421       Vaginaal toucher 0 .. 1 bc-DigitalVaginalExamination DiagnosticReport example
  • GET [base]/DiagnosticReport?code=51597003{&subject=[vrouwid]&context=[dossierid]}
20612          Portio 0 .. 1 bc-MaternalObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=[249021005]{&subject=[kindid]&context=[dossierid]}
82372          Positie portio 0 .. 1
20613          Ontsluiting 0 .. 1 bc-MaternalObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=[289761004]{&subject=[kindid]&context=[dossierid]}
20614          Vliezen 0 .. 1 bc-MaternalObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=[112074005]{&subject=[kindid]&context=[dossierid]}
20615          Indaling Hodge 0 .. 1 bc-MaternalObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=[364611006]{&subject=[kindid]&context=[dossierid]}
80616          Aard van het voorliggend deel 0 .. 1 bc-MaternalObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=[364612004]{&subject=[kindid]&context=[dossierid]}
80618          Stand 0 .. 1 bc-MaternalObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=[163520002]{&subject=[kindid]&context=[dossierid]}
16 Postnatale fase 0 .. 1
82297    Diagnose/interventie postnataal 0 .. * bc-DisorderPostPartum Condition example
82298       Datum 0 .. 1 bc-DisorderPostPartum Condition.assertedDate example
82209       Pathologie vrouw 0 .. * bc-DisorderPostPartum Condition.code example
82373       Interventie 0 .. *
80843    Kraamzorg? 0 .. 1
82083    Kraamzorginstelling 0 .. *
82084       Naam zorginstelling 0 .. 1
82085       Telefoonnummer instelling 0 .. 1
82124    Bloedverlies kraambed 0 .. 1
80982    Opmerkingen kraambed 0 .. *
161    Kindspecifieke gegevens 0 .. *
83377       Rangnummer kind 0 .. 1
70009       Voeding kind (groep) 0 .. * bc-ChildObservation Observation example
70011          Voeding kind (datum) 0 .. 1 bc-ChildObservation Observation.effectiveDateTime example
70030          Substantie voeding kind 1 .. * bc-ChildObservation Observation.valueCodeableConcept example
82118       Betrokkenheid andere zorgverlener? 0 .. 1
40249       Betrokkenheid andere zorgverlener 0 .. *
40250          Type betrokkenheid 0 .. 1
40260          Datum betrokkenheid 0 .. *
40261          Zorgverlenertype 0 .. 1
80765          Reden betrokkenheid 0 .. 1
80844    Nacontrole 0 .. *
80846       Datum controle 1 .. 1
80847       Naam zorgverlener 0 .. 1
82086       Zorgverlenertype 0 .. 1
80848       Kindspecifieke kraamperiodegegevens 0 .. *
80851          Substantie voeding kind 0 .. *
80865          Bijzonderheden kind kraamperiode 0 .. 1
80983       Anticonceptie besproken? 0 .. 1
80856       Type anticonceptie 0 .. 1
80857       Vloeien 0 .. 1
80858       Menstruatie? 0 .. 1
80986       Incontinentie? 0 .. *
80859       Incontinentie 0 .. *
80860       Episiotomie/ruptuur 0 .. 1
80984       Sectiowond 0 .. 1
80852       Bloeddruk 0 .. 1
80853          Bloeddruk systolisch 1 .. 1
80854          Bloeddruk diastolisch 1 .. 1
80855       Hb 0 .. 1
80863       Bijzonderheden 0 .. *


Use case: Register Parturition Record

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.


PWD 2.3 to FHIR
Type # Concept Card Profile Mapping Example Search URL
4 Zorgverlening 1 .. 1 bc-MaternalRecord EpisodeOfCare example
82012    Verwijsdetails 1 .. 1 bc-ReferralRequest ReferralRequest example
  • GET [base]/ReferralRequest?subject=[vrouwid]
  • GET [base]/ReferralRequest?context=[dossierid]
82013       Datum verwijzing 1 .. 1 bc-ReferralRequest ReferralRequest.authoredOn example
82577       Verwijzing naar 1 .. 1 bc-ReferralRequest ReferralRequest.recipient.reference example
82578          Zorginstelling 0 .. 1 nl-core-organization Organization example
82579             ZorgaanbiederIdentificatieNummer 0 .. 1 nl-core-organization Organization.identifier example
82580             Specialisme 0 .. 1 bc-ReferralRequest ReferralRequest.requester.agent.extension:practitionerRole | PractitionerRole.specialty example
20367       Perinatale periode 1 .. 1 bc-ReferralRequest ReferralRequest.type example
9 Consent 1 .. 1
18010    Autorisatieprofiel 0 .. 1
18020    Auteur autorisatieprofiel 1 .. 1
18030    Patiënt als auteur 0 .. 1
18040    Vertegenwoordiger als auteur 0 .. 1
18050    Vertegenwoordiger 0 .. 1
18060    (HL7: koppeling PermissionToTransfer) 1 .. 1
18070       Toestemming betreft 1 .. 1
18100       Ontvanger 1 .. 1
18110          (HL7: ontvangende partij) 1 .. 1
18120          Ontvangende organisatie 1 .. 1
18150       (HL7: PermissionToTransferSubject) 0 .. 1
18160          RecordType 0 .. 1
1 Zorgverlener/Zorginstelling 1 .. 1 nl-core-organization Organization | Practitioner example
10001    Zorgverlener 1 .. 1 nl-core-practitioner Practitioner example
  • GET [base]/Practitioner/[zorgverlenerid]
  • GET [base]/Practitioner?identifier=[lvrid]
10002       Zorgverlener UZI-nummer 0 .. 1 nl-core-practitioner Practitioner.identifier example
10003       Zorgverlener AGB-ID 1 .. 1 nl-core-practitioner Practitioner.identifier example
10004       Zorgverlener LVR1-ID 1 .. 1 nl-core-practitioner Practitioner.identifier example
10005       Zorgverlener (LVR2, eigen ID) 0 .. 1
10006       Naam zorgverlener 1 .. 1 nl-core-practitioner Practitioner.name example
10010       Zorgverlenertype 0 .. 1 nl-core-practitionerrole PractitionerRole.specialty example
10012       Telefoon waar zorgverlener is te bereiken 1 .. 1 nl-core-practitioner Practitioner.telecom example
10020    Zorginstelling 1 .. 1 nl-core-organization Organization example
  • GET [base]/Organization/[zorginstellingid]
  • GET [base]/Organization?identifier=[lvrid]
10021       Zorginstelling OID 0 .. 1 nl-core-organization Organization.identifier example
10022       Zorginstelling AGB-ID 1 .. 1 nl-core-organization Organization.identifier example
10023       Zorginstelling LVR-ID 1 .. 1 nl-core-organization Organization.identifier example
10024       Zorginstelling URA 0 .. 1 nl-core-organization Organization.identifier example
10026       Naam zorginstelling 1 .. 1 nl-core-organization Organization.name example
10027       Adres zorginstelling 1 .. 1 nl-core-organization Organization.address example
10032          Straatnaam 1 .. 1 nl-core-organization Organization.address.line.Extension.streetName example
10033          Huisnummer 1 .. 1 nl-core-organization Organization.address.line.Extension.HouseNumber example
10034          Huisletter/huisnummertoevoeging 0 .. 1 nl-core-organization Organization.address.line.Extension.BuildingNumberSuffix example
10041          Postcode 1 .. 1 nl-core-organization Organization.address.postalCode example
10036          Plaatsnaam 1 .. 1 nl-core-organization Organization.address.city example
10037          Gemeentenaam 1 .. 1
10029       Type zorginstelling 1 .. 1
82019       Type zorginstelling (bij verwijzing) 0 .. 1
2 Vrouw 1 .. 1 bc-Woman Patient example
  • GET [base]/Patient/[vrouwid]
  • GET [base]/Patient?identifier=[bsn]
10030    Burgerservicenummer 1 .. 1 bc-Woman Patient.identifier example
10031    Lokale persoonsidentificatie 1 .. 1 bc-Woman Patient.identifier example
10035    Naamgegevens 0 .. 1 bc-Woman Patient.name example
10042       Voornamen 0 .. 1 bc-Woman Patient.name.given example
82359       Initialen 0 .. 1 bc-Woman Patient.name.given example
82360       Roepnaam 0 .. 1 bc-Woman Patient.name.given example
82361       Achternaam 0 .. 1 bc-Woman Patient.name.family example
82362          Soort naam 0 .. 1 bc-Woman Patient.name.family example
82363          Voorvoegsel 0 .. 1 bc-Woman Patient.name.family example
10043          Achternaam 1 .. 1 bc-Woman Patient.name.family example
10040    Geboortedatum 1 .. 1 bc-Woman Patient.birthdate example
10300    Adres 1 .. 1 bc-Woman Patient.address example
10301       Straatnaam 1 .. 1 bc-Woman Patient.address.line.Extension.streetName example
10302       Huisnummer 1 .. 1 bc-Woman Patient.address.line.Extension.HouseNumber example
10303       Huisletter/huisnummertoevoeging 0 .. 1 bc-Woman Patient.address.line.Extension.BuildingNumberSuffix example
10304       Postcode 1 .. 1 bc-Woman Patient.address.postalCode example
10305       Plaatsnaam 1 .. 1 bc-Woman Patient.address.city example
10306       Gemeentenaam 1 .. 1 bc-Woman Patient.address.district example
10307       Land 1 .. 1 bc-Woman Patient.address.country example
10308       Adrestype 1 .. 1 bc-Woman Patient.address.type example
10400    Etniciteit 0 .. 1 bc-Woman Patient.extension example
10401    Taalvaardigheid vrouw Nederlandse taal 0 .. 1 bc-Woman Patient.communication.extension example
82371    CommunicatieTaal 0 .. 1
82155    Opleidingsniveau 0 .. 1
82154    Beroep 0 .. 1
10810    Bloedgroep vrouw 0 .. 1 zib-LaboratoryTestResult-Observation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=883-9{&subject=[vrouwid]&context=[dossierid]}
10811    Rhesus D Factor vrouw 0 .. 1 zib-LaboratoryTestResult-Observation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=1305-2{&subject=[vrouwid]&context=[dossierid]}
80633    Partner 0 .. 1
80638       Persoonsnaam 0 .. 1
80639          Voornamen 0 .. 1
80640          Voorvoegsel 0 .. 1
80641          Achternamen 0 .. 1
3 Zwangerschap 1 .. 1 zib-pregnancy Condition example
  • GET [base]/Condition/[zwangerschapid]
  • GET [base]/Condition?clinicalstatus=active
  • GET [base]/Condition?clinicalstatus=inactive&_sort=_-id&_count=1
  • GET [base]/Condition?subject=[patientid]&_revinclude=Observation:focus
82160    Definitieve à terme datum 1 .. 1 bc-PregnancyObservation Observation.valueDateTime example
  • GET [base]/Observation?code=11778-8{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
80671    Voornemens 0 .. 1
20261       Voorgenomen plaats baring tijdens zwangerschap (type locatie) 0 .. 1 bc-PregnancyObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=PRN4209{&subject=[vrouwid]&context=[dossierid]}
82009       Voorgenomen voeding 0 .. 1
6 Bevalling 1 .. 1 bc-DeliveryProcedure Procedure example
  • GET [base]/Procedure?code=236973005{&subject=[vrouwid]&context=[dossierid]&reasonReference=[zwangerschapid]}
20530    Risicostatus vóór baring 0 .. 1 bc-DeliveryObservation Observation.valueCodeableConcept example
20590    Tijdstip begin actieve ontsluiting 0 .. 1 bc-DeliveryObservation Observation.valueDateTime example
  • GET [base]/Observation?code=249120008{&subject=[vrouwid]&context=[dossierid]&focus=[bevallingid]}
82869    Duur actieve ontsluitingsfase (Ontsluitingsduur) 1 .. 1
82870    Duur uitdrijving vanaf actief meepersen 1 .. 1
80612    Placenta 1 .. 1 bc-Placenta BodySite
  • GET [base]/BodySite?subject=[vrouwid]
20631       Placenta Compleet 1 .. 1 bc-DeliveryObservation Observation.CodeableConcept example
  • GET [base]/Observation?code=364343000{&subject=[vrouwid]&context=[dossierid]&focus=placenta}
80791       Datum/tijd geboorte placenta 0 .. 1
80792    Compleetheid vliezen 1 .. 1
20640    Hoeveelheid bloedverlies 1 .. 1 bc-DeliveryObservation Observation.valueQuantity example
  • GET [base]/Observation?code=64332008{&subject=[vrouwid]&context=[dossierid]&focus=[bevallingid]}
80673    Conditie perineum postpartum 1 .. 1 bc-DeliveryObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=364297003{&subject=[vrouwid]&context=[dossierid]&focus=[bevallingid]}
82125    Hechten? 0 .. 1
80797    Wijze van hechten 0 .. 1
80799    Immunisatie 0 .. 1
80831       Rhesus D immunisatie? 0 .. 1
80801       Datum immunisatie 0 .. 1
80839    Partusassistentie 0 .. 1
20650       Partusstadium assistentie gearriveerd 0 .. 1
82132       Rol partusassistent 0 .. 1
7 Uitkomst (per kind) 1 .. 1
40002    Baring 1 .. 1 bc-Birth Procedure example
  • GET [base]/Procedure?code=3950001{&subject=[vrouwid]&context=[dossierid]&focus=[geboorteid]&focus=[kindid]}
40003       Werkelijke plaats baring (type locatie) 0 .. 1 bc-ChildBirthAssistance Encounter.class:werkelijkePlaatsBaring example
40006       Demografische gegevens 1 .. 1 bc-Child Patient
  • GET [base]/Patient/[kindid]
40007          Identificaties kind 0 .. 1 bc-Child Patient.identifier example
40010             BSN kind 0 .. 1 bc-Child Patient.identifier:BSN example
40011             Lokale identificatie kind 0 .. 1 bc-Child Patient.identifier example
82051          Naamgegevens kind 1 .. 1 bc-Child Patient.name example
82353             Voornamen 1 .. 1 bc-Child Patient.name.given example
82354             Initialen 0 .. 1
82052             Roepnaam 0 .. 1
82053             Achternaam 1 .. 1 bc-Child Patient.name.family example
82054                Voorvoegsel 0 .. 1 bc-Child Patient.name.family.humannamePrefix example
82055                Achternaam 1 .. 1 bc-Child Patient.name.family.humannameOwnName example
40050          Geboortedatum 1 .. 1 bc-Child Patient.birthdate & patient.birthtime (extension) example
  • GET [base]/Patient/[kindid]
71       Kindspecifieke maternale gegevens 0 .. 1
80619          Tijdstip breken vliezen 1 .. 1 bc-BirthObservation Observation.valueDateTime example
  • GET [base]/Observation?code=289251005{&subject=[vrouwid]&context=[dossierid]&focus=[geboorteid]}
30030          Tijdstip actief meepersen 0 .. 1 bc-BirthObservation Observation.valueDateTime example
  • GET [base]/Observation?code=249163006{&subject=[vrouwid]&context=[dossierid]&focus=[geboorteid]}
72       Kindspecifieke uitkomstgegevens 0 .. 1
80626          Type partus 0 .. 1 bc-BirthObservation Observation.valueCode example
  • GET [base]/Observation?code=364336006{&subject=[vrouwid]&context=[dossierid]&focus=[geboorteid]}
20062          Zwangerschapsduur 1 .. 1
40140          Ligging bij geboorte 1 .. 1 bc-BirthObservation Observation.codeableConcept example
  • GET [base]/Observation?code=LigGbrt{&subject=[kindid]&context=[dossierid]}
40149          Aanpakker kind (groep) 0 .. 1 bc-ChildBirthAssistance Encounter.participant example
82058             Naam zorgverlener 0 .. 1
40150             Rol aanpakker kind 0 .. 1 bc-ChildBirthAssistance Encounter.participant.type|individual.extension:practitionerRole example
40169          Supervisor (groep) 0 .. 1 bc-ChildBirthAssistance Encounter.participant example
82059             Naam zorgverlener 0 .. 1
40170             Rol supervisor 0 .. 1 bc-ChildBirthAssistance Encounter.participant.type|individual.extension:practitionerRole example
80766          Lichamelijk onderzoek kind 0 .. 1 DiagnosticReport
40070             Apgarscore na 1 min. 0 .. 1
40071             Apgarscore na 5 min. 1 .. 1 zib-ApgarScore Observation.valueQuantity example
  • GET [base]/Observation?code=9274-2{&subject=[kindid]&context=[dossierid]}
80757             Apgarscore na 10 min. 0 .. 1
40060             Geboortegewicht 1 .. 1 bc-ChildObservation Observation.valueQuantity example
  • GET [base]/Observation?code=8339-4{&subject=[kindid]&context=[dossierid]}
80760             Schedelomtrek 0 .. 1
82385             Indaling testes 1 .. 1
40080          Congenitale afwijkingen? 1 .. 1 bc-DisorderOfChild Condition example
40081          Congenitale afwijkingen (groep) 0 .. 1 bc-DisorderOfChild Condition example
40082             Specificatie congenitale afwijking (groep) 0 .. 1 bc-DisorderOfChild Condition.code example
40090                Specificatie congenitale afwijking 0 .. 1 bc-DisorderOfChild Condition.code example
40110             Chromosomale afwijkingen? 0 .. 1 bc-DisorderOfChild Condition example
40111             Specificatie chromosomale afwijking (groep) 0 .. 1 bc-DisorderOfChild Condition.code example
40120                Specificatie chromosomale afwijking 0 .. 1 bc-DisorderOfChild Condition.code example
82334          Problematiek kind? 1 .. 1 bc-DisorderOfChild Condition example
80789          Problematiek kind 0 .. 1 bc-DisorderOfChild Condition.code example
80793          Navelstreng vaten 1 .. 1
80761          Vitamine K? 1 .. 1
82119          Kinderarts betrokken? 1 .. 1 bc-CareTeam CareTeam.participant.member.extension:practitionerRole
82120          Betrokkenheid kinderarts 0 .. 1 bc-CareTeam CareTeam.participant.member.extension:practitionerRole
82123             Reden betrokkenheid 0 .. 1 bc-CareTeam CareTeam.reasonCode example
80980          Opmerkingen baring 0 .. 1
14 Medisch onderzoek 0 .. 1 bc-PregnancyUltraSound DiagnosticReport example
142    Maternale onderzoeksgegevens 0 .. 1 zib-LaboratoryTestResult-DiagnosticReport DiagnosticReport example
80959       Urine-, bloed- en aanvullende onderzoeken 0 .. 1 zib-LaboratoryTestResult-DiagnosticReport DiagnosticReport example
10814          Hb 0 .. 1 zib-LaboratoryTestResult-Observation Observation.valueQuantity example
  • GET [base]/Observation?code=718-7{&subject=[vrouwid]&context=[dossierid]}
1421       Vaginaal toucher 0 .. 1 bc-DigitalVaginalExamination DiagnosticReport example
  • GET [base]/DiagnosticReport?code=51597003{&subject=[vrouwid]&context=[dossierid]}
20612          Portio 0 .. 1 bc-MaternalObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=[249021005]{&subject=[kindid]&context=[dossierid]}
82372          Positie portio 0 .. 1
20613          Ontsluiting 0 .. 1 bc-MaternalObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=[289761004]{&subject=[kindid]&context=[dossierid]}
20614          Vliezen 0 .. 1 bc-MaternalObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=[112074005]{&subject=[kindid]&context=[dossierid]}
20615          Indaling Hodge 0 .. 1 bc-MaternalObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=[364611006]{&subject=[kindid]&context=[dossierid]}
80616          Aard van het voorliggend deel 0 .. 1 bc-MaternalObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=[364612004]{&subject=[kindid]&context=[dossierid]}
80618          Stand 0 .. 1 bc-MaternalObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=[163520002]{&subject=[kindid]&context=[dossierid]}
16 Postnatale fase 1 .. 1
82297    Diagnose/interventie postnataal 1 .. 1 bc-DisorderPostPartum Condition example
82209       Pathologie vrouw 0 .. 1 bc-DisorderPostPartum Condition.code example
82373       Interventie 0 .. 1


Use case: Register Pregnancy Ultrasound data

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.


PWD 2.3 to FHIR
Type # Concept Card Profile Mapping Example Search URL
4 Zorgverlening 1 .. 1 bc-MaternalRecord EpisodeOfCare example
82012    Verwijsdetails 1 .. 1 bc-ReferralRequest ReferralRequest example
  • GET [base]/ReferralRequest?subject=[vrouwid]
  • GET [base]/ReferralRequest?context=[dossierid]
82550       Verwijzing van 1 .. 1 bc-ReferralRequest ReferalRequest.requester.agent.reference example
82551          Zorginstelling 1 .. 1 nl-core-organization Organization example
82552             ZorgaanbiederIdentificatieNummer 1 .. 1 nl-core-organization Organization.identifier example
1 Zorgverlener/Zorginstelling 1 .. 1 nl-core-organization Organization | Practitioner example
10001    Zorgverlener 1 .. 1 nl-core-practitioner Practitioner example
  • GET [base]/Practitioner/[zorgverlenerid]
  • GET [base]/Practitioner?identifier=[lvrid]
10003       Zorgverlener AGB-ID 1 .. 1 nl-core-practitioner Practitioner.identifier example
10006       Naam zorgverlener 0 .. 1 nl-core-practitioner Practitioner.name example
10020    Zorginstelling 1 .. 1 nl-core-organization Organization example
  • GET [base]/Organization/[zorginstellingid]
  • GET [base]/Organization?identifier=[lvrid]
10026       Naam zorginstelling 1 .. 1 nl-core-organization Organization.name example
2 Vrouw 1 .. 1 bc-Woman Patient example
  • GET [base]/Patient/[vrouwid]
  • GET [base]/Patient?identifier=[bsn]
10030    Burgerservicenummer 0 .. 1 bc-Woman Patient.identifier example
10031    Lokale persoonsidentificatie 0 .. 1 bc-Woman Patient.identifier example
10035    Naamgegevens 0 .. 1 bc-Woman Patient.name example
10042       Voornamen 0 .. 1 bc-Woman Patient.name.given example
82359       Initialen 0 .. 1 bc-Woman Patient.name.given example
82360       Roepnaam 0 .. 1 bc-Woman Patient.name.given example
82361       Achternaam 0 .. 1 bc-Woman Patient.name.family example
82362          Soort naam 0 .. 1 bc-Woman Patient.name.family example
82363          Voorvoegsel 0 .. 1 bc-Woman Patient.name.family example
10043          Achternaam 0 .. 1 bc-Woman Patient.name.family example
10040    Geboortedatum 0 .. 1 bc-Woman Patient.birthdate example
10300    Adres 0 .. 1 bc-Woman Patient.address example
10301       Straatnaam 0 .. 1 bc-Woman Patient.address.line.Extension.streetName example
10302       Huisnummer 0 .. 1 bc-Woman Patient.address.line.Extension.HouseNumber example
10303       Huisletter/huisnummertoevoeging 0 .. 1 bc-Woman Patient.address.line.Extension.BuildingNumberSuffix example
10304       Postcode 0 .. 1 bc-Woman Patient.address.postalCode example
10305       Plaatsnaam 0 .. 1 bc-Woman Patient.address.city example
10306       Gemeentenaam 0 .. 1 bc-Woman Patient.address.district example
10307       Land 0 .. 1 bc-Woman Patient.address.country example
10308       Adrestype 0 .. 1 bc-Woman Patient.address.type example
82694    Contactgegevens 0 .. 1
82695       Telefoonnummers 0 .. 1
82696          Telefoonnummer 0 .. 1
82697          TelecomType 0 .. 1
82698          NummerSoort 0 .. 1
82699       EmailAdressen 0 .. 1
82700          EmailAdres 0 .. 1
82701          EmailSoort 0 .. 1
3 Zwangerschap 1 .. 1 zib-pregnancy Condition example
  • GET [base]/Condition/[zwangerschapid]
  • GET [base]/Condition?clinicalstatus=active
  • GET [base]/Condition?clinicalstatus=inactive&_sort=_-id&_count=1
  • GET [base]/Condition?subject=[patientid]&_revinclude=Observation:focus
20010    Graviditeit 1 .. 1 zib-pregnancy-Gravidity Observation.valueQuantity example
  • GET [base]/Observation?code=11996-6{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
20153    Pariteit 1 .. 1 zib-pregnancy-Parity Observation.valueQuantity example
20029    A terme datum (groep) 1 .. 1 zib-pregnancy-TermDate Observation example
20030       A terme datum 1 .. 1 zib-pregnancy-TermDate Observation.valueDateTime example
  • GET [base]/Observation?code=11778-8{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
20040       Datum bepaling à terme datum 1 .. 1 zib-pregnancy-TermDate Observation.effectiveDateTime example
20050       A terme datum o.b.v. 1 .. 1 zib-pregnancy-TermDate Observation.method example
14 Medisch onderzoek 1 .. 1 bc-PregnancyUltraSound DiagnosticReport example
50020    Datum onderzoek 1 .. 1 bc-PregnancyUltraSound DiagnosticReport.effectiveDateTime example
50021    Zwangerschapsduur op datum onderzoek 1 .. 1 bc-PregnancyUltraSound
141    Foetusspecifieke (onderzoeks)gegevens 1 .. * bc-Fetus BodySite example
82235       Echoscopie 1 .. 1 bc-PregnancyUltraSound DiagnosticReport example
80944          Ligging 1 .. 1 bc-FetusObservation Observation.valueCodeableConcept example
82069          Placentalokalisatie 1 .. 1 bc-FetusObservation Observation.valueCodeableConcept example
80946             Placentalokalisatie 1 .. 1 bc-FetusObservation Observation.valueCodeableConcept example
80948          Opmerkingen 0 .. 1 bc-PregnancyUltraSound DiagnosticReport.extension? example
blob 60102       Groeidiagrammen voor BPD, HC, AC, FL 0 .. 1 Binary.content example


Use case: Register Previous Pregnancy Summary data

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.


PWD 2.3 to FHIR
Type # Concept Card Profile Mapping Example Search URL
1 Zorgverlener/Zorginstelling 1 .. 1 nl-core-organization Organization | Practitioner example
10001    Zorgverlener 1 .. 1 nl-core-practitioner Practitioner example
  • GET [base]/Practitioner/[zorgverlenerid]
  • GET [base]/Practitioner?identifier=[lvrid]
10002       Zorgverlener UZI-nummer 0 .. 1 nl-core-practitioner Practitioner.identifier example
10003       Zorgverlener AGB-ID 0 .. 1 nl-core-practitioner Practitioner.identifier example
10004       Zorgverlener LVR1-ID 0 .. 1 nl-core-practitioner Practitioner.identifier example
10006       Naam zorgverlener 0 .. 1 nl-core-practitioner Practitioner.name example
10010       Zorgverlenertype 0 .. 1 nl-core-practitionerrole PractitionerRole.specialty example
10020    Zorginstelling 1 .. 1 nl-core-organization Organization example
  • GET [base]/Organization/[zorginstellingid]
  • GET [base]/Organization?identifier=[lvrid]
10021       Zorginstelling OID 0 .. 1 nl-core-organization Organization.identifier example
10022       Zorginstelling AGB-ID 0 .. 1 nl-core-organization Organization.identifier example
10023       Zorginstelling LVR-ID 0 .. 1 nl-core-organization Organization.identifier example
10024       Zorginstelling URA 0 .. 1 nl-core-organization Organization.identifier example
10026       Naam zorginstelling 0 .. 1 nl-core-organization Organization.name example
10027       Adres zorginstelling 0 .. 1 nl-core-organization Organization.address example
10032          Straatnaam 1 .. 1 nl-core-organization Organization.address.line.Extension.streetName example
10033          Huisnummer 1 .. 1 nl-core-organization Organization.address.line.Extension.HouseNumber example
10034          Huisletter/huisnummertoevoeging 0 .. 1 nl-core-organization Organization.address.line.Extension.BuildingNumberSuffix example
10041          Postcode 1 .. 1 nl-core-organization Organization.address.postalCode example
10036          Plaatsnaam 1 .. 1 nl-core-organization Organization.address.city example
10038          Land 0 .. 1 nl-core-organization Organization.address.country example
2 Vrouw 1 .. 1 bc-Woman Patient example
  • GET [base]/Patient/[vrouwid]
  • GET [base]/Patient?identifier=[bsn]
10030    Burgerservicenummer 0 .. 1 bc-Woman Patient.identifier example
10035    Naamgegevens 1 .. 2 bc-Woman Patient.name example
10042       Voornamen 0 .. 1 bc-Woman Patient.name.given example
82359       Initialen 0 .. 1 bc-Woman Patient.name.given example
82360       Roepnaam 0 .. 1 bc-Woman Patient.name.given example
82361       Achternaam 0 .. 1 bc-Woman Patient.name.family example
82362          Soort naam 0 .. 1 bc-Woman Patient.name.family example
82363          Voorvoegsel 0 .. 1 bc-Woman Patient.name.family example
10043          Achternaam 0 .. 1 bc-Woman Patient.name.family example
10040    Geboortedatum 0 .. 1 bc-Woman Patient.birthdate example
3 Zwangerschap 1 .. 1 zib-pregnancy Condition example
  • GET [base]/Condition/[zwangerschapid]
  • GET [base]/Condition?clinicalstatus=active
  • GET [base]/Condition?clinicalstatus=inactive&_sort=_-id&_count=1
  • GET [base]/Condition?subject=[patientid]&_revinclude=Observation:focus
80627    Identificatie van de zwangerschap 0 .. 1 zib-pregnancy Condition.identifier
20010    Graviditeit 0 .. 1 zib-pregnancy-Gravidity Observation.valueQuantity example
  • GET [base]/Observation?code=11996-6{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
20150    Pariteit (vóór deze zwangerschap) 0 .. 1 zib-pregnancy-Parity Observation.valueQuantity example
  • GET [base]/Observation?code=11977-6{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
82160    Definitieve à terme datum 0 .. 1 bc-PregnancyObservation Observation.valueDateTime example
  • GET [base]/Observation?code=11778-8{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
82268    Diagnose 0 .. * bc-DisorderOfPregnancy Condition example
82269       Gynaecologische aandoening 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82270       Bloedverlies? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82271       Cervixinsufficiëntie? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82273       Infectie 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82274       Hyperemesis gravidarum? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82275       Hypertensieve aandoening 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82276       Zwangerschapscholestase? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82277       Diabetes gravidarum met insuline? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82278       Afwijkende groei foetus 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82279       Dreigende partus immaturus? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82280       Dreigende partus prematurus? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82289       Abruptio placentae? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
80625    Wijze einde zwangerschap 0 .. 1 bc-PregnancyObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=EindeZw{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
20540    Datum einde zwangerschap 0 .. 1 bc-PregnancyObservation Observation.valueDateTime example
  • GET [base]/Observation?code=code=118951000146109{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
6 Bevalling 0 .. 1 bc-DeliveryProcedure Procedure example
  • GET [base]/Procedure?code=236973005{&subject=[vrouwid]&context=[dossierid]&reasonReference=[zwangerschapid]}
82291    Diagnose bevalling 0 .. 1 bc-DisorderOfLaborAndDelivery Condition example
82381       Datum 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.assertedDate example
82382       Zwangerschapsduur 0 .. 1
82398       Fluxus postpartum? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
20555    Interventies begin baring 0 .. * bc-ObstetricProcedure Procedure example
20560       Interventie begin baring 1 .. 1 bc-ObstetricProcedure Procedure.code example
20570       Indicatie interventie begin baring 0 .. 1 bc-ObstetricProcedure Procedure.reasonCode example
20550    Wijze waarop de baring begon 0 .. 1 bc-DeliveryObservation Observation.valueCodeableConcept example
20590    Tijdstip begin actieve ontsluiting 0 .. 1 bc-DeliveryObservation Observation.valueDateTime example
  • GET [base]/Observation?code=249120008{&subject=[vrouwid]&context=[dossierid]&focus=[bevallingid]}
82869    Duur actieve ontsluitingsfase (Ontsluitingsduur) 0 .. 1
82870    Duur uitdrijving vanaf actief meepersen 0 .. 1
80612    Placenta 0 .. 1 bc-Placenta BodySite
  • GET [base]/BodySite?subject=[vrouwid]
20630       Geboorte placenta 0 .. 1 bc-DeliveryObservation Observation.valueCodeableConcept example
20640    Hoeveelheid bloedverlies 0 .. 1 bc-DeliveryObservation Observation.valueQuantity example
  • GET [base]/Observation?code=64332008{&subject=[vrouwid]&context=[dossierid]&focus=[bevallingid]}
80673    Conditie perineum postpartum 0 .. 1 bc-DeliveryObservation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=364297003{&subject=[vrouwid]&context=[dossierid]&focus=[bevallingid]}
7 Uitkomst (per kind) 0 .. *
40002    Baring 0 .. 1 bc-Birth Procedure example
  • GET [base]/Procedure?code=3950001{&subject=[vrouwid]&context=[dossierid]&focus=[geboorteid]&focus=[kindid]}
40003       Werkelijke plaats baring (type locatie) 0 .. 1 bc-ChildBirthAssistance Encounter.class:werkelijkePlaatsBaring example
82114       Ziekenhuis baring 0 .. 1 bc-Encounter Encounter.serviceProvider example
40005          Ziekenhuisnummer (LVR-id) 0 .. 1 nl-core-organization Organization.identifier example
82116          Zorginstelling AGB-ID 0 .. 1 nl-core-organization Organization.identifier example
82117          Naam zorginstelling 0 .. 1 nl-core-organization Organization.name example
40006       Demografische gegevens 0 .. 1 bc-Child Patient
  • GET [base]/Patient/[kindid]
82051          Naamgegevens kind 0 .. 1 bc-Child Patient.name example
82353             Voornamen 0 .. * bc-Child Patient.name.given example
82053             Achternaam 0 .. 1 bc-Child Patient.name.family example
82054                Voorvoegsel 0 .. 1 bc-Child Patient.name.family.humannamePrefix example
82055                Achternaam 0 .. 1 bc-Child Patient.name.family.humannameOwnName example
40041          Geslacht (medische observatie) 0 .. 1 bc-Child Patient.gender.Extension example
40050          Geboortedatum 0 .. 1 bc-Child Patient.birthdate & patient.birthtime (extension) example
  • GET [base]/Patient/[kindid]
40279          Perinatale sterfte (groep) 0 .. 1 bc-Child patient.deceased [nvt example]
40280             Perinatale sterfte? 0 .. 1 bc-BirthObservation Observation.valueBoolean example
40290             Fase perinatale sterfte 0 .. 1 bc-BirthObservation Observation.valueCodeableConcept example
71       Kindspecifieke maternale gegevens 0 .. 1
30030          Tijdstip actief meepersen 0 .. 1 bc-BirthObservation Observation.valueDateTime example
  • GET [base]/Observation?code=249163006{&subject=[vrouwid]&context=[dossierid]&focus=[geboorteid]}
72       Kindspecifieke uitkomstgegevens 0 .. 1
80626          Type partus 0 .. 1 bc-BirthObservation Observation.valueCode example
  • GET [base]/Observation?code=364336006{&subject=[vrouwid]&context=[dossierid]&focus=[geboorteid]}
20062          Zwangerschapsduur 0 .. 1
40189          Vaginale kunstverlossing (groep) 0 .. 1 bc-ObstetricProcedure Procedure example
40190             Vaginale kunstverlossing 0 .. 1 bc-ObstetricProcedure Procedure.code example
  • GET [base]/Procedure?code=3311000146109{&subject=[vrouwid]&context=[dossierid]&partof=[bevallingid,uitdrijvingsfaseid]}
40219          Sectio caesarea (group) 0 .. 1 bc-ObstetricProcedure Procedure example
40225             Beslismoment sectio caesarea 0 .. 1 bc-ObstetricProcedure Procedure.extension example
40240          Overige interventies 0 .. * bc-ObstetricProcedure Procedure.code example
80766          Lichamelijk onderzoek kind 0 .. 1 DiagnosticReport
40071             Apgarscore na 5 min. 0 .. 1 zib-ApgarScore Observation.valueQuantity example
  • GET [base]/Observation?code=9274-2{&subject=[kindid]&context=[dossierid]}
40060             Geboortegewicht 0 .. 1 bc-ChildObservation Observation.valueQuantity example
  • GET [base]/Observation?code=8339-4{&subject=[kindid]&context=[dossierid]}
80670             Percentiel van het geboortegewicht 0 .. 1 bc-ChildObservation Observation.interpretation.extension:percentile example
40080          Congenitale afwijkingen? 0 .. 1 bc-DisorderOfChild Condition example
40081          Congenitale afwijkingen (groep) 0 .. 1 bc-DisorderOfChild Condition example
40082             Specificatie congenitale afwijking (groep) 0 .. * bc-DisorderOfChild Condition.code example
40090                Specificatie congenitale afwijking 0 .. 1 bc-DisorderOfChild Condition.code example
40110             Chromosomale afwijkingen? 0 .. 1 bc-DisorderOfChild Condition example
40111             Specificatie chromosomale afwijking (groep) 0 .. 1 bc-DisorderOfChild Condition.code example
40120                Specificatie chromosomale afwijking 0 .. 1 bc-DisorderOfChild Condition.code example
80790          Bijzonderheden kind 0 .. 1 bc-Birth Observation.valueString example
14 Medisch onderzoek 0 .. 1 bc-PregnancyUltraSound DiagnosticReport example
142    Maternale onderzoeksgegevens 0 .. 1 zib-LaboratoryTestResult-DiagnosticReport DiagnosticReport example
80959       Urine-, bloed- en aanvullende onderzoeken 0 .. 1 zib-LaboratoryTestResult-DiagnosticReport DiagnosticReport example
80949          PSIE 0 .. 1 zib-LaboratoryTestResult-DiagnosticReport DiagnosticReport example
10812             Irregulaire antistoffen? 0 .. 1 zib-LaboratoryTestResult-Observation Observation.valueBoolean example


Use case: Retrieve pregnancy file (integrale zwangerschapskaart)

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.


PWD 2.3 to FHIR
Type # Concept Card Profile Mapping Example Search URL
2 Vrouw 1 .. 1 bc-Woman Patient example
  • GET [base]/Patient/[vrouwid]
  • GET [base]/Patient?identifier=[bsn]
10031    Lokale persoonsidentificatie 1 .. * bc-Woman Patient.identifier example
10035    Naamgegevens 1 .. 1 bc-Woman Patient.name example
10042       Voornamen 0 .. * bc-Woman Patient.name.given example
82359       Initialen 0 .. * bc-Woman Patient.name.given example
82360       Roepnaam 0 .. * bc-Woman Patient.name.given example
82361       Achternaam 1 .. 1 bc-Woman Patient.name.family example
82362          Soort naam 0 .. 1 bc-Woman Patient.name.family example
82363          Voorvoegsel 0 .. 1 bc-Woman Patient.name.family example
10043          Achternaam 1 .. 1 bc-Woman Patient.name.family example
10040    Geboortedatum 1 .. 1 bc-Woman Patient.birthdate example
10300    Adres 1 .. 1 bc-Woman Patient.address example
10301       Straatnaam 1 .. 1 bc-Woman Patient.address.line.Extension.streetName example
10302       Huisnummer 1 .. 1 bc-Woman Patient.address.line.Extension.HouseNumber example
10303       Huisletter/huisnummertoevoeging 0 .. 1 bc-Woman Patient.address.line.Extension.BuildingNumberSuffix example
10304       Postcode 1 .. 1 bc-Woman Patient.address.postalCode example
10305       Plaatsnaam 1 .. 1 bc-Woman Patient.address.city example
10306       Gemeentenaam 0 .. 1 bc-Woman Patient.address.district example
10307       Land 0 .. 1 bc-Woman Patient.address.country example
10308       Adrestype 0 .. 1 bc-Woman Patient.address.type example


Use case: Publish pregnancy file (integrale zwangerschapskaart)

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.


PWD 2.3 to FHIR
Type # Concept Card Profile Mapping Example Search URL
4 Zorgverlening 1 .. * bc-MaternalRecord EpisodeOfCare example
20290    Datum start zorgverantwoordelijkheid 1 .. * bc-MaternalRecord EpisodeOfCare.period.start example
20340    Datum einde zorgverantwoordelijkheid 0 .. * bc-MaternalRecord EpisodeOfCare.period.end example
1 Zorgverlener/Zorginstelling 1 .. * &scope= nl-core-practitioner@2.0.0 nl-core-organization Organization | Practitioner example
10001    Zorgverlener 1 .. * nl-core-practitioner Practitioner example
  • GET [base]/Practitioner/[zorgverlenerid]
  • GET [base]/Practitioner?identifier=[lvrid]
10002       Zorgverlener UZI-nummer 0 .. 1 nl-core-practitioner Practitioner.identifier example
10003       Zorgverlener AGB-ID 0 .. 1 nl-core-practitioner Practitioner.identifier example
10006       Naam zorgverlener 1 .. 1 nl-core-practitioner Practitioner.name example
10010       Zorgverlenertype 0 .. 1 nl-core-practitionerrole PractitionerRole.specialty example
10012       Telefoon waar zorgverlener is te bereiken 0 .. 1 nl-core-practitioner Practitioner.telecom example
10020    Zorginstelling 1 .. * nl-core-organization Organization example
  • GET [base]/Organization/[zorginstellingid]
  • GET [base]/Organization?identifier=[lvrid]
10021       Zorginstelling OID 0 .. 1 nl-core-organization Organization.identifier example
10022       Zorginstelling AGB-ID 0 .. 1 nl-core-organization Organization.identifier example
10023       Zorginstelling LVR-ID 0 .. 1 nl-core-organization Organization.identifier example
10024       Zorginstelling URA 0 .. 1 nl-core-organization Organization.identifier example
10026       Naam zorginstelling 0 .. 1 nl-core-organization Organization.name example
10027       Adres zorginstelling 0 .. 1 nl-core-organization Organization.address example
10032          Straatnaam 0 .. 1 nl-core-organization Organization.address.line.Extension.streetName example
10033          Huisnummer 0 .. 1 nl-core-organization Organization.address.line.Extension.HouseNumber example
10034          Huisletter/huisnummertoevoeging 0 .. 1 nl-core-organization Organization.address.line.Extension.BuildingNumberSuffix example
10041          Postcode 0 .. 1 nl-core-organization Organization.address.postalCode example
10036          Plaatsnaam 0 .. 1 nl-core-organization Organization.address.city example
10037          Gemeentenaam 0 .. 1 nl-core-organization Organization.address.district example
10038          Land 0 .. 1 nl-core-organization Organization.address.country example
10039          Adrestype 0 .. 1 nl-core-organization Organization.address.extension:AddressType example
10029       Type zorginstelling 0 .. 1 nl-core-organization Organization.type:organizationType example
82019       Type zorginstelling (bij verwijzing) 0 .. 1 nl-core-organization Organization.type:organizationTypee example
2 Vrouw 1 .. 1 bc-Woman Patient example
  • GET [base]/Patient/[vrouwid]
  • GET [base]/Patient?identifier=[bsn]
10031    Lokale persoonsidentificatie 0 .. 1 bc-Woman Patient.identifier example
10035    Naamgegevens 1 .. 1 bc-Woman Patient.name example
10042       Voornamen 0 .. 1 bc-Woman Patient.name.given example
82359       Initialen 0 .. 1 bc-Woman Patient.name.given example
82360       Roepnaam 0 .. 1 bc-Woman Patient.name.given example
82361       Achternaam 0 .. 1 bc-Woman Patient.name.family example
82362          Soort naam 0 .. 1 bc-Woman Patient.name.family example
82363          Voorvoegsel 0 .. 1 bc-Woman Patient.name.family example
10043          Achternaam 1 .. 1 bc-Woman Patient.name.family example
10040    Geboortedatum 1 .. 1 bc-Woman Patient.birthdate example
10300    Adres 0 .. 1 bc-Woman Patient.address example
10301       Straatnaam 0 .. 1 bc-Woman Patient.address.line.Extension.streetName example
10302       Huisnummer 0 .. 1 bc-Woman Patient.address.line.Extension.HouseNumber example
10303       Huisletter/huisnummertoevoeging 0 .. 1 bc-Woman Patient.address.line.Extension.BuildingNumberSuffix example
10304       Postcode 0 .. 1 bc-Woman Patient.address.postalCode example
10305       Plaatsnaam 0 .. 1 bc-Woman Patient.address.city example
10306       Gemeentenaam 0 .. 1 bc-Woman Patient.address.district example
10307       Land 0 .. 1 bc-Woman Patient.address.country example
10308       Adrestype 0 .. 1 bc-Woman Patient.address.type example
82694    Contactgegevens 0 .. 1 bc-Woman Patient.telecom example
82695       Telefoonnummers 0 .. 1 bc-Woman Patient.telecom.value example
82696          Telefoonnummer 0 .. 1 bc-Woman Patient.telecom.value example
82697          TelecomType 0 .. 1 bc-Woman example
82698          NummerSoort 0 .. 1 bc-Woman Patient.telecom.use example
82699       EmailAdressen 0 .. 1 bc-Woman Patient.telecom.value example
82700          EmailAdres 0 .. 1 bc-Woman Patient.telecom.value example
82701          EmailSoort 0 .. 1 bc-Woman Patient.telecom.use example
80649    Betrokken zorgverlener/zorginstelling 0 .. 1 nl-core-practitioner/nl-core-organization Practitioner/Organization
82022       Huisarts 0 .. 1 nl-core-practitioner Practitioner
82027          Zorgverlener UZI-nummer 0 .. 1 nl-core-practitioner Practitioner.identifier:UZI example
82028          Zorgverlener AGB-ID 0 .. 1 nl-core-practitioner Practitioner.identifier:AGB example
82029          Naam zorgverlener 0 .. 1 nl-core-practitioner Practitioner.name.text example
82023       Apotheek 0 .. 1 nl-core-organization Organization
82030          Zorginstelling AGB-ID 0 .. 1 nl-core-organization Organization.identifier:AGB example
82031          Naam zorginstelling 0 .. 1 nl-core-organization Organization.name.text example
82024       Specialist 0 .. 1 nl-core-practitioner Practitioner example
82039          Zorgverlener UZI-nummer 0 .. 1 nl-core-practitioner Practitioner.identifier:UZI example
82032          Zorgverlener AGB-ID 0 .. 1 nl-core-practitioner Practitioner.identifier:AGB example
82033          Naam zorgverlener 0 .. 1 nl-core-practitioner Practitioner.name.text example
82038          Type specialist 0 .. 1 nl-core-practitionerrole PractitionerRole.specialty.text example
82035          Zorginstelling 0 .. 1 nl-core-organization Organization
82036             Zorginstelling AGB-ID 0 .. 1 nl-core-organization Organization.identifier:AGB example
82037             Naam zorginstelling 0 .. 1 nl-core-organization Organization.name example
10801    Medicatiegebruik? 0 .. 1 bc-MaternalObservation Observation.valueBoolean example
80749    Medicatiegebruik 0 .. 1 zib-MedicationUse MedicationStatement
10802       Soort medicatie 0 .. 1 zib-MedicationUse MedicationStatement.medicationReference|Medication.code.text
80751       Begindatum 0 .. 1 zib-MedicationUse MedicationStatement.effectivePeriod.start
80752       Einddatum 0 .. 1 zib-MedicationUse MedicationStatement.effectivePeriod.end
80750       Dosering medicatie 0 .. 1 zib-MedicationUse MedicationStatement.dosage.doseQuantity
80753       Bijzonderheden 0 .. 1 zib-MedicationUse MedicationStatement.effectivePeriod.note
80688    BMI 0 .. 1
80689       Datum bepaling 0 .. 1
10806       BMI vrouw 0 .. 1 bc-MaternalObservation Observation.valueQuantity example
80675    Vrouwelijke genitale verminking? 0 .. 1 bc-MaternalObservation Observation.valueBoolean example
80676    Type vrouwelijke genitale verminking 0 .. 1 bc-MaternalObservation Observation.valueCodeableConcept example
10807    Actuele bloeddruk 0 .. 1 zib-BloodPressure Observation.valueQuantity example
10808       Actuele bloeddruk systolisch 0 .. 1 zib-BloodPressure Observation.valueQuantity example
10809       Actuele bloeddruk diastolisch 0 .. 1 zib-BloodPressure Observation.valueQuantity example
10810    Bloedgroep vrouw 0 .. 1 zib-LaboratoryTestResult-Observation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=883-9{&subject=[vrouwid]&context=[dossierid]}
10811    Rhesus D Factor vrouw 0 .. 1 zib-LaboratoryTestResult-Observation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=1305-2{&subject=[vrouwid]&context=[dossierid]}
10816    Rhesus c Factor 0 .. 1 zib-LaboratoryTestResult-Observation Observation.valueCodeableConcept example
  • GET [base]/Observation?code=1159-3{&subject=[vrouwid]&context=[dossierid]}
80633    Partner 0 .. 1 nl-core-RelatedPerson RelatedPerson
80638       Persoonsnaam 0 .. 1 nl-core-RelatedPerson RelatedPerson.name
80639          Voornamen 0 .. 1 nl-core-RelatedPerson RelatedPerson.name.given
80640          Voorvoegsel 0 .. 1 nl-core-RelatedPerson RelatedPerson.name.family
80641          Achternamen 0 .. 1 nl-core-RelatedPerson RelatedPerson.name.family
80636       Etniciteit 0 .. 1
17 Obstetrische anamnese gegroepeerd per voorgaande zwangerschap 0 .. 1 zib-Pregnancy Condition example
18    Eerdere bevalling 0 .. 1 bc-DeliveryProcedure Procedure.code example
19       Vorige uitkomst (per kind) 0 .. 1 bc-Birth Procedure example
80709          Vorige baring 0 .. 1 bc-Birth Procedure.code example
80710             Werkelijke plaats baring (type locatie) 0 .. 1
21             Kindspecifieke gegevens vorige uitkomsten 0 .. 1
80624                Type partus 0 .. 1 bc-BirthObservation Observation.valueCodeableConcept example
3 Zwangerschap 1 .. * zib-pregnancy Condition.code example
  • GET [base]/Condition/[zwangerschapid]
  • GET [base]/Condition?clinicalstatus=active
  • GET [base]/Condition?clinicalstatus=inactive&_sort=_-id&_count=1
  • GET [base]/Condition?subject=[patientid]&_revinclude=Observation:focus
80664    Casemanager naam 1 .. 1 bc-MaternalRecord EpisodeOfCare.careManager.display example
20010    Graviditeit 1 .. 1 zib-pregnancy-Gravidity Observation.valueQuantity example
  • GET [base]/Observation?code=11996-6{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
20150    Pariteit (vóór deze zwangerschap) 1 .. 1 zib-pregnancy-Parity Observation.valueQuantity example
  • GET [base]/Observation?code=11977-6{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
80617    Aantal levende kinderen 0 .. 1 bc-PregnancyObservation Observation.valueQuantity example
80678    Fetal Loss 0 .. 1
20029    A terme datum (groep) 0 .. * zib-pregnancy-TermDate Observation.valueDateTime example
20030       A terme datum 0 .. 1 zib-pregnancy-TermDate Observation.valueDateTime example
  • GET [base]/Observation?code=11778-8{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
20040       Datum bepaling à terme datum 0 .. 1 zib-pregnancy-TermDate Observation.effectiveDateTime example
20050       A terme datum o.b.v. 0 .. 1 zib-pregnancy-TermDate Observation.method example
82160    Definitieve à terme datum 0 .. * bc-PregnancyObservation Observation.valueDateTime example
  • GET [base]/Observation?code=11778-8{&subject=[vrouwid]&context=[dossierid]&focus=[zwangerschapid]}
80819    Foliumzuur gebruik 0 .. 1
20020    Hoeveelling 0 .. 1
20130    Amnioniciteit 0 .. 1
20140    Chorioniciteit 0 .. 1
80732    Prenatale controle 0 .. * bc-Encounter Encounter example
80737       Datum controle 1 .. 1 bc-Encounter Encounter.period.start example
80736       Naam zorgverlener 1 .. * bc-Encounter EpisodeOfCare.participant.individual.display | Practitioner.name
82067       Zorgverlenertype 1 .. * bc-Encounter EpisodeOfCare.participant.individual.extension:practitionerRole.specialty | PractitionerRole.specialty
80738       Zwangerschapsduur 1 .. * zib-Pregnancy-PregnancyDuration Observation.valueQuantity
80746       Leven voelen 1 .. * bc-PregnancyObservation Observation.valueCodeableConcept example
80810       Rookgedrag 1 .. 1 zib-TobaccoUse Observation.valueCodeableConcept example
80747       Alcoholgebruik 1 .. 1 zib-AlcoholUse Observation.valueCodeableConcept example
82102       Drugsgebruik? 1 .. 1 zib-DrugUse Observation.valueCodeableConcept example
82103       Soort drugs 1 .. 1 zib-DrugUse Observation.component:DrugOrMedicationType.valueCodeableConcept example
80832       Bloeddruk 0 .. 1 zib-BloodPressure Observation
80833          Bloeddruk systolisch 0 .. 1 zib-BloodPressure Observation.component:SystolicBP.valueQuantity
80834          Bloeddruk diastolisch 0 .. 1 zib-BloodPressure Observation.component:DiastolicBP.valueQuantity
20211       Gewicht (gemeten) 1 .. 1 zib-BodyWeight Observation.valueQuantity example
80621       Uitwendig onderzoek 1 .. 1
82105          Hartactie 1 .. 1
82106             Regelmaat hartslag 1 .. 1 bc-FetusObservation Observation.valueCodeableConcept
82107             Frequentie hartslag 1 .. 1 bc-FetusObservation Observation.valueCodeableConcept
80745          Hartactie op basis van 1 .. 1 bc-FetusObservation Observation.method
82268    Diagnose 0 .. * bc-DisorderOfPregnancy Condition.code example
82272       Datum 0 .. 1 bc-DisorderOfPregnancy Condition.assertedDate example
82285       Zwangerschapsduur 0 .. 1 zib-Pregnancy-PregnancyDuration Observation.valueQuantity
82269       Gynaecologische aandoening 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82270       Bloedverlies? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82286       Partiële mola? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82271       Cervixinsufficiëntie? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82273       Infectie 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82274       Hyperemesis gravidarum? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82275       Hypertensieve aandoening 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82276       Zwangerschapscholestase? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82277       Diabetes gravidarum met insuline? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82278       Afwijkende groei foetus 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82279       Dreigende partus immaturus? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82280       Dreigende partus prematurus? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82289       Abruptio placentae? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82452       Navelstrengprolaps? 0 .. 1 bc-DisorderOfPregnancy Condition.code example
82380       Liggingsafwijking 0 .. 1 bc-DisorderOfPregnancy Condition.code example
83405       Meerlingzwangerschap? 0 .. 1
84193       Serotiniteit? 0 .. 1
80613       Intra-uteriene vruchtdood 0 .. 1 bc-PregnancyObservation Observation
82435          Vermoeden intra-uteriene vruchtdood? 0 .. 1 bc-PregnancyObservation Observation.valueBoolean example
82377    Interventie 0 .. * bc-ObstetricProcedure Procedure example
82376       Interventie 0 .. 1
82230    Intra-uteriene behandeling 0 .. 1 bc-ObstetricProcedure Procedure.code example
6 Bevalling 1 .. * bc-DeliveryProcedure Procedure.code example
  • GET [base]/Procedure?code=236973005{&subject=[vrouwid]&context=[dossierid]&reasonReference=[zwangerschapid]}
20500    Partusnummer 1 .. 1 bc-DeliveryProcedure Procedure.identifier
82291    Diagnose bevalling 1 .. * bc-DisorderOfLaborAndDelivery Condition.code example
82381       Datum 1 .. 1 bc-DisorderOfLaborAndDelivery Condition.assertedDate example
82382       Zwangerschapsduur 1 .. 1 zib-Pregnancy-PregnancyDuration Observation.valueQuantity
82338       PPROM? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82290       PROM? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82292       Koorts? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82293       Niet vorderende ontsluiting? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82294       Niet vorderende uitdrijving? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82296       Verdenking foetale nood? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82443       Intra-uteriene vruchtdood 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82444          Vermoeden intra-uteriene vruchtdood? 0 .. 1 bc-PregnancyObservation Observation.valueBoolean example
82295       Vastzittende placenta? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
82398       Fluxus postpartum? 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.code example
20505    Aantal geboren kinderen 0 .. 1 bc-PregnancyObservation Observation.valueQuantity example
20555    Interventies begin baring 0 .. 1 bc-ObstetricProcedure Procedure.code example
20560       Interventie begin baring 0 .. 1 bc-ObstetricProcedure Procedure.code example
20570       Indicatie interventie begin baring 0 .. 1 bc-ObstetricProcedure Procedure.reasonCode example
20550    Wijze waarop de baring begon 0 .. 1 bc-DeliveryObservation Observation.valueCodeableConcept example
20590    Tijdstip begin actieve ontsluiting 0 .. 1 bc-DeliveryObservation Observation.valueDateTime example
  • GET [base]/Observation?code=249120008{&subject=[vrouwid]&context=[dossierid]&focus=[bevallingid]}
7 Uitkomst (per kind) 0 .. *
40002    Baring 0 .. 1 bc-Birth Procedure.code example
  • GET [base]/Procedure?code=3950001{&subject=[vrouwid]&context=[dossierid]&focus=[geboorteid]&focus=[kindid]}
40003       Werkelijke plaats baring (type locatie) 0 .. 1 bc-ChildBirthAssistance Encounter.class:werkelijkePlaatsBaring example
40006       Demografische gegevens 0 .. 1 bc-Child Patient
  • GET [base]/Patient/[kindid]
40007          Identificaties kind 0 .. 1 bc-Child Patient.identifier example
40010             BSN kind 0 .. 1 bc-Child Patient.identifier:BSN example
40011             Lokale identificatie kind 0 .. 1 bc-Child Patient.identifier example
40015             Identificatie kind PRN formaat 0 .. 1 bc-Child Patient.identifier example
82051          Naamgegevens kind 0 .. 1 bc-Child Patient.name example
82353             Voornamen 0 .. 1 bc-Child Patient.name.given example
82354             Initialen 0 .. 1 bc-Child Patient.name.given
82052             Roepnaam 0 .. 1 bc-Child Patient.name.given
82053             Achternaam 0 .. 1 bc-Child Patient.name.family example
82054                Voorvoegsel 0 .. 1 bc-Child Patient.name.family.humannamePrefix example
82055                Achternaam 0 .. 1 bc-Child Patient.name.family.humannameOwnName example
82364          Contactgegevens 0 .. 1 bc-Child Patient.telecom
82365             Telefoonnummers 0 .. 1 bc-Child Patient.telecom.value
82366                Soort telefoonnummer 0 .. 1 bc-Child Patient.telecom.use
82367                Telefoonnummer 0 .. 1 bc-Child Patient.telecom.value
40032          Adres t.b.v. hielprik 0 .. 1
82133             Straatnaam 0 .. 1 bc-Child Patient.address.line.extension:streetName
82134             Huisnummer 0 .. 1 bc-Child Patient.address.line.extension:houseNumber
82135             Huisletter/huisnummertoevoeging 0 .. 1 bc-Child Patient.address.line.extension:buildingNumbersuffix
82136             Postcode 0 .. 1 bc-Child Patient.address.postalCode
82137             Plaatsnaam 0 .. 1 bc-Child Patientaddress.city
82138             Land 0 .. 1 bc-Child Patient.address.country
82139             Adrestype 0 .. 1 bc-Child Patient.address.extension:AddressType
40033          Adres 0 .. 1 bc-Child Patient.address
40034             Postcode 0 .. 1 bc-Child Patient.address.postalCode
40040          Geslacht (administratief) 0 .. 1
40041          Geslacht (medische observatie) 0 .. 1 bc-Child Patient.gender.Extension example
40050          Geboortedatum 0 .. 1 bc-Child Patient.birthdate & patient.birthtime (extension) example
  • GET [base]/Patient/[kindid]
40004          Geboorteplaats 0 .. 1 bc-Child Patient.extension:birthPlace
80629             Postcode 0 .. 1 bc-Child Patient.extension:birthPlace.postalCode
80630             Plaatsnaam 0 .. 1 bc-Child Patient.extension:birthPlace.city
80631             Gemeentenaam 0 .. 1 bc-Child Patient.extension:birthPlace.district
80632             Land 0 .. 1 bc-Child Patient.extension.birthPlace.country
82087          Meerlingindicatie 0 .. 1 bc-Child Patient.multipleBirthBoolean
40025          Rangnummer kind 0 .. 1 bc-Child Patient.multipleBirthInteger example
71       Kindspecifieke maternale gegevens 0 .. 1
20616          Bijstimulatie toegediend? 0 .. 1 bc-ObstetricProcedure Procedure.code example
20579          Amniotomie (groep) 0 .. 1
20580             Amniotomie? 0 .. 1 bc-ObstetricProcedure Procedure.code
80794          Indicatie episiotomie 0 .. 1 bc-ObstetricProcedure Procedure.reasonCode example
30055          Locatie episiotomie 0 .. 1 bc-ObstetricProcedure Procedure.bodySite.extension example
82090          Pijnbestrijding? 0 .. 1 bc-PainRelief MedicationAdministration.category
82091          Pijnbestrijding 0 .. * bc-PainRelief MedicationAdministration.category
82394             Datum/tijd 0 .. 1 bc-PainRelief MedicationAdministration.effectiveDateTime
82093             Methode 1 .. 1 bc-PainRelief MedicationAdministration.dosage.method
82092                Methode 1 .. 1 bc-PainRelief MedicationAdministration.dosage.method
82094                Overig middel 0 .. * bc-PainRelief MedicationAdministration.dosage.route
82095                   Middel 0 .. 1 bc-PainRelief MedicationAdministration.medicationCodeableConcept
72       Kindspecifieke uitkomstgegevens 0 .. 1
80626          Type partus 0 .. 1 bc-BirthObservation Observation.valueCode example
  • GET [base]/Observation?code=364336006{&subject=[vrouwid]&context=[dossierid]&focus=[geboorteid]}
40189          Vaginale kunstverlossing (groep) 0 .. * bc-ObstetricProcedure Procedure.code example
40190             Vaginale kunstverlossing 0 .. 1 bc-ObstetricProcedure Procedure.code example
  • GET [base]/Procedure?code=3311000146109{&subject=[vrouwid]&context=[dossierid]&partof=[bevallingid,uitdrijvingsfaseid]}
40210             Indicatie vaginale kunstverlossing 0 .. 1
40219          Sectio caesarea (group) 0 .. 1 bc-ObstetricProcedure Procedure.code example
82546             Indicatie primaire sectio 0 .. * bc-ObstetricProcedure Procedure.reasonCode example
82547             Indicatie secundaire sectio 0 .. * bc-ObstetricProcedure Procedure.reasonCode example
80766          Lichamelijk onderzoek kind 0 .. 1 bc-PhysicalExamination DiagnosticReport
40070             Apgarscore na 1 min. 0 .. 1 zib-ApgarScore Observation.valueQuantity
40071             Apgarscore na 5 min. 0 .. 1 zib-ApgarScore Observation.valueQuantity example
  • GET [base]/Observation?code=9274-2{&subject=[kindid]&context=[dossierid]}
80757             Apgarscore na 10 min. 0 .. 1 zib-ApgarScore Observation.valueQuantity
40060             Geboortegewicht 0 .. 1 bc-ChildObservation Observation.valueQuantity example
  • GET [base]/Observation?code=8339-4{&subject=[kindid]&context=[dossierid]}
80670             Percentiel van het geboortegewicht 0 .. 1 bc-ChildObservation Observation.interpretation.extension:percentile example
80759             Lengte 0 .. 1 zib-BodyHeight Observation.valueQuantity
80760             Schedelomtrek 0 .. 1 zib-HeadCircumference Observation.valueQuantity
14 Medisch onderzoek 0 .. * bc-PregnancyUltraSound DiagnosticReport example
50020    Datum onderzoek 1 .. 1 bc-PregnancyUltraSound DiagnosticReport.effectiveDateTime example
142    Maternale onderzoeksgegevens 1 .. * zib-LaboratoryTestResult-DiagnosticReport DiagnosticReport example
80959       Urine-, bloed- en aanvullende onderzoeken 1 .. * zib-LaboratoryTestResult-DiagnosticReport DiagnosticReport example
80949          PSIE 1 .. 1 zib-LaboratoryTestResult-DiagnosticReport DiagnosticReport example
80952             Bloedgroep vrouw 1 .. 1 zib-LaboratoryTestResult-Observation Observation.valueCodeableConcept
80953             Rhesus D Factor vrouw 1 .. 1 zib-LaboratoryTestResult-Observation Observation.valueCodeableConcept
80954             Rhesus c Factor vrouw 1 .. 1 zib-LaboratoryTestResult-Observation Observation.valueCodeableConcept
80955             HBsAg 1 .. 1 zib-LaboratoryTestResult-Observation Observation.valueCodeableConcept
80956             HIV 1 .. 1 zib-LaboratoryTestResult-Observation Observation.valueCodeableConcept
80957             Lues 1 .. 1 zib-LaboratoryTestResult-Observation Observation.valueCodeableConcept
10812             Irregulaire antistoffen? 1 .. 1 zib-LaboratoryTestResult-Observation Observation.valueBoolean example
10813             Welke irregulaire antistoffen vrouw aanwezig. 1 .. 1 zib-LaboratoryTestResult-Observation Observation.valueCodeableConcept example
10814          Hb 1 .. 1 zib-LaboratoryTestResult-Observation Observation.valueQuantity example
  • GET [base]/Observation?code=718-7{&subject=[vrouwid]&context=[dossierid]}
80991          Anemie 1 .. 1 zib-LaboratoryTestResult-Observation Observation
80951             MCV 1 .. 1 zib-LaboratoryTestResult-Observation Observation.valueQuantity
80992             Hb-pathie 1 .. 1 zib-Problem Condition.code
80993             Vit. B12 1 .. 1 zib-LaboratoryTestResult-Observation Observation.valueQuantity
80994             Actief-B12 1 .. 1 zib-LaboratoryTestResult-Observation Observation.valueQuantity
80995             Ferritine 1 .. 1 zib-LaboratoryTestResult-Observation Observation.valueQuantity
80996             Foliumzuur 1 .. 1 zib-LaboratoryTestResult-Observation Observation.valueQuantity
80963          Schildklier diagnostiek 0 .. 1
80962             TSH receptor antistoffen 0 .. 1 zib-LaboratoryTestResult-Observation Observation.valueQuantity
80964             Vrij T4 0 .. 1 zib-LaboratoryTestResult-Observation Observation.valueQuantity
80965             TSH 0 .. 1 zib-LaboratoryTestResult-Observation Observation.valueQuantity
80966          TORCH 1 .. * zib-LaboratoryTestResult-Observation Observation.valueQuantity
80967             Toxoplasmose IgG 1 .. * zib-LaboratoryTestResult-Observation Observation.valueQuantity
80968             Toxoplasmose IgM 1 .. * zib-LaboratoryTestResult-Observation Observation.valueQuantity
80969             Rubella IgG 1 .. * zib-LaboratoryTestResult-Observation Observation.valueQuantity
80970             Rubella IgM 1 .. * zib-LaboratoryTestResult-Observation Observation.valueQuantity
80971             CMV IgG 1 .. * zib-LaboratoryTestResult-Observation Observation.valueQuantity
80972             CMV IgM 1 .. * zib-LaboratoryTestResult-Observation Observation.valueQuantity
80973             Herpes IgG 1 .. * zib-LaboratoryTestResult-Observation Observation.valueQuantity
80974             Herpes IgM 1 .. * zib-LaboratoryTestResult-Observation Observation.valueQuantity
80975             Parvovirus IgG 1 .. * zib-LaboratoryTestResult-Observation Observation.valueQuantity
80976             Parvovirus IgM 1 .. * zib-LaboratoryTestResult-Observation Observation.valueQuantity
40051          Rhesus D Factor foetus 1 .. * zib-LaboratoryTestResult-Observation Observation.valueCodeableConcept example