Sha256: b4eca9933d059f24c2328aa07d6171fc13792903092226f9d696640a21866b17

Contents?: true

Size: 1.26 KB

Versions: 7

Compression:

Stored size: 1.26 KB

Contents

<?xml version="1.0" encoding="UTF-8"?><Goal xmlns="http://hl7.org/fhir">
	<id value="example"/>
	<text>
		<status value="additional"/>
		<div xmlns="http://www.w3.org/1999/xhtml">
			<p> A simple care goal for a patient to lose weight due to obesity.</p>
		</div>
	</text>
	<extension url="http://hl7.org/fhir/StructureDefinition/goal-target">
		<extension url="measure">
			<valueCodeableConcept>
				<coding>
					<system value="http://loinc.org"/>
					<code value="3141-9"/>
					<display value="Weight Measured"/>
				</coding>
			</valueCodeableConcept>
		</extension>
		<extension url="detail">
			<valueRange>
				<low>
					<value value="160"/>
					<unit value="lbs"/>
					<system value="http://unitsofmeasure.org"/>
					<code value="[lb_av]"/>
				</low>
				<high>
					<value value="180"/>
					<unit value="lbs"/>
					<system value="http://unitsofmeasure.org"/>
					<code value="[lb_av]"/>
				</high>
			</valueRange>
		</extension>
	</extension>
	<subject>
		<reference value="Patient/example"/>
		<display value="Peter James Chalmers"/>
	</subject>
	<description>
    <text value="Target weight is 160 to 180 lbs."/>
	</description>
	<status value="in-progress"/>
	<addresses>
		<reference value="Condition/12345"/>
		<display value="obesity"/>
	</addresses>
</Goal>

Version data entries

7 entries across 7 versions & 1 rubygems

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