Sha256: 41a6dacd31bc16cc4ffbca7023e8cf0b8b6b14119a54538654100316439df487

Contents?: true

Size: 1.2 KB

Versions: 7

Compression:

Stored size: 1.2 KB

Contents

<?xml version="1.0" encoding="UTF-8"?><Procedure xmlns="http://hl7.org/fhir">
  <id value="biopsy"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Biopsy of suspected melanoma L) arm</div>
  </text>
  <subject>
    <reference value="Patient/example"/>
  </subject>
  <status value="completed"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="90105005"/>
      <display value="Biopsy of soft tissue of forearm (Procedure)"/>
    </coding>
    <text value="Biopsy of suspected melanoma L) arm"/>
  </code>
  <bodySite>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="368225008"/>
        <display value="Entire Left Forearm"/>
      </coding>
      <text value="Left forearm"/>
  </bodySite>
  <reasonCode>
    <text value="Dark lesion l) forearm. getting darker last 3 months."/>
  </reasonCode>
  <performer>
    <actor>
      <reference value="Practitioner/example"/>
      <display value="Dr Bert Biopser"/>
    </actor>
  </performer>
  <performedDateTime value="2014-02-03"/>
  <followUp>
    <text value="Review in clinic"/>
  </followUp>
  <notes>
    <text value="Standard Biopsy"/>
  </notes> 
</Procedure>

Version data entries

7 entries across 7 versions & 1 rubygems

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