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

Consent Example: consent-example-provider

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<Consent xmlns="http://hl7.org/fhir">
  <id value="restrict"/>
  <meta>
    <profile value="http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-restriction"/>
  </meta>
  <status value="active"/>

  <category>
    <text value="conditional release (per DUA)"/>
  </category>
  <date value="2017-12-18"/>
  <sourceAttachment>
    <uri value="http://example.org/federal/policy#womans-shelter"/>
  </sourceAttachment>
  <decision value="deny"/>
  <provision>
    <actor>
      <role>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
          <code value="IRCP"/>
          <display value="information recipient"/>
        </coding>
      </role>
      <reference>
        <display value="Blue Team @ The W shelter (CareTeam)"/>
      </reference>
    </actor>
    <action>
      <text value="specific value"/>
    </action>
    <securityLabel>
      <display value="womens-abuse-councellors"/>
    </securityLabel>
    <purpose>
      <display value="Women's Shelter"/>
    </purpose>
  </provision>
</Consent>