Release 5 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v5.0.0: R5 - STU ). This is the current published version in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). For a full list of available versions, see times).
See the Directory of published versions

Example Permission/example (XML)

Maturity Level : N/A
Responsible Owner: Security Work Group Standards Status : Informative Compartments : No defined compartments

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

Jump past Narrative

Example of permission (id = "example")

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



  
    
    
  
  
  

    
  

<Permission xmlns="http://hl7.org/fhir">
  <id value="example"/> 
  <status value="active"/> 
  <asserter> 
    <reference value="Organization/example"/> 
  </asserter> 
  <date value="2022-06-13"/> 
  <combining value="deny-unless-permit"/> 
  <rule> 
    <type value="permit"/> 
    <data> 
      <resource> 
        <meaning value="authoredby"/> 
        <reference> 
          <reference value="Practitioner/example"/> 
        </reference> 
      </resource> 
    </data> 
    <activity> 
      <purpose> 
        <coding> 
          <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/> 
          <code value="TREAT"/> 
        </coding> 
      </purpose> 
      <purpose> 
        <coding> 
          <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/> 
          <code value="HPAYMT"/> 
        </coding> 
      </purpose> 
      <purpose> 
        <coding> 
          <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/> 
          <code value="HOPERAT"/> 
        </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.