View raw Markdown
type: exampleresource: Consentexample: consent-example-OrgToOrg

Consent Example: consent-example-OrgToOrg

Narrative

The default policy is one of default block but allows organization Burgers University Medical Center to share data with organization Blijdorp Medisch Centrum (BUMC)

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<Consent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns="http://hl7.org/fhir"
  xmlns:xhtml="http://www.w3.org/1999/xhtml" xsi:schemaLocation="http://hl7.org/fhir ../../schema/consent.xsd">
  <id value="consent-example-OrgToOrg"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>The default policy is one of default block but allows organization Burgers University Medical Center to share data with organization Blijdorp Medisch Centrum (BUMC)	</p>
    </div>
  </text>
  <status value="active"/>
  <category>
    <coding>
      <system value="http://loinc.org"/>
      <code value="64292-6"/>
    </coding>
  </category>
  <subject>
    <reference value="Patient/f001"/>
    <display value="P. van de Heuvel"/>
  </subject>
  <date value="2021-11-11"/>
  <controller>
    <reference value="Organization/f001"/>
  </controller>
  <sourceAttachment>
    <title value="The terms of the consent in lawyer speak."/>
    <!-- likely use url pointer to common text -->
  </sourceAttachment>
  <!-- this is base deny - e.g. everything blocked unless otherwise stated -->
  <regulatoryBasis>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="INFA"/>
    </coding>
  </regulatoryBasis>
  <decision value="deny"/>
  <provision>
    <actor>
      <!-- This allows the organziation to be the Information Recipient, not just a member of the organization -->
      <role>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
          <code value="IRCP"/>
        </coding>
      </role>
      <reference>
        <reference value="Organization/f203"/>
      </reference>
    </actor>
    <action>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/consentaction" />
        <code value="disclose" />
      </coding>
    </action>
  </provision>

</Consent>