STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 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

Procedure-example-qicore.xml

Raw XML (canonical form)

Example of QICore Procedure (id = "procedure-example-qicore")

<Procedure xmlns="http://hl7.org/fhir">
  <id value="procedure-example-qicore"/>
  <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: procedure-example-qicore</p><p><b>subject</b>: <a>Patient/example</a></p><p><b>status</b>: completed</p><p><b>code</b>: Appendectomy <span>(Details : {SNOMED CT code '80146002' = 'Appendicectomy', given as 'Appendectomy (Procedure)'})</span></p><p><b>bodySite</b>: Appendix structure <span>(Details : {SNOMED CT code '66754008' = 'Appendix structure (body structure)', given as
           'Appendix structure'})</span></p><p><b>reason</b>: On examination - abdominal pain - right iliac <span>(Details : {SNOMED CT code '163220003' = 'On examination - abdominal pain - right iliac
           (finding)', given as 'On examination - abdominal pain - right iliac'})</span></p><h3>Performers</h3><table><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a>Dr Cecil Surgeon</a></td></tr></table><p><b>performed</b>: 05/04/2013 9:20:00 AM --&gt; 05/04/2013 10:30:00 AM</p><p><b>encounter</b>: <a>Encounter/example</a></p></div></text><extension url="http://hl7.org/fhir/StructureDefinition/procedure-approachBodySite">
    <valueReference>
      <reference value="BodySite/example"/>
    </valueReference>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/procedure-incisionDateTime">
    <valueDateTime value="2013-04-05T09:30:00-04:00"/>
  </extension>
  <subject>
    <reference value="Patient/example"/>
  </subject>
  <status value="completed"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="80146002"/>
      <display value="Appendectomy (Procedure)"/>
    </coding>
    <text value="Appendectomy"/>
  </code>
  <bodySite>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="66754008"/>
        <display value="Appendix structure"/>
      </coding>
  </bodySite>
  <reasonCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="163220003"/>
      <display value="On examination - abdominal pain - right iliac"/>
    </coding>
  </reasonCodeableConcept>
  <performer>
    <actor>
      <reference value="Practitioner/example"/>
      <display value="Dr Cecil Surgeon"/>
    </actor>
  </performer>
  <performedPeriod>
    <start value="2013-04-05T09:20:00-04:00"/>
    <end value="2013-04-05T10:30:00-04:00"/>
  </performedPeriod>
  <encounter>
    <reference value="Encounter/example"/>
  </encounter>
</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.