Release 4 5

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0: R5 - Mixed Normative and STU ) ). This is the current published version in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Chargeitem-example.ttl

Example ChargeItem/example (Turtle)

Patient Administration Work Group Maturity Level : N/A Standards Status : Informative Compartments : Device , Encounter , Patient , Practitioner , RelatedPerson

Raw Turtle (+ also see Turtle/RDF Format Specification )

Example of chargeitem

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Example of ChargeItem Usage in Context of the German EBM Billing code system</div>"
  ];
  fhir:ChargeItem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "http://myHospital.org/ChargeItems" ];
     fhir:Identifier.value [ fhir:value "654321" ]
  ];
  fhir:ChargeItem.definitionUri [
     fhir:value "http://www.kbv.de/tools/ebm/html/01520_2904360860826220813632.html";
     fhir:index 0
  ];
  fhir:ChargeItem.status [ fhir:value "billable"];
  fhir:ChargeItem.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.code [ fhir:value "01510" ];
       fhir:Coding.display [ fhir:value "Zusatzpauschale für Beobachtung nach diagnostischer Koronarangiografie" ]

[a fhir:ChargeItem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Example of ChargeItem Usage in Context of the German EBM Billing code system</div>"
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://myHospital.org/ChargeItems"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "654321" ]
  ] ) ; # 
  fhir:definitionUri ( [ fhir:v "http://www.kbv.de/tools/ebm/html/01520_2904360860826220813632.html"^^xsd:anyURI] ) ; # 
  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:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:encounter [
     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 [
       fhir:coding ( [
         a sct:17561000 ;
         fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "17561000" ] ;
         fhir:display [ fhir:v "Cardiologist" ]
       ] )
     ] ;
     fhir:actor [
       fhir:reference [ fhir:v "Practitioner/example" ]

     ]
  ];
  fhir:ChargeItem.subject [
     fhir:link <http://hl7.org/fhir/Patient/example>;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ];
  fhir:ChargeItem.context [
     fhir:link <http://hl7.org/fhir/Encounter/example>;
     fhir:Reference.reference [ fhir:value "Encounter/example" ]
  ];
  fhir:ChargeItem.occurrencePeriod [
     fhir:Period.start [ fhir:value "2017-01-25T08:00:00+01:00"^^xsd:dateTime ];
     fhir:Period.end [ fhir:value "2017-01-25T12:35:00+01:00"^^xsd:dateTime ]
  ];
  fhir:ChargeItem.performer [
     fhir:index 0;
     fhir:ChargeItem.performer.function [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:17561000;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "17561000" ];
         fhir:Coding.display [ fhir:value "Cardiologist" ]
       ]
     ];
     fhir:ChargeItem.performer.actor [
       fhir:link <http://hl7.org/fhir/Practitioner/example>;
       fhir:Reference.reference [ fhir:value "Practitioner/example" ]

  ] [
     fhir:function [
       fhir:coding ( [
         a sct:224542009 ;
         fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "224542009" ] ;
         fhir:display [ fhir:v "Coronary Care Nurse" ]
       ] )
     ] ;
     fhir:actor [
       fhir:reference [ fhir:v "Practitioner/example" ]

     ]
  ], [
     fhir:index 1;
     fhir:ChargeItem.performer.function [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:224542009;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "224542009" ];
         fhir:Coding.display [ fhir:value "Coronary Care Nurse" ]
       ]
     ];
     fhir:ChargeItem.performer.actor [
       fhir:link <http://hl7.org/fhir/Practitioner/example>;
       fhir:Reference.reference [ fhir:value "Practitioner/example" ]

  ] ) ; # 
  fhir:performingOrganization [
     fhir:identifier [
       fhir:system [ fhir:v "http://myhospital/NamingSystem/departments"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "CARD_INTERMEDIATE_CARE" ]

     ]
  ];
  fhir:ChargeItem.performingOrganization [
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "http://myhospital/NamingSystem/departments" ];
       fhir:Identifier.value [ fhir:value "CARD_INTERMEDIATE_CARE" ]

  ] ; # 
  fhir:requestingOrganization [
     fhir:identifier [
       fhir:system [ fhir:v "http://myhospital/NamingSystem/departments"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "CARD_U1" ]

     ]
  ];
  fhir:ChargeItem.requestingOrganization [
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "http://myhospital/NamingSystem/departments" ];
       fhir:Identifier.value [ fhir:value "CARD_U1" ]

  ] ; # 
  fhir:quantity [
     fhir:value [ fhir:v "1"^^xsd:decimal ]
  ] ; # 
  fhir:totalPriceComponent [
     fhir:type [ fhir:v "base" ] ;
     fhir:factor [ fhir:v "0.8"^^xsd:decimal ] ;
     fhir:amount [
       fhir:value [ fhir:v "40"^^xsd:decimal ] ;
       fhir:currency [ fhir:v "EUR" ]

     ]
  ];
  fhir:ChargeItem.quantity [
     fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]
  ];
  fhir:ChargeItem.factorOverride [ fhir:value "0.8"^^xsd:decimal];
  fhir:ChargeItem.priceOverride [
     fhir:Money.value [ fhir:value "40"^^xsd:decimal ];
     fhir:Money.currency [ fhir:value "EUR" ]
  ];
  fhir:ChargeItem.overrideReason [ fhir:value "Patient is Cardiologist's golf buddy, so he gets a 20% discount!"];
  fhir:ChargeItem.enterer [
     fhir:link <http://hl7.org/fhir/Practitioner/example>;
     fhir:Reference.reference [ fhir:value "Practitioner/example" ]
  ];
  fhir:ChargeItem.enteredDate [ fhir:value "2017-01-25T23:55:04+01:00"^^xsd:dateTime];
  fhir:ChargeItem.reason [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ];
       fhir:Coding.code [ fhir:value "123456" ];
       fhir:Coding.display [ fhir:value "DIAG-1" ]

  ] ; # 
  fhir:overrideReason [
     fhir:text [ fhir:v "Patient is Cardiologist's golf buddy, so he gets a 20% discount!" ]
  ] ; # 
  fhir:enterer [
     fhir:reference [ fhir:v "Practitioner/example" ]
  ] ; # 
  fhir:enteredDate [ fhir:v "2017-01-25T23:55:04+01:00"^^xsd:dateTime] ; # 
  fhir:reason ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "I51.6" ] ; #  \n				<code value= \"123456\"\/>\n				<display value=\"DIAG-1\"\/>\n				 
       fhir:display [ fhir:v "Cardiovascular disease, unspecified" ]
     ] )
  ] ) ; # 
  fhir:service ( [
     fhir:reference [
       fhir:reference [ fhir:v "Procedure/example" ]

     ]
  ];
  fhir:ChargeItem.service [
     fhir:index 0;
     fhir:link <http://hl7.org/fhir/Procedure/example>;
     fhir:Reference.reference [ fhir:value "Procedure/example" ]
  ];
  fhir:ChargeItem.account [
     fhir:index 0;
     fhir:link <http://hl7.org/fhir/Account/example>;
     fhir:Reference.reference [ fhir:value "Account/example" ]
  ];
  fhir:ChargeItem.note [
     fhir:index 0;
     fhir:Annotation.authorReference [
       fhir:link <http://hl7.org/fhir/Practitioner/example>;
       fhir:Reference.reference [ fhir:value "Practitioner/example" ]
     ];
     fhir:Annotation.time [ fhir:value "2017-01-25T23:55:04+01:00"^^xsd:dateTime ];
     fhir:Annotation.text [ fhir:value "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 .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ChargeItem/example.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://build.fhir.org/ChargeItem/example.ttl> .

  ] ) ; # 
  fhir:account ( [
     fhir:reference [ fhir:v "Account/example" ]
  ] ) ; # 
  fhir:note ( [
     fhir:author [
       a fhir:Reference ;
       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" ]
  ] )] . # 


# -------------------------------------------------------------------------------------


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.