FHIR CI-Build

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

Example Flag/provider-unavailable (XML)

Patient Care Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Patient, Practitioner

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

Jump past Narrative

Provider Unavailable (id = "provider-unavailable")

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

<Flag xmlns="http://hl7.org/fhir">
  <id value="provider-unavailable"/> 
  <text> 
    <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml">Dr. Adam Careful is unavailable for referrals from 10/1/2023 to 11/30/2023</div> 
  </text> 
  <identifier> 
    <value value="provider-unavailable-2024"/> 
  </identifier> 
  <status value="inactive"/> 
  <category> 
    <coding> 
      <system value="http://terminology.hl7.org/CodeSystem/flag-category"/> 
      <code value="admin"/> 
      <display value="Administrative"/> 
    </coding> 
    <text value="Administrative"/> 
  </category> 
  <code> 
    <coding> 
      <system value="http://example.org/local"/> 
      <code value="unavailable"/> 
      <display value="Unavailable for Referrals"/> 
    </coding> 
    <text value="Dr. Adam Careful is unavailable for referrals from 10/1/2023 to 11/30/2023"/> 
  </code> 
  <subject> 
    <reference value="Practitioner/example"/> 
    <display value="Dr. Adam Careful"/> 
  </subject> 
  <period> 
    <start value="2023-09-12"/> 
    <end value="2023-11-30"/> 
  </period> 
  <author> 
    <reference value="Organization/example"/> 
    <display value="ACME Health"/> 
  </author> 
</Flag> 

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.