{
  "resourceType" : "ChargeItem",
  "id" : "ChargeItemDiffExample",
  "meta" : {
    "profile" : ["http://fhir.geniesolutions.io/StructureDefinition/ebookings-chargeitem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ChargeItem ChargeItemDiffExample</b></p><a name=\"ChargeItemDiffExample\"> </a><a name=\"hcChargeItemDiffExample\"> </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-ebookings-chargeitem.html\">EBookings ChargeItem</a></p></div><p><b>status</b>: Planned</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-6ad72107-5bf0-4100-a948-24e91f77abf5.html\">Smith, Bob</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>"
  },
  "status" : "planned",
  "code" : {
    "coding" : [{
      "system" : "urn:oid:1.2.36.1.2001.1005.21",
      "code" : "106",
      "display" : "Ophthalmology specialist consultation"
    }]
  },
  "subject" : {
    "reference" : "Patient/6ad72107-5bf0-4100-a948-24e91f77abf5",
    "type" : "Patient",
    "display" : "Smith, Bob"
  },
  "occurrenceDateTime" : "2021-09-29",
  "performer" : [{
    "actor" : {
      "type" : "Practitioner",
      "identifier" : {
        "type" : {
          "coding" : [{
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "EI",
            "display" : "Employee number"
          }],
          "text" : "Local system user name"
        },
        "system" : "http://fhir.geniesolutions.io/user-name/GEN15943-3473CDFA0960754799BFC1DB8660C0DF",
        "value" : "Dr A Demo",
        "assigner" : {
          "display" : "Genie Instance GEN15943-3473CDFA0960754799BFC1DB8660C0DF"
        }
      },
      "display" : "Dr A Demo"
    }
  }],
  "quantity" : {
    "value" : 1
  }
}