Gebz:FHIR bc-DisorderOfChild: verschil tussen versies

Uit informatiestandaarden
Naar navigatie springen Naar zoeken springen
(Nieuwe pagina aangemaakt met '=bc-DisorderOfChild= This is a generic profile for child conditions. Each bc-DisorderOfChild must have: * a code, specifying the condition * a subject, the child p...')
 
Regel 26: Regel 26:
 
         <profile value="http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild"/>
 
         <profile value="http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild"/>
 
     </meta>
 
     </meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/condition-partOf">
 
        <valueReference>
 
            <reference value="[[reference to the delivery procedure | Procedure/wouden-bevalling1]]" />
 
        </valueReference>
 
    </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 ]]
 +
    [[# category is optional, only when known ]]
 +
    <category>
 +
        <coding>
 +
            <system value="[[system | 2.16.840.1.113883.2.4.4.13]]" />
 +
            <code value="[[code | ProblematiekKind]]" />
 +
            <display value="[[display | Problematiek kind]]" />
 +
        </coding>
 +
    </category>
 +
  [[/ category ]]
 
     <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, to be taken from the relevant valuesets in ART-DECOR | 47821001"/>  
+
             <code value="[[code, to be taken from the relevant valuesets in ART-DECOR | 56110009"/>  
             <display value="[[display | Postpartum hemorrhage (disorder)]]"/>  
+
             <display value="[[display | Birth trauma of fetus (disorder)]]"/>  
 
         </coding>  
 
         </coding>  
 
     </code>  
 
     </code>  
 
     <subject>
 
     <subject>
         <reference value="[[reference to the Woman Patient | Patient/XXX-VDWOUDEN" />
+
         <reference value="[[reference to the Child Patient | Patient/XXX-KIND1VDWOUDEN" />
         <display value="[[display of reference | Patient van der Wouden]]" />
+
         <display value="[[display of reference | Kind 1 van der Wouden]]" />
 
     </subject>
 
     </subject>
 
     <context>
 
     <context>

Versie van 20 aug 2020 11:34

bc-DisorderOfChild

This is a generic profile for child conditions.

Each bc-DisorderOfChild must have:

  • a code, specifying the condition
  • a subject, the child patient

Profile

The entire profile can be found at: bc-DisorderPostPartum

Pattern

This is a pattern for child Conditions in Birthcare. Note that the meta.profile element should preferably include bc-DisorderOfChild. Again, this may be the case for BGZ.

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

[Legend]

XML fragment

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

<Condition xmlns="http://hl7.org/fhir">
    <id value="[[a unique id]]"/>
    <meta>
        <profile value="http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild"/>
    </meta>
    [[# clinicalStatus is optional, only when known ]]
    <clinicalStatus value="[[active | recurrence | inactive | remission | resolved]]"/> 
    [[/ clinicalStatus ]]
    [[# category is optional, only when known ]]
    <category>
        <coding>
            <system value="[[system | 2.16.840.1.113883.2.4.4.13]]" />
            <code value="[[code | ProblematiekKind]]" />
            <display value="[[display | Problematiek kind]]" />
        </coding>
    </category>
   [[/ category ]]
    <code>
        <coding> 
            <system value="[[system, preferably from | http://snomed.info/sct]]"/> 
            <code value="[[code, to be taken from the relevant valuesets in ART-DECOR | 56110009"/> 
            <display value="[[display | Birth trauma of fetus (disorder)]]"/> 
        </coding> 
    </code> 
    <subject>
        <reference value="[[reference to the Child Patient | Patient/XXX-KIND1VDWOUDEN" />
        <display value="[[display of reference | Kind 1 van der Wouden]]" />
    </subject>
    <context>
        <reference value="[[reference to the EpisodeOfCare | EpisodeOfCare/wouden-dossier-zwanger1]]"/>
    </context>
</Condition>