FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.admin-incubator
Resource TypeChargeItemDefinition
IdChargeItemDefinition-ebm.json
FHIR VersionR6

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ChargeItemDefinition ebm

Language: en

url: http://fhir.de/ChargeItemDefinition/kbv/ebm-30110

identifier: Uniform Resource Identifier (URI)/urn:oid:2.16.840.1.113883.4.642.29.1

version: 2-2018

status: Active

description:

Allergologisch-diagnostischer Komplex zur Diagnostik und/oder zum Ausschluss einer (Kontakt-)Allergie vom Spättyp (Typ IV), einschl. Kosten

code: Allergologiediagnostik I

applicability

Conditions

-DescriptionLanguageExpression
*Excludes billing code 13250 for same Encountertext/cql[some CQL expression]

effectivePeriod: 2018-04-01 --> 2018-06-30

applicability

Conditions

-DescriptionLanguageExpression
*Applies only once per Encountertext/CQL[some CQL expression]

effectivePeriod: 2018-04-01 --> 2018-06-30

propertyGroup

priceComponent

type: base price

code: Gesamt (Euro)

Amounts

-ValueCurrency
*67.44Euro

priceComponent

type: Informational

code: Gesamt (Punkte)

factor: 633


Source1

{
  "resourceType": "ChargeItemDefinition",
  "resourceDefinition": "http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition|0.1.0",
  "id": "ebm",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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",
  "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
        }
      ]
    }
  ]
}