Sha256: 30f409c09733de15837ce35530bdc1265b9c1026ce3c0b690b944a5955b6c707

Contents?: true

Size: 1.9 KB

Versions: 10

Compression:

Stored size: 1.9 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<Procedure xmlns="http://hl7.org/fhir">
  <id value="f002"/>
    <meta>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
      <code value="HTEST"/>
      <display value="test health data"/>
    </security>
  </meta>
  <status value="completed"/>
    <code>
        <coding>
            <system value="http://snomed.info/sct"/>
            <code value="359615001"/>
            <display value="Partial lobectomy of lung"/>
        </coding>
    </code>
	<subject>
        <reference value="Patient/f001"/>
        <display value="P. van de Heuvel"/>
    </subject>
	<encounter>
        <reference value="Encounter/f002"/>
    </encounter>
    <performedPeriod>
        <start value="2013-03-08T09:00:10+01:00"/>
        <end value="2013-03-08T09:30:10+01:00"/>
    </performedPeriod>
	<performer>
        <function>
            <coding>
                <system value="urn:oid:2.16.840.1.113883.2.4.15.111"/> <!--   "AssignedRoleType" coding system   -->
                <code value="01.000"/>
                <display value="Arts"/>
            </coding>
            <text value="Care role"/>
        </function>
		<actor>
            <reference value="Practitioner/f003"/>
            <display value="M.I.M. Versteegh"/>
        </actor>
    </performer>
	<reasonCode>
      <text value="Malignant tumor of lung"/>
    </reasonCode>
    <bodySite>
        
            <coding>
                <system value="http://snomed.info/sct"/>
                <code value="39607008"/>
                <display value="Lung structure"/>
            </coding>
        
    </bodySite>
    <outcome>
      <text value="improved blood circulation"/>
    </outcome>
    <report>
        <reference value="DiagnosticReport/f001"/>
        <display value="Lab results blood test"/>
    </report>
    <followUp>
      <text value="described in care plan"/>
    </followUp>
</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-f002-lung.xml
fhir_models-4.2.2 lib/fhir_models/examples/xml/procedure-example-f002-lung.xml
fhir_models-4.2.1 lib/fhir_models/examples/xml/procedure-example-f002-lung.xml
fhir_models-4.2.0 lib/fhir_models/examples/xml/procedure-example-f002-lung.xml
fhir_models-4.1.2 lib/fhir_models/examples/xml/procedure-example-f002-lung.xml
fhir_models-4.1.1 lib/fhir_models/examples/xml/procedure-example-f002-lung.xml
fhir_models-4.1.0 lib/fhir_models/examples/xml/procedure-example-f002-lung.xml
fhir_models-4.0.2 lib/fhir_models/examples/xml/procedure-example-f002-lung.xml
fhir_models-4.0.1 lib/fhir_models/examples/xml/procedure-example-f002-lung.xml
fhir_models-4.0.0 lib/fhir_models/examples/xml/procedure-example-f002-lung.xml