C-CDA on FHIR
1.2.0 - STU 1 United States of America flag

C-CDA on FHIR, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 1.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ccda-on-fhir/ and changes regularly. See the Directory of published versions

: Consent Example Basic - XML Representation

Raw xml | Download



<Consent xmlns="http://hl7.org/fhir">
  <id value="consent-example-basic"/>
  <meta>
    <versionId value="7"/>
    <lastUpdated value="2020-08-13T00:30:34.762+00:00"/>
    <source value="#OBOGLY1IcS3QsGrB"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Consent</b><a name="consent-example-basic"> </a><a name="hcconsent-example-basic"> </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;consent-example-basic&quot; Version &quot;7&quot; Updated &quot;2020-08-13 00:30:34+0000&quot; </p><p style="margin-bottom: 0px">Information Source: #OBOGLY1IcS3QsGrB!</p></div><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.3.0/CodeSystem-consentscope.html">Consent Scope Codes</a>#patient-privacy)</span></p><p><b>category</b>: Consent <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-example.html">Patient/example</a> &quot; NOELLE&quot;</p><p><b>dateTime</b>: 2016-05-11</p><p><b>organization</b>: <a href="Organization-organization-2.html">Organization/organization-2</a> &quot;Acme Clinic&quot;</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.3.0/CodeSystem-v3-ActCode.html">ActCode</a>#OPTIN)</span></p><h3>Provisions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Period</b></td></tr><tr><td style="display: none">*</td><td>1964-01-01 --&gt; 2020-01-01</td></tr></table></div>
  </text>
  <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"/>
    </coding>
  </category>
  <patient>🔗 
    <reference value="Patient/example"/>
  </patient>
  <dateTime value="2016-05-11"/>
  <organization>🔗 
    <reference value="Organization/organization-2"/>
  </organization>
  <sourceAttachment>
    <url
         value="http://example.org/not-a-real-consent-just-an-example-url.pdf"/>
    <title value="The terms of the consent in lawyer speak."/>
  </sourceAttachment>
  <policyRule>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="OPTIN"/>
    </coding>
  </policyRule>
  <provision>
    <period>
      <start value="1964-01-01"/>
      <end value="2020-01-01"/>
    </period>
  </provision>
</Consent>