Sha256: 45f4f56489efe5cdda17bc53a9f44b39f783c8275fb8656d3694c4d772ac7adf

Contents?: true

Size: 1.11 KB

Versions: 7

Compression:

Stored size: 1.11 KB

Contents

<?xml version="1.0" encoding="UTF-8"?><Schedule xmlns="http://hl7.org/fhir">
  <id value="example"/>
	<text>
		<status value="generated"/>
		<div xmlns="http://www.w3.org/1999/xhtml">
      Burgers UMC, South Wing, second floor Physiotherapy Schedule
    </div>
	</text>
	<identifier>
		<use value="usual"/>
		<system value="http://example.org/scheduleid"/>
		<value value="45"/>
	</identifier>
  <active value="true"/>
	<serviceCategory>
		<coding>
			<code value="17"/>
			<display value="General Practice"/>
		</coding>
	</serviceCategory>
	<serviceType>
		<coding>
			<code value="57"/>
			<display value="Immunisation"/>
		</coding>
	</serviceType>
	<specialty>
		<coding>
			<code value="408480009"/>
			<display value="Clinical immunology"/>
		</coding>
	</specialty>
	<actor>
		<reference value="Location/1"/>
		<display value="Burgers UMC, South Wing, second floor"/>
	</actor>
	<planningHorizon>
		<start value="2013-12-25T09:15:00Z"/>
		<end value="2013-12-25T09:30:00Z"/>
	</planningHorizon>
	<comment value="The slots attached to this schedule should be specialized to cover immunizations within the clinic"/>
</Schedule>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fhir_models-1.6.8 lib/fhir_models/examples/xml/schedule-example.xml
fhir_models-1.6.7 lib/fhir_models/examples/xml/schedule-example.xml
fhir_models-1.6.6 lib/fhir_models/examples/xml/schedule-example.xml
fhir_models-1.6.4 lib/fhir_models/examples/xml/schedule-example.xml
fhir_models-1.6.3 examples/xml/schedule-example.xml
fhir_models-1.6.2 examples/xml/schedule-example.xml
fhir_models-1.6.1 examples/xml/schedule-example.xml