Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Procedure Example - XML Representation

Raw xml | Download



<Procedure xmlns="http://hl7.org/fhir">
  <id value="Example1"/>
  <meta>
    <versionId value="1921985388004730"/>
    <lastUpdated value="2020-11-26T04:51:41.000+05:30"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"/>
    <profile
             value="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-procedure-profile"/>
    <security>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
      <code value="N"/>
      <display value="Normal"/>
    </security>
    <security>
      <system
              value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/Location/TEST-002"/>
      <code value="Example1"/>
    </security>
    <tag>
      <system
              value="https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"/>
      <code value="Removed"/>
      <display value="Removed"/>
    </tag>
    <tag>
      <system
              value="https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"/>
      <code value="Pen"/>
      <display value="Pen"/>
    </tag>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <table width="100%">
                <caption>
                    <a href="Patient/Example1">Patient/Example1</a>
                </caption>
                <tbody>
                    <tr>
                        <td width="25%">
                            <span class="text-muted">Coronary artery stent (92980 CPT)</span>
                        </td>
                        <td width="8%">
                            <span class="text-muted">2020/11/26</span>
                        </td>
                    </tr>
                </tbody>
            </table>
        </div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="U"/>
        <display value="Unspecified Identifier"/>
      </coding>
      <text value="Unspecified Identifier"/>
    </type>
    <system
            value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/ORDERNUM/TEST-002"/>
    <value value="9-1"/>
  </identifier>
  <basedOn>🔗 
    <reference value="ServiceRequest/Example1"/>
  </basedOn>
  <status value="completed">
    <extension
               url="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode">
      <valueCoding>
        <system
                value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/procedurestatus"/>
        <code value="C"/>
        <display value="Complete"/>
      </valueCoding>
    </extension>
  </status>
  <code>
    <coding>
      <system value="http://www.ama-assn.org/go/cpt"/>
      <code value="92980"/>
    </coding>
    <text value="Coronary artery stent"/>
  </code>
  <subject>🔗 
    <reference value="Patient/Example1"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/Example1"/>
  </encounter>
  <performedDateTime value="2020-11-26T04:49:48+05:30"/>
  <performer>
    <actor>🔗 
      <reference value="Practitioner/Example1"/>
    </actor>
  </performer>
  <reasonReference>🔗 
    <reference value="Condition/Example1"/>
  </reasonReference>
  <note>
    <text value="
sample comments"/>
  </note>
</Procedure>