Da Vinci Risk Adjustment Implementation Guide
1.0.0 - STU 1 US

This page is part of the Da Vinci Risk Adjustment FHIR Implementation Guide (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Encounter on 20210130 - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="ra-encounter21pat03"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="Encounter with Dr Howell on 20210714 for Patient 03"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This is Encounter with Dr Howell on 20210714 for Patient 03."/>
    </extension>
    <lastUpdated value="2021-07-14T11:56:57.250-04:00"/>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><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">Resource "ra-encounter21pat03" Updated "2021-07-14 11:56:57-0400" </p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU3.1.1/StructureDefinition-us-core-encounter.html">US Core Encounter Profile</a></p></div><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'ambulatory')</p><p><b>type</b>: Office Visit, High Complexity <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/3.1.0/CodeSystem-CPT.html">Current Procedural Terminology (CPT&reg;)</a>#99215)</span></p><p><b>subject</b>: <a href="Patient-ra-patient03.html">Patient/ra-patient03</a> " NUCLEAR"</p><h3>Participants</h3><table class="grid"><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a href="Practitioner-ra-prac03pat03.html">Practitioner/ra-prac03pat03</a> " OSLER"</td></tr></table><p><b>period</b>: 2021-01-30 --&gt; 2021-01-30</p><h3>Diagnoses</h3><table class="grid"><tr><td>-</td><td><b>Condition</b></td></tr><tr><td>*</td><td><a href="Condition-ra-condition21pat03.html">Condition/ra-condition21pat03</a></td></tr></table><p><b>serviceProvider</b>: <a href="Organization-ra-org03pat03.html">Organization/ra-org03pat03</a> "Community HealthCenter"</p></div>
  </text>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="ambulatory"/>
  </class>
  <type>
    <coding>
      <system value="http://www.ama-assn.org/go/cpt"/>
      <code value="99215"/>
    </coding>
    <text value="Office Visit, High Complexity"/>
  </type>
  <subject>
    <reference value="Patient/ra-patient03"/>
  </subject>
  <participant>
    <individual>
      <reference value="Practitioner/ra-prac03pat03"/>
    </individual>
  </participant>
  <period>
    <start value="2021-01-30"/>
    <end value="2021-01-30"/>
  </period>
  <diagnosis>
    <condition>
      <reference value="Condition/ra-condition21pat03"/>
    </condition>
  </diagnosis>
  <serviceProvider>
    <reference value="Organization/ra-org03pat03"/>
  </serviceProvider>
</Encounter>