HL7 FHIR Implementation Guide: Data Access Policies
1.0.0-current - International flag

HL7 FHIR Implementation Guide: Data Access Policies, published by HL7 International / Security. This guide is not an authorized publication; it is the continuous build for version 1.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/data-access-policies/ and changes regularly. See the Directory of published versions

:

Raw xml | Download


<Permission xmlns="http://hl7.org/fhir">
  <id value="example-vhdir"/>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><p class="res-header-id"><b>Generated Narrative: Permission example-vhdir</b></p><a name="example-vhdir"> </a><a name="hcexample-vhdir"> </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">Language: en</p></div><p><b>status</b>: Active</p><p><b>date</b>: 2022-08-04</p><p><b>combining</b>: Deny-overrides</p><blockquote><p><b>rule</b></p><p><b>type</b>: Permit</p><h3>Data</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Security</b></td></tr><tr><td style="display: none">*</td><td>example.org: WSHELTER (WSHELTER)</td></tr></table><blockquote><p><b>activity</b></p><h3>Actors</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Reference</b></td></tr><tr><td style="display: none">*</td><td><a href="http://example.com/R4/fhir/CareTeam/example">http://example.com/R4/fhir/CareTeam/example</a></td></tr></table><p><b>action</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/consentaction access}">Access</span></p><p><b>purpose</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActReason HOPERAT}">healthcare operations</span></p></blockquote></blockquote></div>
  </text>
  <status value="active"/>
  <date value="2022-08-04"/>
  <combining value="deny-overrides"/>
  <rule>
    <type value="permit"/>
    <data>
      <security>
        <system value="https://example.org"/>
        <code value="WSHELTER"/>
      </security>
    </data>
    <activity>
      <actor>
        <reference>
          <reference value="http://example.com/R4/fhir/CareTeam/example"/>
        </reference>
      </actor>
      <action>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/consentaction"/>
          <code value="access"/>
        </coding>
      </action>
      <purpose>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
          <code value="HOPERAT"/>
        </coding>
      </purpose>
    </activity>
  </rule>
</Permission>