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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypeChargeItem
IdChargeItem-c7d8e9f0-8b9c-0d1e-5f6a-7b8c9d0e1f2a.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": "c7d8e9f0-8b9c-0d1e-5f6a-7b8c9d0e1f2a",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/dipag/StructureDefinition/dipag-rechnungsposition"
    ]
  },
  "status": "billable",
  "extension": [
    {
      "url": "https://gematik.de/fhir/dipag/StructureDefinition/dipag-rechnungsposition-type",
      "valueCoding": {
        "code": "Fremdlaborleistung",
        "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-chargeitem-type-cs"
      }
    },
    {
      "url": "https://gematik.de/fhir/dipag/StructureDefinition/DiPagRechnungspositionBehandlungsdatum",
      "valueDate": "2024-03-01"
    }
  ],
  "quantity": {
    "system": "http://unitsofmeasure.org",
    "value": 1,
    "unit": "Anzahl",
    "code": "{count}"
  },
  "code": {
    "text": "Teilprothese Oberkiefer"
  },
  "subject": {
    "reference": "Patient/8e2b7c2a-4f3a-4e7a-9c1a-2d6b8f7e1a3c"
  },
  "performer": [
    {
      "actor": {
        "reference": "Organization/f4a5b6c7-5e6f-7a8b-2c3d-4e5f6a7b8c9d"
      }
    }
  ],
  "occurrencePeriod": {
    "start": "2024-03-01",
    "end": "2024-03-10"
  }
}