Scalable Consent Management, published by HL7 International / Community Based Collaborative Care. 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/HL7/fhir-consent-management/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<DocumentReference xmlns="http://hl7.org/fhir">
<id value="DocumentReferenceExample"/>
<meta>
<profile
value="http://hl7.org/fhir/us/consent-management/StructureDefinition/FASTDocumentReference"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: DocumentReference DocumentReferenceExample</b></p><a name="DocumentReferenceExample"> </a><a name="hcDocumentReferenceExample"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-FASTDocumentReference.html">FASTDocumentReference</a></p></div><p><b>identifier</b>: <code>http://example.org</code>/1234567</p><p><b>status</b>: Current</p><p><b>type</b>: <span title="Codes:{http://loinc.org 64292-6}">Release of information consent Document</span></p><p><b>category</b>: <span title="Codes:{http://loinc.org 57016-8}">Privacy policy acknowledgment Document</span></p><p><b>subject</b>: Identifier: <code>http://example.org/mrn</code>/M1230041</p><p><b>date</b>: 2024-01-01 15:30:00+0000</p><p><b>author</b>: Identifier: <a href="http://terminology.hl7.org/5.3.0/NamingSystem-npi.html" title="National Provider Identifier">United States National Provider Identifier</a>/1234567893</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class="grid"><tr><td style="display: none">-</td><td><b>ContentType</b></td><td><b>Url</b></td></tr><tr><td style="display: none">*</td><td>application/pdf</td><td><a href="http://example.org/consentexample">http://example.org/consentexample</a></td></tr></table></blockquote></div>
</text>
<identifier>
<system value="http://example.org"/>
<value value="1234567"/>
</identifier>
<status value="current"/>
<type>
<coding>
<system value="http://loinc.org"/>
<code value="64292-6"/>
</coding>
</type>
<category>
<coding>
<system value="http://loinc.org"/>
<code value="57016-8"/>
</coding>
</category>
<subject>
<identifier>
<system value="http://example.org/mrn"/>
<value value="M1230041"/>
</identifier>
</subject>
<date value="2024-01-01T15:30:00Z"/>
<author>
<identifier>
<system value="http://hl7.org/fhir/sid/us-npi"/>
<value value="1234567893"/>
</identifier>
</author>
<content>
<attachment>
<contentType value="application/pdf"/>
<url value="http://example.org/consentexample"/>
</attachment>
</content>
</DocumentReference>