Administration
This
page
is
part
of
the
FHIR
Specification
(v4.3.0:
R4B
(v5.0.0:
R5
-
STU
).
The
This
is
the
current
published
version
which
supercedes
in
it's
permanent
home
(it
will
always
be
available
at
this
version
is
5.0.0
.
URL).
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R5
R4B
R4
R3
| Patient Administration Work Group | Maturity Level : N/A | Standards Status : Informative | Compartments : Device , Encounter , Patient , Practitioner , RelatedPerson |
Raw JSON ( canonical form + also see JSON Format Specification )
Example of chargeitem
{
"resourceType": "ChargeItem",
"id": "example",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Example of ChargeItem Usage in Context of the German EBM Billing code system</div>"
"resourceType" : "ChargeItem",
"id" : "example",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Example of ChargeItem Usage in Context of the German EBM Billing code system</div>"
},
"identifier": [
{
"system": "http://myHospital.org/ChargeItems",
"value": "654321"
}
],
"definitionUri": [
"http://www.kbv.de/tools/ebm/html/01520_2904360860826220813632.html"
],
"status": "billable",
"code": {
"coding": [
{
"code": "01510",
"display": "Zusatzpauschale für Beobachtung nach diagnostischer Koronarangiografie"
}
]
"identifier" : [{
"system" : "http://myHospital.org/ChargeItems",
"value" : "654321"
}],
"definitionUri" : ["http://www.kbv.de/tools/ebm/html/01520_2904360860826220813632.html"],
"status" : "billable",
"code" : {
"coding" : [{
"code" : "01510",
"display" : "Zusatzpauschale für Beobachtung nach diagnostischer Koronarangiografie"
}]
},
"subject": {
"reference": "Patient/example"
"subject" : {
"reference" : "Patient/example"
},
"context": {
"reference": "Encounter/example"
"encounter" : {
"reference" : "Encounter/example"
},
"occurrencePeriod": {
"start": "2017-01-25T08:00:00+01:00",
"end": "2017-01-25T12:35:00+01:00"
"occurrencePeriod" : {
"start" : "2017-01-25T08:00:00+01:00",
"end" : "2017-01-25T12:35:00+01:00"
},
"performer": [
{
"function": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "17561000",
"display": "Cardiologist"
}
]
},
"actor": {
"reference": "Practitioner/example"
}
"performer" : [{
"function" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "17561000",
"display" : "Cardiologist"
}]
},
{
"function": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "224542009",
"display": "Coronary Care Nurse"
}
]
},
"actor": {
"reference": "Practitioner/example"
}
"actor" : {
"reference" : "Practitioner/example"
}
],
"performingOrganization": {
"identifier": {
"system": "http://myhospital/NamingSystem/departments",
"value": "CARD_INTERMEDIATE_CARE"
},
{
"function" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "224542009",
"display" : "Coronary Care Nurse"
}]
},
"actor" : {
"reference" : "Practitioner/example"
}
}],
"performingOrganization" : {
"identifier" : {
"system" : "http://myhospital/NamingSystem/departments",
"value" : "CARD_INTERMEDIATE_CARE"
}
},
"requestingOrganization": {
"identifier": {
"system": "http://myhospital/NamingSystem/departments",
"value": "CARD_U1"
"requestingOrganization" : {
"identifier" : {
"system" : "http://myhospital/NamingSystem/departments",
"value" : "CARD_U1"
}
},
"quantity": {
"value": 1
"quantity" : {
"value" : 1
},
"factorOverride": 0.8,
"priceOverride": {
"value": 40,
"currency": "EUR"
"totalPriceComponent" : {
"type" : "base",
"factor" : 0.8,
"amount" : {
"value" : 40,
"currency" : "EUR"
}
},
"overrideReason": "Patient is Cardiologist's golf buddy, so he gets a 20% discount!",
"enterer": {
"reference": "Practitioner/example"
"overrideReason" : {
"text" : "Patient is Cardiologist's golf buddy, so he gets a 20% discount!"
},
"enteredDate": "2017-01-25T23:55:04+01:00",
"reason": [
{
"coding": [
{
"system": "http://hl7.org/fhir/sid/icd-10",
"code": "I51.6",
"display": "Cardiovascular disease, unspecified"
}
]
}
],
"service": [
{
"reference": "Procedure/example"
}
],
"account": [
{
"reference": "Account/example"
}
],
"note": [
{
"authorReference": {
"reference": "Practitioner/example"
},
"time": "2017-01-25T23:55:04+01:00",
"text": "The code is only applicable for periods longer than 4h"
"enterer" : {
"reference" : "Practitioner/example"
},
"enteredDate" : "2017-01-25T23:55:04+01:00",
"reason" : [{
"coding" : [{
"system" : "http://hl7.org/fhir/sid/icd-10",
"code" : "I51.6",
"display" : "Cardiovascular disease, unspecified"
}]
}],
"service" : [{
"reference" : {
"reference" : "Procedure/example"
}
]
}],
"account" : [{
"reference" : "Account/example"
}],
"note" : [{
"authorReference" : {
"reference" : "Practitioner/example"
},
"time" : "2017-01-25T23:55:04+01:00",
"text" : "The code is only applicable for periods longer than 4h"
}]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR
®©
HL7.org
2011+.
FHIR
Release
4B
(v4.3.0)
hl7.fhir.r4b.core#4.3.0
R5
hl7.fhir.core#5.0.0
generated
on
Sat,
May
28,
2022
12:54+1000.
Sun,
Mar
26,
2023
15:24+1100.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Glossary
|
QA
Page
|
Compare
to
R4
|
Compare
to
R4B
|
|
Propose
a
change