Note: This specification was originally titled "Digital Medicines (DigiMeds)" and maintained by the PODAC Programme.
How to populate Plan and requested actions
The Composition.section
element is used to convey both HTML and where necessary, references to structrued FHIR elements contained within the payload.
More information can be found on:
The FHIR snippets below provides an example of how to populate any plan or requested actions.
Note: HTML must be sent as part of the payload. A FHIR resource is not expected.
FHIR snippet (HTML)
<section> <title value="Plan and requested actions" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="887201000000105" /> <display value="Plan and requested actions" /> </coding> </code> <text> <status value="generated" /> <div xmlns="http://www.w3.org/1999/xhtml"> <table width="100%"> <tbody> <tr> <th>Plan and requested actions</th> <td>GP to review medications and speak to Patient regarding electronic repeat dispensing</td> </tr> </tbody> </table> </div> </text> </section>
Example HTML render
Plan and requested actions
Plan and requested actions | GP to review medications and speak to Patient regarding electronic repeat dispensing |
---|