Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Encounter Example for lab report - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="Example2"/>
  <meta>
    <lastUpdated value="2021-01-14T01:16:07.147+00: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="Pencil"/>
      <display value="Pencil"/>
    </tag>
    <tag>
      <system
              value="https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags"/>
      <code value="NewPencil"/>
      <display value="New Pencil"/>
    </tag>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter Example2</b></p><a name="Example2"> </a><a name="hcExample2"> </a><a name="Example2-en-US"> </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">Last updated: 2021-01-14 01:16:07+0000</p><p style="margin-bottom: 0px">Profiles: <a href="http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-encounter.html">US Core Encounter Profile</a>, <a href="StructureDefinition-athena-encounter-profile.html">An interaction during which services are provided to the patient</a></p><p style="margin-bottom: 0px">Tags: New (Details: EditTags code New  = ' New ', stated as ' New '), Pencil (Details: EditTags code Pencil  = ' Pencil ', stated as ' Pencil '), New Pencil (Details: EditTags code NewPencil  = ' NewPencil ', stated as ' New Pencil ')</p><p style="margin-bottom: 0px">Security Label: Normal (Details: Confidentiality code N  = ' normal ', stated as ' Normal ')</p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/6.0.1/CodeSystem-v3-ActCode.html#v3-ActCode-AMB">ActCode</a> AMB: ambulatory</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 65981005}">Consultation in laboratory medicine for test interpretation</span></p><p><b>priority</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActPriority UR}">urgent</span></p><p><b>subject</b>: <a href="Patient-Example1.html">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Individual</b></td></tr><tr><td style="display: none">*</td><td><a href="Practitioner-Example1.html">Practitioner Harry S. Winston </a></td></tr></table><p><b>period</b>: 1998-02-27 00:00:00+0000 --&gt; (ongoing)</p><h3>Locations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Location</b></td></tr><tr><td style="display: none">*</td><td><a href="Location-Example1.html">Location WC</a></td></tr></table></div>
  </text>
  <extension
             url="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-encounter-extension-SUMMARY">
    <valueString value="Lipids, Lipids"/>
  </extension>
  <extension
             url="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-encounter-extension-DESCRIPTION">
    <valueString value="Lab Report"/>
  </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="U"/>
        <display value="Unsigned"/>
      </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="65981005"/>
      <display
               value="Consultation in laboratory medicine for test interpretation"/>
    </coding>
    <text
          value="Consultation in laboratory medicine for test interpretation"/>
  </type>
  <priority>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActPriority"/>
      <code value="UR"/>
      <display value="urgent"/>
    </coding>
    <text value="urgent"/>
  </priority>
  <subject>🔗 
    <reference value="Patient/Example1"/>
  </subject>
  <participant>
    <individual>🔗 
      <reference value="Practitioner/Example1"/>
    </individual>
  </participant>
  <period>
    <start value="1998-02-27T00:00:00+00:00"/>
  </period>
  <location>
    <location>🔗 
      <reference value="Location/Example1"/>
    </location>
  </location>
</Encounter>