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

FHIR IG analytics

Packagede.transfer-abrechnungsdaten.r4
Resource TypeChargeItem
IdExample-chargeitem-ebm-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ChargeItem",
  "id": "Example-chargeitem-ebm-1",
  "meta": {
    "profile": [
      "http://fhir.de/StructureDefinition/chargeItem-de-art-abrechnung"
    ]
  },
  "identifier": [
    {
      "use": "official",
      "system": "W10110",
      "value": "2021-1316-0001"
    }
  ],
  "status": "billable",
  "code": {
    "coding": [
      {
        "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_EBM",
        "version": "2021-1",
        "code": "06212",
        "display": "Grundpauschale ab 60. Lebensjahr"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Example-patient-de-art-abrechnung-1"
  },
  "occurrenceDateTime": "2021-03-19T09:29:23+01:00",
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/Example-practitioner-de-art-zuweiser-arzt"
      }
    }
  ],
  "performingOrganization": {
    "reference": "Organization/Example-organization-de-art-muster-zuweiser-praxis"
  },
  "quantity": {
    "value": 1
  },
  "bodysite": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/ValueSet/body-site",
          "code": "8966001",
          "display": "Linkes Auge"
        }
      ]
    }
  ],
  "reason": [
    {
      "coding": [
        {
          "system": "http://fhir.de/StructureDefinition/CodingICD10GM",
          "version": "2021",
          "code": "H25.0",
          "display": "Cataracta senilis incipiens"
        }
      ]
    }
  ]
}