Implementation Guide
23.0.0 - R4 APIs

Publish Box goes here

: Example Encounter - Example4 - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="Example4"/>
  <meta>
    <lastUpdated value="2023-07-31T23:26:23.650+08: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">2023/07/31</span>
                        </td>
                        <td width="25%"> -- 
                            <a href="Practitioner/1225652472001060">Practitioner/Example1</a>
                            <span> 2023/07/31</span>
                        </td>
                    </tr>
                </tbody>
            </table>
        </div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="RI"/>
        <display value="Resource Identifier"/>
      </coding>
      <text value="Resource Identifier"/>
    </type>
    <system
            value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/EncounterId/1000-4-9390"/>
    <value value="420"/>
  </identifier>
  <status value="in-progress">
    <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="2"/>
        <display value="In progress"/>
      </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://snomed.info/sct"/>
      <code value="453701000124103"/>
      <display value="In-person encounter"/>
    </coding>
    <coding>
      <system
              value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/DOCUMENTTYPE"/>
      <code value="Ofc-Visit"/>
    </coding>
  </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/2006461940336840"/>
  </subject>
  <participant>
    <type>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/>
        <code value="PPRF"/>
        <display value="primary performer"/>
      </coding>
      <text value="primary performer"/>
    </type>
    <period>
      <start value="2023-07-31T23:24:00+08:00"/>
      <end value="2023-07-31T23:24:00+08:00"/>
    </period>
    <individual>🔗 
      <reference value="Practitioner/Example1"/>
    </individual>
  </participant>
  <period>
    <start value="2023-07-31T23:24:00+08:00"/>
    <end value="2023-07-31T23:24:00+08:00"/>
  </period>
  <hospitalization>
    <dischargeDisposition>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/discharge-disposition"/>
        <code value="oth"/>
        <display value="Other"/>
      </coding>
      <text value="Other"/>
    </dischargeDisposition>
  </hospitalization>
</Encounter>