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 (JSON)

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

Raw JSON (canonical form + also see JSON Format Specification)

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

{
  "resourceType" : "ChargeItemDefinition",
  "id" : "ebm",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ChargeItemDefinition</b><a name=\"ebm\"> </a><a name=\"hcebm\"> </a></p><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\">Resource ChargeItemDefinition &quot;ebm&quot; </p></div><p><b>StructureDefinition Work Group</b>: pa</p><p><b>url</b>: <code>http://fhir.de/ChargeItemDefinition/kbv/ebm-30110</code></p><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-uri.html\" title=\"As defined by RFC 3986 (http://www.ietf.org/rfc/rfc3986.txt)(with many schemes defined in many RFCs). For OIDs and UUIDs, use the URN form (urn:oid:(note: lowercase) and urn:uuid:). See http://www.ietf.org/rfc/rfc3001.txt and http://www.ietf.org/rfc/rfc4122.txt \r\n\r\nThis oid is used as an identifier II.root to indicate the the extension is an absolute URI (technically, an IRI). Typically, this is used for OIDs and GUIDs. Note that when this OID is used with OIDs and GUIDs, the II.extension should start with urn:oid or urn:uuid: \r\n\r\nNote that this OID is created to aid with interconversion between CDA and FHIR - FHIR uses urn:ietf:rfc:3986 as equivalent to this OID. URIs as identifiers appear more commonly in FHIR.\r\n\r\nThis OID may also be used in CD.codeSystem.\">URI</a>/urn:oid:2.16.840.1.113883.4.642.29.1</p><p><b>version</b>: 2-2018</p><p><b>status</b>: active</p><p><b>publisher</b>: HL7 International / Patient Administration</p><p><b>contact</b>: </p><p><b>description</b>: Allergologisch-diagnostischer Komplex zur Diagnostik und/oder zum Ausschluss einer (Kontakt-)Allergie vom Spättyp (Typ IV), einschl. Kosten</p><p><b>code</b>: Allergologiediagnostik I <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (ebm#30110)</span></p><blockquote><p><b>applicability</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td style=\"display: none\">*</td><td>Excludes billing code 13250 for same Encounter</td><td>text/cql</td><td>[some CQL expression]</td></tr></table><p><b>effectivePeriod</b>: 2018-04-01 --&gt; 2018-06-30</p></blockquote><blockquote><p><b>applicability</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Description</b></td><td><b>Language</b></td><td><b>Expression</b></td></tr><tr><td style=\"display: none\">*</td><td>Applies only once per Encounter</td><td>text/CQL</td><td>[some CQL expression]</td></tr></table><p><b>effectivePeriod</b>: 2018-04-01 --&gt; 2018-06-30</p></blockquote><blockquote><p><b>propertyGroup</b></p><blockquote><p><b>priceComponent</b></p><p><b>type</b>: base</p><p><b>code</b>: Gesamt (Euro) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (ebm-attribute#gesamt-euro)</span></p><blockquote><p><b>amount</b></p><p><span title=\"Euro\">€67.44</span> (EUR)</p></blockquote></blockquote><blockquote><p><b>priceComponent</b></p><p><b>type</b>: informational</p><p><b>code</b>: Gesamt (Punkte) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (ebm-attribute#gesamt-punkte)</span></p><p><b>factor</b>: 633</p></blockquote></blockquote></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pa"
  }],
  "url" : "http://fhir.de/ChargeItemDefinition/kbv/ebm-30110",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.29.1"
  }],
  "version" : "2-2018",
  "status" : "active",
  "publisher" : "HL7 International / Patient Administration",
  "contact" : [{
    "telecom" : [{
      "system" : "url"
    }]
  }],
  "description" : "Allergologisch-diagnostischer Komplex zur Diagnostik und/oder zum Ausschluss einer (Kontakt-)Allergie vom Spättyp (Typ IV), einschl. Kosten",
  "code" : {
    "coding" : [{
      "system" : "http://fhir.de/CodingSystem/kbv/ebm",
      "code" : "30110",
      "display" : "Allergologiediagnostik I"
    }]
  },
  "applicability" : [{
    "condition" : {
      "description" : "Excludes billing code 13250 for same Encounter",
      "language" : "text/cql",
      "expression" : "[some CQL expression]"
    },
    "effectivePeriod" : {
      "start" : "2018-04-01",
      "end" : "2018-06-30"
    }
  },
  {
    "condition" : {
      "description" : "Applies only once per Encounter",
      "language" : "text/CQL",
      "expression" : "[some CQL expression]"
    },
    "effectivePeriod" : {
      "start" : "2018-04-01",
      "end" : "2018-06-30"
    }
  }],
  "propertyGroup" : [{
    "priceComponent" : [{
      "type" : "base",
      "code" : {
        "coding" : [{
          "system" : "http://fhir.de/CodeSystem/kbv/ebm-attribute",
          "code" : "gesamt-euro",
          "display" : "Gesamt (Euro)"
        }]
      },
      "amount" : {
        "value" : 67.44,
        "currency" : "EUR"
      }
    },
    {
      "type" : "informational",
      "code" : {
        "coding" : [{
          "system" : "http://fhir.de/CodeSystem/kbv/ebm-attribute",
          "code" : "gesamt-punkte",
          "display" : "Gesamt (Punkte)"
        }]
      },
      "factor" : 633
    }]
  }]
}

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.