Gebz:FHIR bc-DisorderOfChild: verschil tussen versies
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> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
[[# 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 | | + | <code value="[[code, to be taken from the relevant valuesets in ART-DECOR | 56110009"/> |
− | <display value="[[display | | + | <display value="[[display | Birth trauma of fetus (disorder)]]"/> |
</coding> | </coding> | ||
</code> | </code> | ||
<subject> | <subject> | ||
− | <reference value="[[reference to the | + | <reference value="[[reference to the Child Patient | Patient/XXX-KIND1VDWOUDEN" /> |
− | <display value="[[display of reference | | + | <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>