|
(Label: Nieuwe doorverwijzing) |
Regel 1: |
Regel 1: |
− | =bc-ChildObservation=
| + | #DOORVERWIJZING [[Gebz:V1.3 FHIR IG bc-ChildObservation]] |
− | This is a generic profile for observations related to a (newborn) child.
| |
− | | |
− | Each ChildObservation must have:
| |
− | * a subject, the (newborn) child
| |
− | * performer should be provided if known (this may not always be the case for historical data). performer is the responsible care professional.
| |
− | ==Profile==
| |
− | The entire profile can be found at:
| |
− | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-childobservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.0.0|title=bc-ChildObservation}}
| |
− | | |
− | ==Pattern==
| |
− | This is a patten for child-related Observations in Birthcare. Not for Observations to the delivery. Note that the meta.profile element should at least include nl-core-observation and preferably bc-ChildObservation.
| |
− | | |
− | All FHIR instances which follow this pattern will be valid Child Observations. Other fields from the FHIR profile may be present: this description is a minimal representation.
| |
− | | |
− | [[https://informatiestandaarden.nictiz.nl/wiki/Gebz:FHIR_Guidelines#Pattern_legend Legend]] | |
− | | |
− | <syntaxhighlight lang="xml" heading="XML fragment">
| |
− | <Observation xmlns="http://hl7.org/fhir">
| |
− | <id value="[[a unique id]]"/>
| |
− | <meta>
| |
− | <profile value="http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation"/>
| |
− | </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>
| |
− | <performer>
| |
− | <reference value="[[reference to the performer should be included if known | Practitioner/nl-core-practitioner-01]]" />
| |
− | <display value="[[display of reference | Vera de Los]]" />
| |
− | </performer>
| |
− | [[#observation.value, see below]]
| |
− | <valueQuantity>
| |
− | <value value="2845"/>
| |
− | <system value="http://unitsofmeasure.org"/>
| |
− | <code value="g"/>
| |
− | </valueQuantity>
| |
− | [[/observation.value]]
| |
− | </Observation>
| |
− | </syntaxhighlight>
| |
− | | |
− | ==Valuation table==
| |
− | The FHIR profiles are independent of dataset versions, the mappings are not. Mappings for 3.1 and 3.2 will follow.
| |
− | | |
− | (The values in column 'Code' can be found on Simplifier as a binding on the code on this profile.)
| |
− | ===Dataset 2.3 mappings===
| |
− | {{#lst:Gebz:V2.3_FHIR_mapping_addendum|bc-ChildObservation }}
| |