Sha256: 99088ce8181632ffc787ee199084c36b3e726a1ee5d2f0440f9bcee5e3e78350

Contents?: true

Size: 1 KB

Versions: 10

Compression:

Stored size: 1 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<Goal xmlns="http://hl7.org/fhir">
	<id value="stop-smoking"/>
	<meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
      <display value="test health data"/>
    </security>
  </meta>
  
	<identifier>
		<value value="123"/>
	</identifier>
	<lifecycleStatus value="completed"/>
	<achievementStatus>
		<coding>
			<system value="http://terminology.hl7.org/CodeSystem/goal-achievement"/>
			<code value="achieved"/>
			<display value="Achieved"/>
		</coding>
		<text value="Achieved"/>
	</achievementStatus>
	<description>
    		<text value="Stop smoking"/>
	</description>
	<subject>
		<reference value="Patient/example"/>
		<display value="Peter James Chalmers"/>
	</subject>
	<startDate value="2015-04-05"/>
	<outcomeCode>
		<coding>
			<system value="http://snomed.info/sct"/>
			<code value="8517006"/>
			<display value="Ex-smoker (finding)"/>
		</coding>
		<text value="Former smoker"/>
	</outcomeCode>
</Goal>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fhir_models-4.3.0 lib/fhir_models/examples/xml/goal-example-stop-smoking.xml
fhir_models-4.2.2 lib/fhir_models/examples/xml/goal-example-stop-smoking.xml
fhir_models-4.2.1 lib/fhir_models/examples/xml/goal-example-stop-smoking.xml
fhir_models-4.2.0 lib/fhir_models/examples/xml/goal-example-stop-smoking.xml
fhir_models-4.1.2 lib/fhir_models/examples/xml/goal-example-stop-smoking.xml
fhir_models-4.1.1 lib/fhir_models/examples/xml/goal-example-stop-smoking.xml
fhir_models-4.1.0 lib/fhir_models/examples/xml/goal-example-stop-smoking.xml
fhir_models-4.0.2 lib/fhir_models/examples/xml/goal-example-stop-smoking.xml
fhir_models-4.0.1 lib/fhir_models/examples/xml/goal-example-stop-smoking.xml
fhir_models-4.0.0 lib/fhir_models/examples/xml/goal-example-stop-smoking.xml