This page is part of the FHIR Specification (v0.11: DSTU 1 Ballot 3). 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

 

Real-world procedure example (id = "f201")

Raw XML

<Procedure xmlns="http://hl7.org/fhir">
  <subject>
    <!--  It entails Roel's TPF treatment  -->
    <type value="Patient"/>
    <reference value="patient/@f201"/>
    <display value="Roel"/>
  </subject>
  <type>
    <!--  The procedure is TPF-based chemotherapy  -->
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="367336001"/>
      <display value="Chemotherapy"/>
    </coding>
  </type>
  <bodySite>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="272676008"/>
      <display value="Sphenoid bone"/>
    </coding>
  </bodySite>
  <indication value="diagnosticreport/@f201"/>
  <!--  TODO Why can't this be Resource (any) AND String?  -->
  <performer>
    <person>
      <type value="Practitioner"/>
      <reference value="practitioner/@f201"/>
      <display value="Dokter Bronsig"/>
    </person>
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="310512001"/>
        <display value="Medical oncologist"/>
      </coding>
    </role>
  </performer>
  <date>
    <start value="2013-01-28T13:31:00+01:00"/>
    <end value="2013-01-28T14:27:00+01:00"/>
  </date>
  <encounter>
    <type value="Encounter"/>
    <reference value="encounter/@f202"/>
    <display value="Roel's encounter on January 28th, 2013"/>
  </encounter>
  <!--  No outcomes, reports, complications or follow-ups were available  -->
  <notes value="Eerste neo-adjuvante TPF-kuur bij groot proces in sphenoid met intracraniale uitbreiding."/>
</Procedure>