Institution
Abrechnungsberechtigte Praxis, gekennzeichnet durch ihr IK. Praxen ohne IK können eine IK aus dem privaten Wertebereich 97-99 bekommen.
Type
Kind of Type: Object
Fields
| Field | Type | Description |
|---|---|---|
id |
UUID! |
UUID. |
key |
String! |
Institutionskennzeichen. |
chargeTypes |
[ChargeType!]! |
Liste der für diese Praxis vereinbarten Abrechnungtypen. Dazu werden alle am aktuellen Datum gültigen Verträge ausgewertet. |
contracts |
[Contract!]! |
Liste der Abrechnungsvereinbarungen, die den angegebenen Suchbegriffen entsprechen. filter: ContractFilterInput! Filter für die Liste der Charges Returns: Liste mit ContractDto |
charges |
ChargesConnection |
Liste der ChargeDto, die für diese Institution abgerechnet wurden. filter: ChargeFilterInput! Filter für die Liste der Charges first: Int Returns the first n elements from the list. last: Int Returns the last n elements from the list. after: String Returns the elements in the list that come after the specified cursor. before: String Returns the elements in the list that come before the specified cursor. Returns: Liste mit ChargeDto |
jobs |
JobsConnection |
Paginierte Liste aller Abrechnungen, die den angegebenen Suchbegriffen entsprechen. filter: JobFilterInput! Filter für die Liste der Jobs. first: Int Returns the first n elements from the list. last: Int Returns the last n elements from the list. after: String Returns the elements in the list that come after the specified cursor. before: String Returns the elements in the list that come before the specified cursor. Returns: Connection mit JobDto |
invoices |
InvoicesConnection |
Paginierte Liste aller Rechnungen, die den angegebenen Suchbegriffen entsprechen. filter: InvoiceFilterInput! Filter für die Liste der Invoices. first: Int Returns the first n elements from the list. last: Int Returns the last n elements from the list. after: String Returns the elements in the list that come after the specified cursor. before: String Returns the elements in the list that come before the specified cursor. Returns: Connection mit InvoiceDto |
vatExemption |
InstitutionVatExemption! |
Befreiungsgrund der Umsatzsteuerbefreiung |
details |
[InstitutionDetails!]! |
historisierte Liste der Stammdaten der Institution. |