HL7 FHIR Implementation Guide: Rwanda HIV
0.1.0 - ci-build International flag

HL7 FHIR Implementation Guide: Rwanda HIV, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/Rwanda-HIV/ and changes regularly. See the Directory of published versions

: Receive SMS Messages Consent - XML Representation

Raw xml | Download


<Consent xmlns="http://hl7.org/fhir">
  <id value="ReceiveSMSMessagesExample"/>
  <meta>
    <profile
             value="http://moh.gov.rw/fhir/StructureDefinition/receive-sms-messages"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Consent ReceiveSMSMessagesExample</b></p><a name="ReceiveSMSMessagesExample"> </a><a name="hcReceiveSMSMessagesExample"> </a><a name="ReceiveSMSMessagesExample-en-US"> </a><p><b>status</b>: Active</p><p><b>category</b>: <span title="Codes:{http://loinc.org 89057-4}">Patient consent for SMS messages</span></p><p><b>subject</b>: <a href="Patient-HIVPatientExample.html">Jane Maria Smith (official) Female, DoB: 1990-12-12</a></p><p><b>decision</b>: Permit</p></div>
  </text>
  <status value="active"/>
  <category>
    <coding>
      <system value="http://loinc.org"/>
      <code value="89057-4"/>
      <display value="Permission to receive text messages"/>
    </coding>
    <text value="Patient consent for SMS messages"/>
  </category>
  <subject>🔗 
    <reference value="Patient/HIVPatientExample"/>
  </subject>
  <decision value="permit"/>
</Consent>