|
|
| (5 tussenliggende versies door 2 gebruikers niet weergegeven) |
| Regel 1: |
Regel 1: |
| − | =bc-DisorderPostPartum=
| + | #DOORVERWIJZING [[Gebz:V2.0 FHIR IG bc-DisorderPostPartum]] |
| − | This is a generic profile for post partum conditions.
| |
| − | | |
| − | Each bc-DisorderPostPartum must have:
| |
| − | * a code, specifying the condition
| |
| − | * a subject, the woman who gave birth
| |
| − | | |
| − | Each bc-DisorderPostPartum may have:
| |
| − | * a reference to the Delivery Procedure (using the part of extension). 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:
| |
| − | [https://simplifier.net/geboortezorg-stu3/bc-PostPartum bc-PostPartum]
| |
| − | | |
| − | ==Pattern==
| |
| − | This is a pattern for postpartum Conditions in Birthcare. Note that the meta.profile element should preferably include bc-DisorderPostPartum. Again, this may be the case for BGZ.
| |
| − | | |
| − | All FHIR instances which follow this pattern will be valid PostPartum 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-DisorderPostPartum.
| |
| − | | |
| − | <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-DisorderPostPartum"/>
| |
| − | </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 | 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>
| |
| − | </syntaxhighlight>
| |