STU 3 Ballot

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Procedure-example-biopsy.xml

Raw XML (canonical form)

Example of a Biopsy (id = "biopsy")

<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>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.