Gebz:V1.0 FHIR IG bc-DisorderOfPregnancy: verschil tussen versies

Uit informatiestandaarden
Ga naar: navigatie, zoeken
(Nieuwe pagina aangemaakt met '=bc-DisorderOfPregnancy= This is a generic profile for observations related to a pregnancy. Each bc-DisorderOfPregnancy must have: * a subject, the pregnant woman...')
 
(XML fragment)
Regel 31: Regel 31:
 
     </extension>
 
     </extension>
 
     [[# clinicalStatus is optional, only when known ]]
 
     [[# clinicalStatus is optional, only when known ]]
     <clinicalStatus value="[[ active | recurrence | inactive | remission | resolved]]"/>  
+
     <clinicalStatus value="[[active | recurrence | inactive | remission | resolved]]"/>  
 
     [[/ clinicalStatus ]]
 
     [[/ clinicalStatus ]]
 
     <code>
 
     <code>
 
         <coding>  
 
         <coding>  
 
             <system value="[[system, preferably from | http://snomed.info/sct]]"/>  
 
             <system value="[[system, preferably from | http://snomed.info/sct]]"/>  
             <code value="[[code | 235888006"/>  
+
             <code value="[[code, to be taken from the relevant valuesets in ART-DECOR | 235888006"/>  
 
             <display value="[[display | Cholestasis of pregnancy (disorder)]]"/>  
 
             <display value="[[display | Cholestasis of pregnancy (disorder)]]"/>  
 
         </coding>  
 
         </coding>  

Versie van 13 jul 2020 om 13:31

bc-DisorderOfPregnancy

This is a generic profile for observations related to a pregnancy.

Each bc-DisorderOfPregnancy must have:

  • a subject, the pregnant woman
  • performer should be provided if known (this may not always be the case for historical data). performer is the responsible care professional.

Each bc-DisorderOfPregnancy may have:

  • a reference to the Pregnancy Condition (the focus of the Observation). The preferred option for birthcare systems is to include this, but this cannot be guaranteed for external data (such as BGZ). ==Profile==

The entire profile can be found at: bc-DisorderOfPregnancy

Pattern

This is a patten for pregnancy-related Conditions in Birthcare. Note that the meta.profile element should preferably include bc-DisorderOfPregnancy. Again, this may be the case for BGZ.

All FHIR instances which follow this pattern will be valid Pregnancy disorder. Other fields from the FHIR profile may be present: this description is a minimal representation.

[Legend]

XML fragment

This is a recipe for pregnancy-related disorders in Birthcare. Note that the meta.profile element should preferably be bc-DisorderOfPregnancy.

<Condition xmlns="http://hl7.org/fhir">
    <id value="[[a unique id]]"/>
    <meta>
        <profile value="http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy"/>
    </meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/condition-partOf">
        <valueReference>
            <reference value="[[reference to the pregnancy | Condition/wouden-zwanger1]]" />
        </valueReference>
    </extension>
    [[# clinicalStatus is optional, only when known ]]
    <clinicalStatus value="[[active | recurrence | inactive | remission | resolved]]"/> 
    [[/ clinicalStatus ]]
    <code>
        <coding> 
            <system value="[[system, preferably from | http://snomed.info/sct]]"/> 
            <code value="[[code, to be taken from the relevant valuesets in ART-DECOR | 235888006"/> 
            <display value="[[display | Cholestasis of pregnancy (disorder)]]"/> 
        </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>
</Condition>