Gebz:FHIR bc-DisorderOfChild: verschil tussen versies

Uit informatiestandaarden
Ga naar: navigatie, zoeken
(Profile)
(Label: Nieuwe doorverwijzing)
 
Regel 1: Regel 1:
=bc-DisorderOfChild=
+
#DOORVERWIJZING [[Gebz:V1.3 FHIR IG 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:
 
[https://simplifier.net/geboortezorg-stu3/bc-DisorderOfChild bc-DisorderOfChild]
 
 
 
==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.
 
 
 
[[https://informatiestandaarden.nictiz.nl/wiki/Gebz:FHIR_Guidelines#Pattern_legend Legend]]
 
 
 
===XML fragment===
 
This is a recipe for postpartum disorders in Birthcare. Note that the meta.profile element should preferably be bc-DisorderOfChild.
 
 
 
<syntaxhighlight lang="xml" heading="XML fragment">
 
<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 ]]
 
    <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>
 
</syntaxhighlight>
 
 
 
==Valuation table==
 
{{#lst:Gebz:V2.3_FHIR_mapping_addendum|bc-DisorderOfChild }}
 

Huidige versie van 16 okt 2023 om 16:11