Magentus Practice Management FHIR Implementation Guide
1.2.35 - ci-build

Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.35) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Genie ChargeItem Example - XML Representation

Raw xml | Download


<ChargeItem xmlns="http://hl7.org/fhir">
  <id value="3dc414fd-9758-4d0f-8de9-d5d16e9c1cef"/>
  <meta>
    <profile
             value="http://fhir.geniesolutions.io/StructureDefinition/genie-chargeitem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ChargeItem 3dc414fd-9758-4d0f-8de9-d5d16e9c1cef</b></p><a name="3dc414fd-9758-4d0f-8de9-d5d16e9c1cef"> </a><a name="hc3dc414fd-9758-4d0f-8de9-d5d16e9c1cef"> </a><a name="3dc414fd-9758-4d0f-8de9-d5d16e9c1cef-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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-genie-chargeitem.html">Genie ChargeItem Base</a></p></div><p><b>status</b>: Billed</p><p><b>code</b>: <span title="Codes:{urn:oid:1.2.36.1.2001.1005.21 106}">Ophthalmology specialist consultation</span></p><p><b>subject</b>: <a href="Patient-1078d551-7be2-49f7-a122-c230b8757f2f.html">Smith, Mary</a></p><p><b>occurrence</b>: 2021-09-29</p><h3>Performers</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Actor</b></td></tr><tr><td style="display: none">*</td><td>Dr A Demo (Identifier: Local system user name/Dr A Demo)</td></tr></table><p><b>quantity</b>: 1</p></div>
  </text>
  <status value="billed"/>
  <code>
    <coding>
      <system value="urn:oid:1.2.36.1.2001.1005.21"/>
      <code value="106"/>
      <display value="Ophthalmology specialist consultation"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/1078d551-7be2-49f7-a122-c230b8757f2f"/>
    <type value="Patient"/>
    <display value="Smith, Mary"/>
  </subject>
  <occurrenceDateTime value="2021-09-29"/>
  <performer>
    <actor>
      <type value="Practitioner"/>
      <identifier>
        <type>
          <coding>
            <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
            <code value="EI"/>
            <display value="Employee number"/>
          </coding>
          <text value="Local system user name"/>
        </type>
        <system
                value="http://fhir.geniesolutions.io/user-name/GEN15943-3473CDFA0960754799BFC1DB8660C0DF"/>
        <value value="Dr A Demo"/>
        <assigner>
          <display
                   value="Genie Instance GEN15943-3473CDFA0960754799BFC1DB8660C0DF"/>
        </assigner>
      </identifier>
      <display value="Dr A Demo"/>
    </actor>
  </performer>
  <quantity>
    <value value="1"/>
  </quantity>
</ChargeItem>