{
  "resourceType" : "ChargeItemDefinition",
  "id" : "example-cid-pvs-ebm-hausbesuch",
  "meta" : {
    "profile" : ["https://fhir.cognovis.de/praxis/StructureDefinition/praxis-chargeitemdefinition"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ChargeItemDefinition example-cid-pvs-ebm-hausbesuch</b></p><a name=\"example-cid-pvs-ebm-hausbesuch\"> </a><a name=\"hcexample-cid-pvs-ebm-hausbesuch\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-praxis-chargeitemdefinition.html\">Praxis ChargeItemDefinition DE</a></p></div><p><b>url</b>: <a href=\"ChargeItemDefinition-example-cid-pvs-ebm-hausbesuch.html\">ChargeItemDefinition EBM 01410 — Hausbesuch</a></p><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/7.1.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.\">Uniform Resource Identifier (URI)</a>/urn:oid:2.16.840.1.113883.3.7985.14.6</p><p><b>version</b>: 0.90.0</p><p><b>title</b>: EBM 01410 — Hausbesuch</p><p><b>status</b>: Active</p><p><b>date</b>: 2026-07-29 13:00:36+0200</p><p><b>publisher</b>: cognovis GmbH</p><p><b>contact</b>: cognovis GmbH: <a href=\"https://www.cognovis.de\">https://www.cognovis.de</a>,<a href=\"mailto:info@cognovis.de\">info@cognovis.de</a></p><p><b>description</b>: </p><div><p>Katalogeintrag fuer den allgemeinmedizinischen Hausbesuch nach EBM mit Punktwert als standard R4 propertyGroup.priceComponent.</p>\n</div><p><b>jurisdiction</b>: <span title=\"Codes:{urn:iso:std:iso:3166 DE}\">Germany</span></p><p><b>code</b>: <span title=\"Codes:{https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_EBM 01410}\">Hausbesuch</span></p><blockquote><p><b>propertyGroup</b></p><blockquote><p><b>priceComponent</b></p><p><b>type</b>: base price</p><p><b>code</b>: <span title=\"Codes:\">Punktwert EBM</span></p><p><b>factor</b>: 1</p><h3>Amounts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>10.82</td><td>Euro</td></tr></table></blockquote><blockquote><p><b>priceComponent</b></p><p><b>type</b>: informational</p><p><b>code</b>: <span title=\"Codes:\">Max. Steigerungsfaktor</span></p><p><b>factor</b>: 3.5</p></blockquote></blockquote></div>"
  },
  "url" : "https://fhir.cognovis.de/praxis/ChargeItemDefinition/example-cid-pvs-ebm-hausbesuch",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.3.7985.14.6"
  }],
  "version" : "0.90.0",
  "title" : "EBM 01410 — Hausbesuch",
  "status" : "active",
  "date" : "2026-07-29T13:00:36+02:00",
  "publisher" : "cognovis GmbH",
  "contact" : [{
    "name" : "cognovis GmbH",
    "telecom" : [{
      "system" : "url",
      "value" : "https://www.cognovis.de"
    },
    {
      "system" : "email",
      "value" : "info@cognovis.de"
    }]
  }],
  "description" : "Katalogeintrag fuer den allgemeinmedizinischen Hausbesuch nach EBM mit Punktwert als standard R4 propertyGroup.priceComponent.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "DE",
      "display" : "Germany"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_EBM",
      "code" : "01410",
      "display" : "Hausbesuch"
    }]
  },
  "propertyGroup" : [{
    "priceComponent" : [{
      "type" : "base",
      "code" : {
        "text" : "Punktwert EBM"
      },
      "factor" : 1,
      "amount" : {
        "value" : 10.82,
        "currency" : "EUR"
      }
    },
    {
      "type" : "informational",
      "code" : {
        "text" : "Max. Steigerungsfaktor"
      },
      "factor" : 3.5
    }]
  }]
}