Fujitsu Healthy Living Implementation Guide
1.1.29 - release

Publication Build: This will be filled in by the publication tooling

: ConsentExample - XML Representation

Raw xml | Download



<Consent xmlns="http://hl7.org/fhir">
  <id value="c001"/>
  <meta>
    <profile
             value="http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-consent"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Consent</b><a name="c001"> </a><a name="hcc001"> </a></p><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">Resource Consent &quot;c001&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-fujitsu-consent.html">Fujitsu Consent Profile</a></p></div><p><b>status</b>: active</p><p><b>scope</b>: Privacy Consent <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-consentscope.html">Consent Scope Codes</a>#patient-privacy)</span></p><p><b>category</b>: information access <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html">ActCode</a>#INFA)</span></p><p><b>patient</b>: <a href="Patient-p001.html">Patient/p001</a> &quot; 健康&quot;</p><p><b>dateTime</b>: 2021-10-01</p><p><b>performer</b>: <a href="Patient-p001.html">Patient/p001</a> &quot; 健康&quot;</p><p><b>organization</b>: <a href="Organization-o001.html">Organization/o001</a> &quot;サンプル病院&quot;</p><p><b>source</b>: <a href="DocumentReference-d001.html">DocumentReference/d001</a></p><p><b>policyRule</b>: opt-in <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html">ActCode</a>#OPTIN)</span></p><blockquote><p><b>provision</b></p><p><b>type</b>: permit</p><p><b>period</b>: 2022-12-16 --&gt; (ongoing)</p><h3>Actors</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Role</b></td><td><b>Reference</b></td></tr><tr><td style="display: none">*</td><td>information recipient <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-v3-ParticipationType.html">ParticipationType</a>#IRCP)</span></td><td><a href="Organization-o001.html">Organization/o001</a> &quot;サンプル病院&quot;</td></tr></table><p><b>action</b>: Use <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.5.0/CodeSystem-consentaction.html">Consent Action Codes</a>#use)</span></p></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="INFA"/>
      <display value="information access"/>
    </coding>
  </category>
  <patient>🔗 
    <reference value="Patient/p001"/>
  </patient>
  <dateTime value="2021-10-01"/>
  <performer>🔗 
    <reference value="Patient/p001"/>
  </performer>
  <organization>🔗 
    <reference value="Organization/o001"/>
  </organization>
  <sourceReference>🔗 
    <reference value="DocumentReference/d001"/>
  </sourceReference>
  <policyRule>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="OPTIN"/>
    </coding>
  </policyRule>
  <provision>
    <type value="permit"/>
    <period>
      <start value="2022-12-16"/>
    </period>
    <actor>
      <role>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
          <code value="IRCP"/>
          <display value="information recipient"/>
        </coding>
      </role>
      <reference>🔗 
        <reference value="Organization/o001"/>
      </reference>
    </actor>
    <action>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/consentaction"/>
        <code value="use"/>
        <display value="Use"/>
      </coding>
    </action>
  </provision>
</Consent>