Gebz:V1.3 FHIR IG bc-FetusObservation

Uit informatiestandaarden
Ga naar: navigatie, zoeken

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>

The FetusObservations often have component values, or other required items. Consult List of resources and relations between them