Skip to content

Commit e0011e7

Browse files
committed
GZ-1615/NICTIZ-19392 add birthweight observation
1 parent 0b714a3 commit e0011e7

File tree

3 files changed

+43
-2
lines changed

3 files changed

+43
-2
lines changed

src/Geboortezorg-3-2/Dev/PHR-Client/gbz-fhir3-0-2-izk-phr-2-2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
<nts:include value="gbz-assert-returnCountWithCode">
347347
<nts:with-parameter name="additionalDescription" value="(Lichaamsgewicht)"></nts:with-parameter>
348348
<nts:with-parameter name="resource" value="Observation"></nts:with-parameter>
349-
<nts:with-parameter name="count" value="2"></nts:with-parameter>
349+
<nts:with-parameter name="count" value="3"></nts:with-parameter>
350350
<nts:with-parameter name="code" value="29463-7"></nts:with-parameter>
351351
<nts:with-parameter name="system" value="http://loinc.org"></nts:with-parameter>
352352
</nts:include>

src/Geboortezorg-3-2/Dev/XIS-Server/gbz-fhir3-0-2-izk-xis-2-2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
<nts:include value="gbz-assert-returnCountWithCode">
343343
<nts:with-parameter name="additionalDescription" value="(Lichaamsgewicht)"/>
344344
<nts:with-parameter name="resource" value="Observation"/>
345-
<nts:with-parameter name="count" value="2"/>
345+
<nts:with-parameter name="count" value="3"/>
346346
<nts:with-parameter name="code" value="29463-7"/>
347347
<nts:with-parameter name="system" value="http://loinc.org"/>
348348
</nts:include>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<Observation xmlns="http://hl7.org/fhir">
2+
<id value="633d4179-25da-43fa-91a0-8e47a90ce00c0000" />
3+
<meta>
4+
<profile value="http://fhir.nl/fhir/StructureDefinition/nl-core-observation" />
5+
<profile value="http://nictiz.nl/fhir/StructureDefinition/zib-BodyWeight" />
6+
</meta>
7+
<identifier>
8+
<system value="urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6" />
9+
<value value="81c0b0bf-b01a-4020-83c7-3ead91643afd" />
10+
</identifier>
11+
<status value="final" />
12+
<category>
13+
<coding>
14+
<system value="http://hl7.org/fhir/observation-category" />
15+
<code value="vital-signs" />
16+
<display value="Vital Signs" />
17+
</coding>
18+
</category>
19+
<code>
20+
<coding>
21+
<system value="http://loinc.org" />
22+
<code value="29463-7" />
23+
<display value="Lichaamsgewicht [massa]" />
24+
</coding>
25+
</code>
26+
<subject>
27+
<reference value="Patient/LISAXXX-Hollanders" />
28+
<display value="Lisa XXX_Hollanders" />
29+
</subject>
30+
<context>
31+
<reference value="EpisodeOfCare/ef612ccb-86ea-4bb9-80e8-f68dbd83b290" />
32+
<display value="Zwangerschap 1 Linda Hollanders" />
33+
</context>
34+
<effectiveDateTime value="${DATE, T, D, -111}" />
35+
<valueQuantity>
36+
<value value="2380" />
37+
<unit value="g" />
38+
<system value="http://unitsofmeasure.org" />
39+
<code value="g" />
40+
</valueQuantity>
41+
</Observation>

0 commit comments

Comments
 (0)