<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="nl">
	<id>https://informatiestandaarden.test-nictiz.nl/index.php?action=history&amp;feed=atom&amp;title=Gebz%3AFHIR_bc-MaternalObservation</id>
	<title>Gebz:FHIR bc-MaternalObservation - Bewerkingsoverzicht</title>
	<link rel="self" type="application/atom+xml" href="https://informatiestandaarden.test-nictiz.nl/index.php?action=history&amp;feed=atom&amp;title=Gebz%3AFHIR_bc-MaternalObservation"/>
	<link rel="alternate" type="text/html" href="https://informatiestandaarden.test-nictiz.nl/index.php?title=Gebz:FHIR_bc-MaternalObservation&amp;action=history"/>
	<updated>2026-05-02T06:03:49Z</updated>
	<subtitle>Bewerkingsoverzicht voor deze pagina op de wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://informatiestandaarden.test-nictiz.nl/index.php?title=Gebz:FHIR_bc-MaternalObservation&amp;diff=33624&amp;oldid=prev</id>
		<title>Lilian Minne: Nieuwe pagina aangemaakt met &#039;=bc-MaternalObservation= This is a generic profile for observations related to the woman patient.  Each bc-MaternalObservation must have: * a subject, the woman pat...&#039;</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.test-nictiz.nl/index.php?title=Gebz:FHIR_bc-MaternalObservation&amp;diff=33624&amp;oldid=prev"/>
		<updated>2020-08-20T09:49:36Z</updated>

		<summary type="html">&lt;p&gt;Nieuwe pagina aangemaakt met &amp;#039;=bc-MaternalObservation= This is a generic profile for observations related to the woman patient.  Each bc-MaternalObservation must have: * a subject, the woman pat...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nieuwe pagina&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=bc-MaternalObservation=&lt;br /&gt;
This is a generic profile for observations related to the woman patient.&lt;br /&gt;
&lt;br /&gt;
Each bc-MaternalObservation must have:&lt;br /&gt;
* a subject, the woman patient&lt;br /&gt;
* performer should be provided if known (this may not always be the case for historical data). performer is the responsible care professional.&lt;br /&gt;
&lt;br /&gt;
==Profile==&lt;br /&gt;
The entire profile can be found at:&lt;br /&gt;
[https://simplifier.net/geboortezorg-stu3/bc-maternalobservation bc-MaternalObservation]&lt;br /&gt;
&lt;br /&gt;
==Pattern==&lt;br /&gt;
This is a patten for patient-related Observations in Birthcare. Not for Observations related to the pregnancy or the delivery. Note that the meta.profile element should at least include nl-core-observation and preferably bc-MaternalObservation.&lt;br /&gt;
&lt;br /&gt;
All FHIR instances which follow this pattern will be valid Maternal Observations. Other fields from the FHIR profile may be present: this description is a minimal representation.&lt;br /&gt;
&lt;br /&gt;
[[https://informatiestandaarden.nictiz.nl/wiki/Gebz:FHIR_Guidelines#Pattern_legend Legend]]&lt;br /&gt;
&lt;br /&gt;
===XML fragment===&lt;br /&gt;
This is a recipe for patient-related Observations in Birthcare. Note that the meta.profile element should at least include nl-core-observation and preferably bc-MaternalObservation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot; heading=&amp;quot;XML fragment&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Observation xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;id value=&amp;quot;[[a unique id]]&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;meta&amp;gt;&lt;br /&gt;
        &amp;lt;profile value=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/nl-core-observation&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;profile value=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/meta&amp;gt;&lt;br /&gt;
    [[! Other values than final should be avoided ]]&lt;br /&gt;
    &amp;lt;status value=&amp;quot;final&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;code&amp;gt;&lt;br /&gt;
        &amp;lt;coding&amp;gt;&lt;br /&gt;
            &amp;lt;system value=&amp;quot;[[system, see below | http://snomed.info/sct]]&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;code value=&amp;quot;[[code, see below | 131148009]]&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;display value=&amp;quot;[[display, see below | Bleeding (finding)]]&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;/coding&amp;gt;&lt;br /&gt;
    &amp;lt;/code&amp;gt;&lt;br /&gt;
    &amp;lt;subject&amp;gt;&lt;br /&gt;
        &amp;lt;reference value=&amp;quot;[[reference to the Mother Patient | Patient/XXX-VDWOUDEN&amp;quot; /&amp;gt;&lt;br /&gt;
        &amp;lt;display value=&amp;quot;[[display of reference | Patient van der Wouden]]&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/subject&amp;gt;&lt;br /&gt;
    &amp;lt;context&amp;gt;&lt;br /&gt;
        &amp;lt;reference value=&amp;quot;[[reference to the EpisodeOfCare | EpisodeOfCare/wouden-dossier-zwanger1]]&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/context&amp;gt;&lt;br /&gt;
    &amp;lt;performer&amp;gt;&lt;br /&gt;
        &amp;lt;reference value=&amp;quot;[[reference to the performer should be included if known | Practitioner/nl-core-practitioner-01]]&amp;quot; /&amp;gt;&lt;br /&gt;
        &amp;lt;display value=&amp;quot;[[display of reference | Vera de Los]]&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/performer&amp;gt;&lt;br /&gt;
    [[#observation.value, see below]]&lt;br /&gt;
    &amp;lt;valueBoolean value=&amp;quot;false&amp;quot;/&amp;gt;&lt;br /&gt;
    [[/observation.value]]&lt;br /&gt;
&amp;lt;/Observation&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Valuation table==&lt;br /&gt;
{{#lst:Gebz:V2.3_FHIR_mapping_addendum|bc-MaternalObservation }}&lt;/div&gt;</summary>
		<author><name>Lilian Minne</name></author>
	</entry>
</feed>