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
{
"resourceType" : "ChargeItem",
"id" : "3dc414fd-9758-4d0f-8de9-d5d16e9c1cef",
"meta" : {
"profile" : [
🔗 "http://fhir.geniesolutions.io/StructureDefinition/genie-chargeitem"
]
},
"text" : {
"status" : "generated",
"div" : "<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>"
},
"status" : "billed",
"code" : {
"coding" : [
{
"system" : "urn:oid:1.2.36.1.2001.1005.21",
"code" : "106",
"display" : "Ophthalmology specialist consultation"
}
]
},
"subject" : {
🔗 "reference" : "Patient/1078d551-7be2-49f7-a122-c230b8757f2f",
"type" : "Patient",
"display" : "Smith, Mary"
},
"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
}
}