FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Permission/example-composite (XML)

Security Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw XML (canonical form + also see XML Format Specification)

Example of a Composite Permission that Imports Another Permission (id = "example-composite")

<?xml version="1.0" encoding="UTF-8"?>

<Permission xmlns="http://hl7.org/fhir">
  <id value="example-composite"/> 
  <status value="active"/> 
  <asserter> 
    <reference value="Organization/f203"/> 
  </asserter> 
  <date value="2018-12-24"/> 
  <combining value="permit-overrides"/> 
  <rule> 
    <import> 
      <reference value="Permission/example-base"/> 
    </import> 
  </rule> 
  <rule> 
    <type value="permit"/> 
    <data> 
      <security> 
        <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/> 
        <code value="SUD"/> 
      </security> 
    </data> 
    <activity> 
      <actor> 
        <reference> 
          <reference value="Organization/f203"/> 
        </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="TREAT"/> 
        </coding> 
      </purpose> 
    </activity> 
  </rule> 
</Permission> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.