Gebz:FHIR bc-DisorderOfChild
Versie door Lilian Minne (overleg | bijdragen) op 20 aug 2020 om 11:29 (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...')
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>
<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 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 | 47821001"/>
<display value="[[display | Postpartum hemorrhage (disorder)]]"/>
</coding>
</code>
<subject>
<reference value="[[reference to the Woman 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>