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/openhie/Rwanda-HIV/ and changes regularly. See the Directory of published versions

: Receive SMS Messages Consent - JSON Representation

Raw json | Download

{
  "resourceType" : "Consent",
  "id" : "ReceiveSMSMessagesExample",
  "meta" : {
    "profile" : [
      🔗 "http://moh.gov.rw/fhir/StructureDefinition/receive-sms-messages"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "89057-4",
          "display" : "Permission to receive text messages"
        }
      ],
      "text" : "Patient consent for SMS messages"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/HIVPatientExample"
  },
  "decision" : "permit"
}