Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Encounter Example for office visit - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="Example1"/>
  <meta>
    <lastUpdated value="2020-08-18T20:00:01.797-06:00"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"/>
    <profile
             value="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-encounter-profile"/>
    <security>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
      <code value="N"/>
      <display value="Normal"/>
    </security>
    <tag>
      <system
              value="https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"/>
      <code value="New"/>
      <display value="New"/>
    </tag>
    <tag>
      <system
              value="https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"/>
      <code value="Pen"/>
      <display value="Pen"/>
    </tag>
    <tag>
      <system
              value="https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"/>
      <code value="NewPen"/>
      <display value="New 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"/>
                        </td>
                        <td width="8%">
                            <span class="text-muted">2020/08/17</span>
                        </td>
                        <td width="25%"> -- 
                            <a href="Practitioner/Example1">Practitioner/Example1</a>
                            <span> 2020/08/18</span>
                        </td>
                    </tr>
                </tbody>
            </table>
        </div>
  </text>
  <extension
             url="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-encounter-extension-SUMMARY">
    <valueString value="Initial Visit"/>
  </extension>
  <extension
             url="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-encounter-extension-DESCRIPTION">
    <valueString value="Office Visit"/>
  </extension>
  <extension
             url="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-encounter-extension-AUTHENTICATOR">
    <valueReference>🔗 
      <reference value="Practitioner/Example1"/>
    </valueReference>
  </extension>
  <status value="finished">
    <extension
               url="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode">
      <valueCoding>
        <system
                value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/encounterstatus"/>
        <code value="S"/>
        <display value="Signed"/>
      </valueCoding>
    </extension>
  </status>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="ambulatory"/>
  </class>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/encounter-type"/>
      <code value="Ofc Visit"/>
      <display value="Office Visit"/>
    </coding>
    <text value="Office Visit"/>
  </type>
  <priority>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActPriority"/>
      <code value="R"/>
      <display value="routine"/>
    </coding>
    <text value="routine"/>
  </priority>
  <subject>🔗 
    <reference value="Patient/Example1"/>
  </subject>
  <participant>
    <individual>🔗 
      <reference value="Practitioner/Example1"/>
    </individual>
  </participant>
  <period>
    <start value="2020-08-17T21:04:20-06:00"/>
    <end value="2020-08-17T21:07:17-06:00"/>
  </period>
  <reasonReference>🔗 
    <reference value="Condition/Example1"/>
  </reasonReference>
  <location>
    <location>🔗 
      <reference value="Location/Example1"/>
    </location>
  </location>
</Encounter>