FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ChargeItemDefinition/ebm (Turtle)

Patient Administration Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

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

example definition of EMB code 30110 (from a german billing system)

@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

[a fhir:ChargeItemDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ebm"] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "pa" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://fhir.de/ChargeItemDefinition/kbv/ebm-30110"^^xsd:anyURI] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.29.1" ]
  ] ) ; # 
  fhir:version [ fhir:v "2-2018"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:publisher [ fhir:v "HL7 International / Patient Administration"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pafm" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Allergologisch-diagnostischer Komplex zur Diagnostik und/oder zum Ausschluss einer (Kontakt-)Allergie vom Spättyp (Typ IV), einschl. Kosten"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "http://fhir.de/CodingSystem/kbv/ebm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "30110" ] ;
       fhir:display [ fhir:v "Allergologiediagnostik I" ]
     ] )
  ] ; # 
  fhir:applicability ( [
     fhir:condition [
       fhir:description [ fhir:v "Excludes billing code 13250 for same Encounter" ] ;
       fhir:language [ fhir:v "text/cql" ] ;
       fhir:expression [ fhir:v "[some CQL expression]" ]
     ] ;
     fhir:effectivePeriod [
       fhir:start [ fhir:v "2018-04-01"^^xsd:date ] ;
       fhir:end [ fhir:v "2018-06-30"^^xsd:date ]
     ]
  ] [
     fhir:condition [
       fhir:description [ fhir:v "Applies only once per Encounter" ] ;
       fhir:language [ fhir:v "text/CQL" ] ;
       fhir:expression [ fhir:v "[some CQL expression]" ]
     ] ;
     fhir:effectivePeriod [
       fhir:start [ fhir:v "2018-04-01"^^xsd:date ] ;
       fhir:end [ fhir:v "2018-06-30"^^xsd:date ]
     ]
  ] ) ; # 
  fhir:propertyGroup ( [
     fhir:priceComponent ( [
       fhir:type [ fhir:v "base" ] ;
       fhir:code [
         fhir:coding ( [
           fhir:system [ fhir:v "http://fhir.de/CodeSystem/kbv/ebm-attribute"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "gesamt-euro" ] ;
           fhir:display [ fhir:v "Gesamt (Euro)" ]
         ] )
       ] ;
       fhir:amount [
         fhir:value [ fhir:v "67.44"^^xsd:decimal ] ;
         fhir:currency [ fhir:v "EUR" ]
       ]
     ] [
       fhir:type [ fhir:v "informational" ] ;
       fhir:code [
         fhir:coding ( [
           fhir:system [ fhir:v "http://fhir.de/CodeSystem/kbv/ebm-attribute"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "gesamt-punkte" ] ;
           fhir:display [ fhir:v "Gesamt (Punkte)" ]
         ] )
       ] ;
       fhir:factor [ fhir:v "633"^^xsd:decimal ]
     ] )
  ] )] . #   a group of static properties (no additional rules apply) 

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


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.