Specialty Medication Enrollment
2.1.0 - CI Build United States of America flag

Specialty Medication Enrollment, published by HL7 International - Pharmacy. This is not an authorized publication; it is the continuous build for version 2.1.0). This version is based on the current content of https://github.com/HL7/fhir-specialty-rx/ and changes regularly. See the Directory of published versions

: Specialty Rx Task - Consent 1 - XML Representation

Raw xml | Download



<Consent xmlns="http://hl7.org/fhir">
  <id value="specialty-rx-consent-1"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-consent"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Consent</b><a name="specialty-rx-consent-1"> </a></p><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px">Resource Consent &quot;specialty-rx-consent-1&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-specialty-rx-consent.html">Specialty Rx Consent</a></p></div><p><b>identifier</b>: id: tim-doe-signed-consent</p><p><b>status</b>: active</p><p><b>scope</b>: Privacy Consent <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-consentscope.html">Consent Scope Codes</a>#patient-privacy)</span></p><p><b>category</b>: Consent Document <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#59284-0)</span></p><p><b>patient</b>: <a href="Patient-specialty-rx-patient-1.html">Patient/specialty-rx-patient-1: Timothy Doe</a> &quot; DOE&quot;</p><p><b>dateTime</b>: 2021-12-01 16:34:28-0500</p><p><b>source</b>: </p><p><b>policyRule</b>: opt-in <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.0.0/CodeSystem-v3-ActCode.html">ActCode</a>#OPTIN)</span></p></div>
  </text>
  <identifier>
    <system value="http://www.example.org/ids"/>
    <value value="tim-doe-signed-consent"/>
  </identifier>
  <status value="active"/>
  <scope>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/consentscope"/>
      <code value="patient-privacy"/>
    </coding>
  </scope>
  <category>
    <coding>
      <system value="http://loinc.org"/>
      <code value="59284-0"/>
      <display value="Consent Document"/>
    </coding>
  </category>
  <patient>
    <reference value="Patient/specialty-rx-patient-1"/>
    <display value="Timothy Doe"/>
  </patient>
  <dateTime value="2021-12-01T16:34:28.000-05:00"/>
  <sourceAttachment>
    <contentType value="application/pdf"/>
    <data value="QSBzaWduZWQgY29uc2VudCBmb3JtIGluIGEgUERG"/>
  </sourceAttachment>
  <policyRule>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="OPTIN"/>
      <display value="opt-in"/>
    </coding>
  </policyRule>
</Consent>