Sha256: 5119ca8a81c4b078d61dd7d05666d2eb8b6a76c3909576740f390a58baf94219

Contents?: true

Size: 1.74 KB

Versions: 10

Compression:

Stored size: 1.74 KB

Contents

<?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"/> 
	<meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
      <display value="test health data"/>
    </security>
  </meta>
  
	<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>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/xml/task-example-fm-status-resp.xml
fhir_models-4.2.2 lib/fhir_models/examples/xml/task-example-fm-status-resp.xml
fhir_models-4.2.1 lib/fhir_models/examples/xml/task-example-fm-status-resp.xml
fhir_models-4.2.0 lib/fhir_models/examples/xml/task-example-fm-status-resp.xml
fhir_models-4.1.2 lib/fhir_models/examples/xml/task-example-fm-status-resp.xml
fhir_models-4.1.1 lib/fhir_models/examples/xml/task-example-fm-status-resp.xml
fhir_models-4.1.0 lib/fhir_models/examples/xml/task-example-fm-status-resp.xml
fhir_models-4.0.2 lib/fhir_models/examples/xml/task-example-fm-status-resp.xml
fhir_models-4.0.1 lib/fhir_models/examples/xml/task-example-fm-status-resp.xml
fhir_models-4.0.0 lib/fhir_models/examples/xml/task-example-fm-status-resp.xml