Release 4B 5 Ballot

This page is part of the FHIR Specification (v4.3.0: R4B (v5.0.0-ballot: R5 Ballot - STU see ballot notes ). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

Task-example-fm-status-resp.xml

Example Task/fm-example6 (XML)

Orders and Observations Work Group Maturity Level : N/A Standards Status : Informative Compartments : Not linked to any defined compartments

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

Jump past Narrative

Example of the response to checking the processing status of a preauthorization (id = "fm-example6")

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

<Task xmlns="http://hl7.org/fhir">
  
   

  <!--     This is an example to demonstrate using task for actioning a claim status check
     -->
  <id value="fm-example6"/> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p> 
        <b>  Generated Narrative with Details</b> 
      </p> 
    </div> 
  </text> 
   
     
     
     
   
   
     
     
     
   
   
   
  

  <identifier> 
    <use value="official"/> 
    <system value="http:/happyvalley.com/task"/> 
    <value value="20181012-001"/> 
  </identifier> 
  <identifier> 
    <use value="official"/> 
    <system value="http://nationalinsurers.com/identifiers/12345"/> 
    <value value="123GB5674"/> 
  </identifier> 
  <status value="completed"/> 
  <intent value="order"/> 
  <priority value="stat"/> 
  <!--   real time request and response required   -->
  <!--     fictive code and description elements populated for this example      -->
   

  <code> 
    <coding> 
      <system value="http://terminology.hl7.org/CodeSystem/financialtaskcode"/> 
      <code value="status"/> 
    </coding> 
   
   

  </code> 
  <focus> 
    <identifier> 
      <system value="http://happyvalley.com/claim"/> 
      <value value="1500"/> 
    </identifier> 
   
   
   
   
     
     
   
   

  </focus> 
  <authoredOn value="2018-10-04T08:25:05+10:00"/> 
  <lastModified value="2018-10-04T08:25:05+10:00"/> 
  <requester> 
    <reference value="Organization/example"/> 
    <display value="Happy Valley Clinic"/> 
  </requester> 
  <owner> 
    <identifier> 
      <system value="http://nationalinsurers.com/identifiers"/> 
      <value value="12345"/> 
    </identifier> 
   

  </owner> 
  <output> 
    <type> 
      <coding> 
        <system value="http://hl7.org/financial-taskoutputtype"/> 
        

        <code value="status"/> 
        <!--   the processing status of the referenced resource   -->
      </coding> 
    </type> 
    <valueCode value="complete"/> 
  </output> 


</

Task

>



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.