Gebz:V1.3 FHIR IG bc-FetusObservation: verschil tussen versies
(FetusObservation pagina toegevoegd) |
(→Pattern) |
||
| Regel 34: | Regel 34: | ||
<code> | <code> | ||
<coding> | <coding> | ||
| − | <system value="[[ | + | <system value="[[several values possible, see below]]"/> |
| − | <code value="[[ | + | <code value="[[several values possible, see below]]"/> |
| − | <display value="[[ | + | <display value="[[several values possible, see below]]"/> |
</coding> | </coding> | ||
</code> | </code> | ||
| Regel 54: | Regel 54: | ||
<display value="[[display of reference | Vera de Los]]" /> | <display value="[[display of reference | Vera de Los]]" /> | ||
</performer> | </performer> | ||
| − | [[ | + | [[several values possible, see below]] |
| − | |||
| − | |||
</Observation> | </Observation> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Versie van 2 aug 2024 om 15:18
bc-FetusObservation
This is a generic profile for observations related to a fetus. If a patient record is available for the (to be born) child, use bc-ChildObservation instead.
Each FetusObservation must have:
- a subject, the mother
- a fetus, the focal element of the Observation
- 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: bc-FetusObservation
Pattern
This is a patten for fetus-related Observations in Birthcare.
All FHIR instances which follow this pattern will be valid FetusObservations. Other fields from the FHIR profile may be present: this description is a minimal representation.
[Legend]
<Observation xmlns="http://hl7.org/fhir">
<id value="[[a unique id]]"/>
<meta>
<profile value="http://nictiz.nl/fhir/StructureDefinition/nl-core-observation"/>
<profile value="http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation"/>
</meta>
<extension url="http://nictiz.nl/fhir/StructureDefinition/Observation-focus-stu3">
<valueReference>
<reference value="[[reference to the pregnancy | BodySite/fetus1]]" />
<display value="Foetus 1 vd Wouden"/>
</valueReference>
</extension>
[[! Other values than final should be avoided ]]
<status value="final"/>
<code>
<coding>
<system value="[[several values possible, see below]]"/>
<code value="[[several values possible, see below]]"/>
<display value="[[several values possible, see below]]"/>
</coding>
</code>
<subject>
<reference value="[[reference to the Mother Patient | Patient/XXX-VDWOUDEN" />
<display value="[[display of reference | Patient van der Wouden]]" />
</subject>
<context>
[[#context]]
<reference value="[[reference to the EpisodeOfCare | EpisodeOfCare/wouden-dossier-zwanger1]]"/>
OR
<reference value="[[reference to the Encounter | Encounter/wouden-controle12]]"/>
[[/context]]
</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>
[[several values possible, see below]]
</Observation>