This page is part of the C-CDA on FHIR Implementation Guide (v1.1.0: STU 1.1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
<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</b></p><h3>Ids</h3><table class="grid"><tr><td>-</td></tr><tr><td>*</td></tr></table><h3>Meta</h3><table class="grid"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>status</b>: active</p><p><b>scope</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/consentscope patient-privacy}">Privacy Consent</span></p><p><b>category</b>: <span title="Codes: {http://loinc.org 59284-0}">Consent Document</span></p><p><b>patient</b>: <a href="Patient-example.html">Generated Summary: Medical Record Number: 900 (USUAL); active; Paticia Noelle ; Phone: 555-555-2003, Patricia.Noelle@example.com; gender: female; birthDate: 1954-10-17</a></p><p><b>dateTime</b>: 2016-05-11</p><p><b>organization</b>: <a href="Organization-organization-2.html">Generated Summary: id: 1144221847; active; <span title="Codes: {http://terminology.hl7.org/CodeSystem/organization-type prov}">Healthcare Provider</span>; name: Acme Clinic; Phone: (+1) 734-677-7777, hq@acme.org</a></p><p><b>source</b>: </p><p><b>policyRule</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/v3-ActCode OPTIN}">opt-in</span></p><h3>Provisions</h3><table class="grid"><tr><td>-</td><td><b>Period</b></td></tr><tr><td>*</td><td>1964-01-01 --> 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>