Administrative Incubator, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/admin-incubator/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/ChargeItem/example> a fhir:ChargeItem ;
fhir:resourceDefinition http://hl7.org/fhir/StructureDefinition/ChargeItem|0.1.0 ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Example of ChargeItem Usage in Context of the German EBM Billing code system</div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://myHospital.org/ChargeItems"^^xsd:anyURI ;
fhir:l <http://myHospital.org/ChargeItems>
] ;
fhir:value [ fhir:v "654321" ]
] ) ; #
fhir:definitionUri ( [
fhir:v "http://www.kbv.de/tools/ebm/html/01520_2904360860826220813632.html"^^xsd:anyURI ;
fhir:l <http://www.kbv.de/tools/ebm/html/01520_2904360860826220813632.html>
] ) ; #
fhir:status [ fhir:v "billable"] ; #
fhir:code [
fhir:coding ( [
fhir:code [ fhir:v "01510" ] ;
fhir:display [ fhir:v "Zusatzpauschale für Beobachtung nach diagnostischer Koronarangiografie" ]
] )
] ; #
fhir:subject [
fhir:l <http://hl7.org/fhir/Patient/example> ;
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:encounter [
fhir:l <http://hl7.org/fhir/Encounter/example> ;
fhir:reference [ fhir:v "Encounter/example" ]
] ; #
fhir:occurrence [
a fhir:Period ;
fhir:start [ fhir:v "2017-01-25T08:00:00+01:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2017-01-25T12:35:00+01:00"^^xsd:dateTime ]
] ; #
fhir:performer ( [
fhir:function [
a sct:17561000 ;
fhir:coding ( [
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>
] ;
fhir:code [ fhir:v "17561000" ] ;
fhir:display [ fhir:v "Cardiologist" ]
] )
] ;
fhir:actor [
fhir:l <http://hl7.org/fhir/Practitioner/example> ;
fhir:reference [ fhir:v "Practitioner/example" ]
]
] [
fhir:function [
a sct:224542009 ;
fhir:coding ( [
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>
] ;
fhir:code [ fhir:v "224542009" ] ;
fhir:display [ fhir:v "Coronary Care Nurse" ]
] )
] ;
fhir:actor [
fhir:l <http://hl7.org/fhir/Practitioner/example> ;
fhir:reference [ fhir:v "Practitioner/example" ]
]
] ) ; #
fhir:performingOrganization [
fhir:identifier [
fhir:system [
fhir:v "http://myhospital/NamingSystem/departments"^^xsd:anyURI ;
fhir:l <http://myhospital/NamingSystem/departments>
] ;
fhir:value [ fhir:v "CARD_INTERMEDIATE_CARE" ]
]
] ; #
fhir:requestingOrganization [
fhir:identifier [
fhir:system [
fhir:v "http://myhospital/NamingSystem/departments"^^xsd:anyURI ;
fhir:l <http://myhospital/NamingSystem/departments>
] ;
fhir:value [ fhir:v "CARD_U1" ]
]
] ; #
fhir:quantity [
fhir:value [ fhir:v "1"^^xsd:decimal ]
] ; #
fhir:totalPriceComponent [
fhir:type [ fhir:v "base" ] ;
fhir:factor [ fhir:v 0.8 ] ;
fhir:amount [
fhir:value [ fhir:v "40"^^xsd:decimal ] ;
fhir:currency [ fhir:v "EUR" ]
]
] ; #
fhir:overrideReason [
fhir:text [ fhir:v "Patient is Cardiologist's golf buddy, so he gets a 20% discount!" ]
] ; #
fhir:enterer [
fhir:l <http://hl7.org/fhir/Practitioner/example> ;
fhir:reference [ fhir:v "Practitioner/example" ]
] ; #
fhir:enteredDate [ fhir:v "2017-01-25T23:55:04+01:00"^^xsd:dateTime] ; #
fhir:reason ( [
fhir:concept [
fhir:coding ( [
fhir:system [
fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/sid/icd-10>
] ;
fhir:code [ fhir:v "I51.6" ] ; # <code value= \"123456\"\/>\n <display value=\"DIAG-1\"\/>
fhir:display [ fhir:v "Cardiovascular disease, unspecified" ]
] )
]
] ) ; #
fhir:service ( [
fhir:reference [
fhir:l <http://hl7.org/fhir/Procedure/example> ;
fhir:reference [ fhir:v "Procedure/example" ]
]
] ) ; #
fhir:account ( [
fhir:l <http://hl7.org/fhir/Account/example> ;
fhir:reference [ fhir:v "Account/example" ]
] ) ; #
fhir:note ( [
fhir:author [
a fhir:Reference ;
fhir:l <http://hl7.org/fhir/Practitioner/example> ;
fhir:reference [ fhir:v "Practitioner/example" ]
] ;
fhir:time [ fhir:v "2017-01-25T23:55:04+01:00"^^xsd:dateTime ] ;
fhir:text [ fhir:v "The code is only applicable for periods longer than 4h" ]
] ) . #
<http://hl7.org/fhir/Patient/example> a fhir:Patient .
<http://hl7.org/fhir/Encounter/example> a fhir:Encounter .
<http://hl7.org/fhir/Practitioner/example> a fhir:Practitioner .
<http://hl7.org/fhir/Procedure/example> a fhir:Procedure .
<http://hl7.org/fhir/Account/example> a fhir:Account .
IG © 2022+ HL7 International / Patient Administration.
Package hl7.fhir.uv.admin-incubator#0.1.0 based on FHIR 6.0.0-ballot5.
Generated
2026-09-08
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
