0.2.2 - ci-build

FastAccessControl, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.2.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/awatson1978/fhir-access-control-ig/ and changes regularly. See the Directory of published versions

: ConsentPatientOwner - XML Representation

Raw xml | Download



<Consent xmlns="http://hl7.org/fhir">
  <id value="ConsentPatientOwner"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2022-09-19T00:02:41.128Z"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Consent ConsentPatientOwner</b></p><a name="ConsentPatientOwner"> </a><a name="hcConsentPatientOwner"> </a><a name="ConsentPatientOwner-en-US"> </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">version: 1; Last updated: 2022-09-19 00:02:41+0000</p></div><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://terminology.hl7.org/CodeSystem/v3-ActCode IDSCL}">information disclosure</span></p><p><b>dateTime</b>: 2022-09-18 00:00:00+0000</p><h3>Policies</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Uri</b></td></tr><tr><td style="display: none">*</td><td><a href="https://docs.google.com/document/d/10Y-rEtVQiTWTy7tU-Slw5urAv5RVN38DwSGMVz84Phg/edit?usp=sharing">https://docs.google.com/document/d/10Y-rEtVQiTWTy7tU-Slw5urAv5RVN38DwSGMVz84Phg/edit?usp=sharing</a></td></tr></table><blockquote><p><b>provision</b></p><p><b>type</b>: Opt Out</p><blockquote><p><b>provision</b></p></blockquote></blockquote></div>
  </text>
  <status value="active"/>
  <scope>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/consentscope"/>
      <code value="patient-privacy"/>
      <display value="Privacy Consent"/>
    </coding>
  </scope>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="IDSCL"/>
      <display value="information disclosure"/>
    </coding>
  </category>
  <dateTime value="2022-09-18T00:00:00.000Z"/>
  <policy>
    <uri
         value="https://docs.google.com/document/d/10Y-rEtVQiTWTy7tU-Slw5urAv5RVN38DwSGMVz84Phg/edit?usp=sharing"/>
  </policy>
  <provision>
    <type value="deny"/>
    <provision>
      <type value="permit"/>
      <actor>
        <role>
          <coding>
            <system
                    value="http://terminology.hl7.org/CodeSystem/v3-RoleClass"/>
            <code value="PAT"/>
            <display value="patient"/>
          </coding>
        </role>
        <reference>
          <reference value="PatientRole"/>
        </reference>
      </actor>
      <action>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/consentaction"/>
          <code value="access"/>
          <display value="Access"/>
        </coding>
      </action>
      <securityLabel>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
        <code value="N"/>
        <display value="normal"/>
      </securityLabel>
      <class>
        <code value="Patient"/>
        <display value="Patient"/>
      </class>
    </provision>
  </provision>
</Consent>