Gebz:FHIR Guidelines
Dit materiaal is in ontwikkeling en nog niet geschikt voor gebruik! |
FHIR Recipes Geboortezorg v2.3
bc-child-observation
<Observation xmlns="http://hl7.org/fhir">
<id value="[[! a unique id]]"/>
<meta>
<profile value="http://nictiz.nl/fhir/StructureDefinition/bc-BirthWeight"/>
</meta>
<status value="final"/>
<code>
<coding>
<system value="[[system, see below | http://loinc.org]]"/>
<code value="[[code, see below | 8339-4"/>
<display value="[[display, see below | Birth weight Measured]]"/>
</coding>
</code>
<subject>
<reference value="[[reference to the Child Patient | Patient/XXX-KIND2VDWOUDEN" />
<display value="[[display of reference | Kind 2 van der Wouden]]" />
</subject>
<context>
<reference value="[[reference to the EpisodeOfCare | EpisodeOfCare/wouden-dossier-zwanger1]]"/>
</context>
[[#observation, see below]]
<valueQuantity>
<value value="2845"/>
<system value="http://unitsofmeasure.org"/>
<code value="gram"/>
</valueQuantity>
[[/observation]]
</Observation>
pwd id | system | code | display | datatype | value | value-system | value-code |
---|---|---|---|---|---|---|---|
peri23-dataelement-40060 | http://loinc.org | 8339-4 | Birth weight Measured | valueQuantity | <nowiki>Meting van het lichaamsgewicht zo kort mogelijk na de geboorte.<nowiki> | http://unitsofmeasure.org | gram |