GP Connect - Emergency Supply of Medications (ITK3)

Part of the GP Connect product family
Note: This specification was originally titled "Digital Medicines (DigiMeds)" and maintained by the PODAC Programme.

How to populate Referral details

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="Referral Details" />
  <code>
    <coding>
      <system value="http://snomed.info/sct" />
      <code value="886721000000107" />
      <display value="Referral details" />
    </coding>
  </code>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <table width="100%">
        <tbody>
          <tr>
            <th>Referral details</th>
            <td>NHS 111</td>
          </tr>
        </tbody>
      </table>
    </div>
  </text>
</section>


Example HTML render

Plan and requested actions
Referral details NHS 111
back to top