Sha256: 954ea099059131a7dcd57015796f9f4129caf8aeba24388ba2b36fca52d558f0

Contents?: true

Size: 1.59 KB

Versions: 10

Compression:

Stored size: 1.59 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<Procedure xmlns="http://hl7.org/fhir">
  <id value="ambulation"/>
  <meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
      <display value="test health data"/>
    </security>
  </meta>
  
  <identifier>
       <value value="12345"/>
  </identifier>
  <instantiatesUri value="http://example.org/protocol-for-hypertension-during-pregnancy"/>
  
  <basedOn>
    <reference value="CarePlan/preg"/>
    <display value="Maternity care plan"/>
  </basedOn>

  <status value="not-done"/>
 
  <statusReason>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="398254007"/>
      <display value="  Pre-eclampsia (disorder)"/>
    </coding>
    <text value="Pre-eclampsia"/>
  </statusReason>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="62013009"/>
      <display value="Ambulating patient (procedure)"/>
    </coding>
    <text value="Ambulation"/>
  </code>
  <subject>
    <reference value="Patient/example"/>
  </subject>
  <performer>
	<actor>
		<reference value="Practitioner/f204"/>
		<display value="Carla Espinosa"/>
	</actor>
	<onBehalfOf>
		<reference value="Organization/f001"/>
		<display value="University Medical Hospital"/>
	</onBehalfOf>
  </performer>
  <location>
    <reference value="Location/1"/>
	<display value="Burgers University Medical Center, South Wing, second floor"/>
  </location>
  <reasonReference>
		<reference value="Observation/blood-pressure"/>
		<display value="Blood Pressure"/>
  </reasonReference>
</Procedure>

Version data entries

10 entries across 10 versions & 1 rubygems

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