Health Care Surveys Reporting
2.0.0-ballot - STU 2 - Ballot United States of America flag

Health Care Surveys Reporting, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-health-care-surveys-reporting-ig/ and changes regularly. See the Directory of published versions

: Procedure Example - XML Representation

Page standards status: Informative

Raw xml | Download


<Procedure xmlns="http://hl7.org/fhir">
  <id value="procedure-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure|6.1.0"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Procedure procedure-example</b></p><a name="procedure-example"> </a><a name="hcprocedure-example"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-procedure.html">US Core Procedure Profileversion: null6.1.0)</a></p></div><p><b>status</b>: Completed</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 80146002}">Appendectomy</span></p><p><b>subject</b>: <a href="Patient-patient-ledner.html">Dominique369 Ledner144  Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))</a></p><p><b>performed</b>: 1995-06-12</p><p><b>recorder</b>: <a href="Practitioner-practitioner-1.html">Practitioner Joseph P Nichols (official)</a></p><p><b>asserter</b>: <a href="Patient-patient-ledner.html">Dominique369 Ledner144  Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))</a></p><p><b>location</b>: <a href="Location-location-example.html">Location General Hospital - Main Campus</a></p></div>
  </text>
  <status value="completed"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="80146002"/>
      <display value="Appendectomy"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/patient-ledner"/>
  </subject>
  <performedDateTime value="1995-06-12"/>
  <recorder>🔗 
    <reference value="Practitioner/practitioner-1"/>
  </recorder>
  <asserter>🔗 
    <reference value="Patient/patient-ledner"/>
  </asserter>
  <location>🔗 
    <reference value="Location/location-example"/>
  </location>
</Procedure>