This
page
is
part
of
the
FHIR
Specification
(v0.0.82:
DSTU
1).
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
Example of a Biopsy (id = "biopsy")
<Procedure xmlns="http://hl7.org/fhir"> <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> <type> <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"/> </type> <bodySite> <coding> <system value="http://snomed.info/sct"/> <code value="368225008"/> <display value="Entire Left Forearm"/> </coding> <text value="Left forearm"/> </bodySite> <indication> <text value="Dark lesion l) forearm. getting darker last 3 months."/> </indication> <performer> <person> <reference value="Practitioner/example"/> <display value="Dr Bert Biopser"/> </person> </performer> <date> <start value="2014-02-03"/> </date> <followUp value="Review in clinic"/> <notes value="Standard Biopsy"/> </Procedure>