DiPagRechnungspositionTypeCS
Metadaten
CanonicalURL | https://gematik.de/fhir/dipag/CodeSystem/dipag-chargeitem-type-CS |
---|---|
Status | active |
Version | 1.1.0-rc2 |
Herausgeber | gematik GmbH |
Inhalt
Code | Anzeigetext |
---|---|
GOÄ | Leistung nach Gebührenordnung GOÄ |
GOZ | Leistung nach Gebührenordnung GOZ |
EigenlaborleistungMaterial | Eigenlaborleistung/Material |
Fremdlaborleistung | Fremdlaborleistung |
SachkostenAuslagen | Sachkosten/Auslagen |
WegegeldReiseentschaedigung | Wegegeld/Reiseentschädigung |
<CodeSystem xmlns="http://hl7.org/fhir"> <id value="dipag-chargeitem-type-CS" /> <url value="https://gematik.de/fhir/dipag/CodeSystem/dipag-chargeitem-type-CS" /> <version value="1.1.0-rc2" /> <name value="DiPagRechnungspositionTypeCS" /> <title value="Digitale Patientenrechnung Typ der Rechnungsposition CodeSystem" /> <status value="active" /> <experimental value="false" /> <date value="2025-04-07" /> <publisher value="gematik GmbH" /> <contact> <telecom> <system value="url" /> <value value="http://gematik.de/" /> </telecom> </contact> <content value="complete" /> <count value="6" /> <concept> <code value="GOÄ" /> <display value="Leistung nach Gebührenordnung GOÄ" /> </concept> <concept> <code value="GOZ" /> <display value="Leistung nach Gebührenordnung GOZ" /> </concept> <concept> <code value="EigenlaborleistungMaterial" /> <display value="Eigenlaborleistung/Material" /> </concept> <concept> <code value="Fremdlaborleistung" /> <display value="Fremdlaborleistung" /> </concept> <concept> <code value="SachkostenAuslagen" /> <display value="Sachkosten/Auslagen" /> </concept> <concept> <code value="WegegeldReiseentschaedigung" /> <display value="Wegegeld/Reiseentschädigung" /> </concept> </CodeSystem>
{ "resourceType": "CodeSystem", "status": "active", "content": "complete", "name": "DiPagRechnungspositionTypeCS", "id": "dipag-chargeitem-type-CS", "title": "Digitale Patientenrechnung Typ der Rechnungsposition CodeSystem", "version": "1.1.0-rc2", "url": "https://gematik.de/fhir/dipag/CodeSystem/dipag-chargeitem-type-CS", "concept": [ { "code": "GOÄ", "display": "Leistung nach Gebührenordnung GOÄ" }, { "code": "GOZ", "display": "Leistung nach Gebührenordnung GOZ" }, { "code": "EigenlaborleistungMaterial", "display": "Eigenlaborleistung/Material" }, { "code": "Fremdlaborleistung", "display": "Fremdlaborleistung" }, { "code": "SachkostenAuslagen", "display": "Sachkosten/Auslagen" }, { "code": "WegegeldReiseentschaedigung", "display": "Wegegeld/Reiseentschädigung" } ], "experimental": false, "date": "2025-04-07", "publisher": "gematik GmbH", "contact": [ { "telecom": [ { "system": "url", "value": "http://gematik.de/" } ] } ], "count": 6 }