Gebz:FHIR bc-MaternalObservation: verschil tussen versies

Uit informatiestandaarden
Ga naar: navigatie, zoeken
(Nieuwe pagina aangemaakt met '=bc-MaternalObservation= This is a generic profile for observations related to the woman patient. Each bc-MaternalObservation must have: * a subject, the woman pat...')
 
(Label: Nieuwe doorverwijzing)
Regel 1: Regel 1:
=bc-MaternalObservation=
+
#DOORVERWIJZING [[Gebz:V1.3 FHIR IG bc-MaternalObservation]]
This is a generic profile for observations related to the woman patient.
 
 
 
Each bc-MaternalObservation must have:
 
* a subject, the woman patient
 
* 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:
 
[https://simplifier.net/geboortezorg-stu3/bc-maternalobservation bc-MaternalObservation]
 
 
 
==Pattern==
 
This is a patten for patient-related Observations in Birthcare. Not for Observations related to the pregnancy or the delivery. Note that the meta.profile element should at least include nl-core-observation and preferably bc-MaternalObservation.
 
 
 
All FHIR instances which follow this pattern will be valid Maternal 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]]
 
 
 
===XML fragment===
 
This is a recipe for patient-related Observations in Birthcare. Note that the meta.profile element should at least include nl-core-observation and preferably bc-MaternalObservation.
 
 
 
<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/nl-core-observation"/>
 
        <profile value="http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation"/>
 
    </meta>
 
    [[! Other values than final should be avoided ]]
 
    <status value="final"/>
 
    <code>
 
        <coding>
 
            <system value="[[system, see below | http://snomed.info/sct]]"/>
 
            <code value="[[code, see below | 131148009]]"/>
 
            <display value="[[display, see below | Bleeding (finding)]]"/>
 
        </coding>
 
    </code>
 
    <subject>
 
        <reference value="[[reference to the Mother Patient | Patient/XXX-VDWOUDEN" />
 
        <display value="[[display of reference | Patient 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]]
 
    <valueBoolean value="false"/>
 
    [[/observation.value]]
 
</Observation>
 
</syntaxhighlight>
 
 
 
==Valuation table==
 
{{#lst:Gebz:V2.3_FHIR_mapping_addendum|bc-MaternalObservation }}
 

Versie van 16 okt 2023 om 15:10