Download OpenAPI specification:
REST API für Kunden zur Interaktion mit der Alberta Homecare Plattform (Massist).
Dokumentation erstellt am: 12.02.2026
fieldNurseId)proposedArticleLines als Vorlage für wiederkehrende Bestellungen.integratedCareIdDie API unterstützt inkrementelle Synchronisation über zwei Pflichtparameter:
created, updated, transmitted, archived)GET /endpoint?status=created&updatedAfter=2025-12-10T00:00:00ZPATCH mit neuem Status aufrufenupdatedAfter auf den gemerkten Zeitstempel setzenÄnderungen, die über die API vorgenommen werden (z.B. PATCH/PUT), werden beim nächsten Abruf automatisch ignoriert. Alberta erkennt den API-Key und filtert diese Änderungen heraus. Das bedeutet: Wenn Sie einen Datensatz per API aktualisieren, erscheint er nicht erneut in Ihrer nächsten Synchronisationsabfrage.
Ausnahme bei Bestellungen: Bei SingleOrder, DirectOrder und IntegratedCare erfolgt
die Steuerung über den Status-Wechsel (z.B. von created zu transmitted). Sobald Sie den
Status per PATCH ändern, erscheint die Bestellung nicht mehr unter status=created.
primaryDoctorId am Patienten)| Endpunkt | Zweck | Methoden |
|---|---|---|
| /patient | Patientenstammdaten | GET, POST, PUT |
| /singleOrder | Bestellungen (im Rahmen einer Versorgung) | GET, PATCH |
| /directOrder | Einmalige Bestellungen ohne Bezug zu einer Dauerversorgung | GET, PATCH |
| /integratedCare | Dauerversorgungen | GET, POST, PATCH |
| /erpOrder | Lieferrückmeldungen vom ERP | POST, PUT |
| /article | Artikelstammdaten | GET, POST, PUT, PATCH |
| /doctor | Ärzte | GET |
| /payer | Kostenträger/Krankenkassen | GET |
| /hospital | Krankenhäuser | GET |
| /nursingHome | Pflegeheime | GET |
| /nursingService | Pflegedienste | GET |
| /pharmacy | Apotheken | GET |
| /region | Strukturelle Organisationseinheiten | GET |
| /users | Außendienstmitarbeiter | GET |
| /attachment | Dateien/Bilder | GET |
| /device | Medizinische Geräte | POST, PUT |
| /patientNote | Notizen zu Patienten | GET, POST, PATCH |
| /patientHistory | Änderungshistorie am Patienten | GET |
| /contractArticleGroup | Vertragsartikelgruppen | GET, POST, PUT |
| /insuranceContract | Versicherungsverträge | GET, POST, PUT |
| /document | Ausgefüllte Formulare (PDF/XML) | GET |
Die Authentifizierung erfolgt über einen API-Key, der im Header alberta-api-key übermittelt werden muss.
Der API-Key wird von Alberta bereitgestellt und ist mandantenspezifisch.
Aktuelle Informationen zur Systemverfügbarkeit und geplanten Wartungsarbeiten finden Sie auf unserer Status-Seite.
Ruft Artikel ab, die seit dem angegebenen Zeitpunkt geändert wurden.
Wichtig: Der Parameter updatedAfter ist ein Pflichtparameter.
| updatedAfter required | string <date-time> ISO 8601 Zeitstempel. Nur Artikel, die nach diesem Zeitpunkt geändert wurden.
Beispiel: |
[- {
- "pcn": "string",
- "name": "string",
- "description": "string",
- "manufacturerNumber": "string",
- "customerNumber": "string",
- "medicalAidPositionNumber": "string",
- "ean": "string",
- "additionalDescription": "string",
- "manufacturer": "string",
- "size": "string",
- "assortmentType": 0,
- "status": 0,
- "productGroupId": "string",
- "therapyIds": [
- 0
], - "billableTherapies": [
- 0
], - "prescriptionType": 0,
- "packagingUnits": [
- {
- "_id": "string",
- "pcn": "string",
- "quantity": 0,
- "unit": "Stk",
- "archived": true
}
], - "pharmacyPrice": "string",
- "listPrice": "string",
- "insuranceFixedPrice": [
- {
- "payerId": "string",
- "contractId": "string",
- "price": "string"
}
], - "fixedPrice": "string",
- "purchaseRating": 0,
- "unavailableTo": "string",
- "unavailableFrom": "string",
- "delayedTo": "string",
- "inventoryType": 0,
- "stars": 0,
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "substituteArticleCustomerNumber": "string",
- "requiresSerialnumber": true,
- "requiresBatchnumber": true,
- "requiresValidToDate": true,
- "directOrder": true,
- "pharmacyOnly": true,
- "statusAnnotation": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}
]Legt einen neuen Artikel an.
Pflichtfelder: name, articleNumber
| pcn | string Pharmazentralnummer (PZN). | ||||||||||||||||||||||||
| name | string Name des Artikels. | ||||||||||||||||||||||||
| description | string Beschreibung des Artikels. | ||||||||||||||||||||||||
| manufacturerNumber | string Herstellernummer. | ||||||||||||||||||||||||
| customerNumber | string ERP- bzw. kundenspezifische Nummer des Artikels. | ||||||||||||||||||||||||
| medicalAidPositionNumber | string Hilfsmittelpositionsnummer. Nummer aus dem Hilfsmittelverzeichnis der GKV. | ||||||||||||||||||||||||
| ean | string European Article Number (EAN/GTIN). | ||||||||||||||||||||||||
| additionalDescription | string Zusätzliche Beschreibung. | ||||||||||||||||||||||||
| manufacturer | string Name des Herstellers. | ||||||||||||||||||||||||
| size | string Größe/Abmessung des Artikels. | ||||||||||||||||||||||||
| assortmentType | number Sortimentstyp. Wert ist der Enum-Wert aus {@link ArticleAssortment } . | ||||||||||||||||||||||||
| status | number Status des Artikels. Wert ist der Enum-Wert aus {@link ArticleStatus } . | ||||||||||||||||||||||||
| productGroupId | string ID der Produktgruppe. | ||||||||||||||||||||||||
| therapyIds | Array of numbers Liste der Therapie-IDs, für die dieser Artikel verwendet werden kann. Werte sind Enum-Werte aus {@link Therapy } . | ||||||||||||||||||||||||
| billableTherapies | Array of numbers Liste der Therapie-IDs, für die dieser Artikel abrechenbar ist. Werte sind Enum-Werte aus {@link Therapy } . | ||||||||||||||||||||||||
| prescriptionType | number (PrescriptionType) Enum: 0 1 2 3 4 5 7 Typ einer Verordnung. Definiert die verschiedenen Verordnungsarten im Homecare-Bereich.
| ||||||||||||||||||||||||
Array of objects (IQuantityPerUnit) Verpackungseinheiten mit Mengenangaben. | |||||||||||||||||||||||||
| pharmacyPrice | string Apothekenverkaufspreis. | ||||||||||||||||||||||||
| listPrice | string Listenpreis. | ||||||||||||||||||||||||
Array of objects (IInsuranceFixedPrice) Pauschalen aus Krankenkassen-Verträgen. | |||||||||||||||||||||||||
| fixedPrice | string Pauschale. | ||||||||||||||||||||||||
| purchaseRating | number Verwendet für die Wirtschaftlichkeitsberechnung von Artikel beim Erstellen einer Bestellung. | ||||||||||||||||||||||||
| unavailableTo | string Nicht verfügbar bis (Enddatum). | ||||||||||||||||||||||||
| unavailableFrom | string Nicht verfügbar ab (Startdatum). | ||||||||||||||||||||||||
| delayedTo | string Lieferung verzögert bis. | ||||||||||||||||||||||||
| inventoryType | number (InventoryType) Enum: 0 1 2 Inventartyp für Lagerbestände von Artikeln. Unterscheidet zwischen Lager- und Bestellbeständen.
| ||||||||||||||||||||||||
| stars | number Bewertung (Sterne). Bestimmt die Sortierung der Artikel im Standardversorgungsvorschlag. Höhere Anzahl der Sterne bedeutet Sortierung an den Anfang der Artikel-Liste. Sterne können alternativ auch aus einer Wirtschaftlichkeitsberechnung heraus bestimmt werden. | ||||||||||||||||||||||||
Array of objects (IAttribute) Zusätzliche Attribute des Artikels. Werden in der UI im Artikel-Editor angezeigt. | |||||||||||||||||||||||||
| substituteArticleCustomerNumber | string ERP bzw. kundenseitige Nummer eines Ersatzartikels. | ||||||||||||||||||||||||
| requiresSerialnumber | boolean Gibt an, ob eine Seriennummer erforderlich ist. | ||||||||||||||||||||||||
| requiresBatchnumber | boolean Gibt an, ob eine Chargennummer erforderlich ist. | ||||||||||||||||||||||||
| requiresValidToDate | boolean Gibt an, ob ein Verfallsdatum erforderlich ist. | ||||||||||||||||||||||||
| directOrder | boolean Gibt an, ob der Artikel für Direktbestellungen verfügbar ist. | ||||||||||||||||||||||||
| pharmacyOnly | boolean Gibt an, ob der Artikel nur über Apotheken bezogen werden kann. | ||||||||||||||||||||||||
| statusAnnotation | string Anmerkung zum Status. | ||||||||||||||||||||||||
| _id | string Eindeutige ID der Entität (UUID v4 als String). Wird beim Erstellen automatisch generiert. | ||||||||||||||||||||||||
| timestamp | string Zeitstempel der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | ||||||||||||||||||||||||
| archived | boolean Markiert die Entität als archiviert (Soft-Delete). Archivierte Entitäten werden nicht physisch gelöscht, sondern nur als archiviert markiert. Sie erscheinen nicht mehr in Standard-Abfragen. | ||||||||||||||||||||||||
| createdAt | string Zeitpunkt der Erstellung. Wird beim Erstellen der Entität automatisch gesetzt. | ||||||||||||||||||||||||
| createdBy | string ID des Benutzers, der die Entität erstellt hat. Referenziert einen Benutzer im System. | ||||||||||||||||||||||||
| updatedAt | string Zeitpunkt der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | ||||||||||||||||||||||||
| updatedBy | string ID des Benutzers, der die letzte Änderung vorgenommen hat. Referenziert einen Benutzer im System. |
{- "pcn": "string",
- "name": "string",
- "description": "string",
- "manufacturerNumber": "string",
- "customerNumber": "string",
- "medicalAidPositionNumber": "string",
- "ean": "string",
- "additionalDescription": "string",
- "manufacturer": "string",
- "size": "string",
- "assortmentType": 0,
- "status": 0,
- "productGroupId": "string",
- "therapyIds": [
- 0
], - "billableTherapies": [
- 0
], - "prescriptionType": 0,
- "packagingUnits": [
- {
- "_id": "string",
- "pcn": "string",
- "quantity": 0,
- "unit": "Stk",
- "archived": true
}
], - "pharmacyPrice": "string",
- "listPrice": "string",
- "insuranceFixedPrice": [
- {
- "payerId": "string",
- "contractId": "string",
- "price": "string"
}
], - "fixedPrice": "string",
- "purchaseRating": 0,
- "unavailableTo": "string",
- "unavailableFrom": "string",
- "delayedTo": "string",
- "inventoryType": 0,
- "stars": 0,
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "substituteArticleCustomerNumber": "string",
- "requiresSerialnumber": true,
- "requiresBatchnumber": true,
- "requiresValidToDate": true,
- "directOrder": true,
- "pharmacyOnly": true,
- "statusAnnotation": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}{- "pcn": "string",
- "name": "string",
- "description": "string",
- "manufacturerNumber": "string",
- "customerNumber": "string",
- "medicalAidPositionNumber": "string",
- "ean": "string",
- "additionalDescription": "string",
- "manufacturer": "string",
- "size": "string",
- "assortmentType": 0,
- "status": 0,
- "productGroupId": "string",
- "therapyIds": [
- 0
], - "billableTherapies": [
- 0
], - "prescriptionType": 0,
- "packagingUnits": [
- {
- "_id": "string",
- "pcn": "string",
- "quantity": 0,
- "unit": "Stk",
- "archived": true
}
], - "pharmacyPrice": "string",
- "listPrice": "string",
- "insuranceFixedPrice": [
- {
- "payerId": "string",
- "contractId": "string",
- "price": "string"
}
], - "fixedPrice": "string",
- "purchaseRating": 0,
- "unavailableTo": "string",
- "unavailableFrom": "string",
- "delayedTo": "string",
- "inventoryType": 0,
- "stars": 0,
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "substituteArticleCustomerNumber": "string",
- "requiresSerialnumber": true,
- "requiresBatchnumber": true,
- "requiresValidToDate": true,
- "directOrder": true,
- "pharmacyOnly": true,
- "statusAnnotation": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}| id required | string <uuid> Die eindeutige ID des Artikels (UUID) |
{- "pcn": "string",
- "name": "string",
- "description": "string",
- "manufacturerNumber": "string",
- "customerNumber": "string",
- "medicalAidPositionNumber": "string",
- "ean": "string",
- "additionalDescription": "string",
- "manufacturer": "string",
- "size": "string",
- "assortmentType": 0,
- "status": 0,
- "productGroupId": "string",
- "therapyIds": [
- 0
], - "billableTherapies": [
- 0
], - "prescriptionType": 0,
- "packagingUnits": [
- {
- "_id": "string",
- "pcn": "string",
- "quantity": 0,
- "unit": "Stk",
- "archived": true
}
], - "pharmacyPrice": "string",
- "listPrice": "string",
- "insuranceFixedPrice": [
- {
- "payerId": "string",
- "contractId": "string",
- "price": "string"
}
], - "fixedPrice": "string",
- "purchaseRating": 0,
- "unavailableTo": "string",
- "unavailableFrom": "string",
- "delayedTo": "string",
- "inventoryType": 0,
- "stars": 0,
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "substituteArticleCustomerNumber": "string",
- "requiresSerialnumber": true,
- "requiresBatchnumber": true,
- "requiresValidToDate": true,
- "directOrder": true,
- "pharmacyOnly": true,
- "statusAnnotation": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}| id required | string <uuid> Die eindeutige ID des Artikels (UUID) |
| pcn | string Pharmazentralnummer (PZN). | ||||||||||||||||||||||||
| name | string Name des Artikels. | ||||||||||||||||||||||||
| description | string Beschreibung des Artikels. | ||||||||||||||||||||||||
| manufacturerNumber | string Herstellernummer. | ||||||||||||||||||||||||
| customerNumber | string ERP- bzw. kundenspezifische Nummer des Artikels. | ||||||||||||||||||||||||
| medicalAidPositionNumber | string Hilfsmittelpositionsnummer. Nummer aus dem Hilfsmittelverzeichnis der GKV. | ||||||||||||||||||||||||
| ean | string European Article Number (EAN/GTIN). | ||||||||||||||||||||||||
| additionalDescription | string Zusätzliche Beschreibung. | ||||||||||||||||||||||||
| manufacturer | string Name des Herstellers. | ||||||||||||||||||||||||
| size | string Größe/Abmessung des Artikels. | ||||||||||||||||||||||||
| assortmentType | number Sortimentstyp. Wert ist der Enum-Wert aus {@link ArticleAssortment } . | ||||||||||||||||||||||||
| status | number Status des Artikels. Wert ist der Enum-Wert aus {@link ArticleStatus } . | ||||||||||||||||||||||||
| productGroupId | string ID der Produktgruppe. | ||||||||||||||||||||||||
| therapyIds | Array of numbers Liste der Therapie-IDs, für die dieser Artikel verwendet werden kann. Werte sind Enum-Werte aus {@link Therapy } . | ||||||||||||||||||||||||
| billableTherapies | Array of numbers Liste der Therapie-IDs, für die dieser Artikel abrechenbar ist. Werte sind Enum-Werte aus {@link Therapy } . | ||||||||||||||||||||||||
| prescriptionType | number (PrescriptionType) Enum: 0 1 2 3 4 5 7 Typ einer Verordnung. Definiert die verschiedenen Verordnungsarten im Homecare-Bereich.
| ||||||||||||||||||||||||
Array of objects (IQuantityPerUnit) Verpackungseinheiten mit Mengenangaben. | |||||||||||||||||||||||||
| pharmacyPrice | string Apothekenverkaufspreis. | ||||||||||||||||||||||||
| listPrice | string Listenpreis. | ||||||||||||||||||||||||
Array of objects (IInsuranceFixedPrice) Pauschalen aus Krankenkassen-Verträgen. | |||||||||||||||||||||||||
| fixedPrice | string Pauschale. | ||||||||||||||||||||||||
| purchaseRating | number Verwendet für die Wirtschaftlichkeitsberechnung von Artikel beim Erstellen einer Bestellung. | ||||||||||||||||||||||||
| unavailableTo | string Nicht verfügbar bis (Enddatum). | ||||||||||||||||||||||||
| unavailableFrom | string Nicht verfügbar ab (Startdatum). | ||||||||||||||||||||||||
| delayedTo | string Lieferung verzögert bis. | ||||||||||||||||||||||||
| inventoryType | number (InventoryType) Enum: 0 1 2 Inventartyp für Lagerbestände von Artikeln. Unterscheidet zwischen Lager- und Bestellbeständen.
| ||||||||||||||||||||||||
| stars | number Bewertung (Sterne). Bestimmt die Sortierung der Artikel im Standardversorgungsvorschlag. Höhere Anzahl der Sterne bedeutet Sortierung an den Anfang der Artikel-Liste. Sterne können alternativ auch aus einer Wirtschaftlichkeitsberechnung heraus bestimmt werden. | ||||||||||||||||||||||||
Array of objects (IAttribute) Zusätzliche Attribute des Artikels. Werden in der UI im Artikel-Editor angezeigt. | |||||||||||||||||||||||||
| substituteArticleCustomerNumber | string ERP bzw. kundenseitige Nummer eines Ersatzartikels. | ||||||||||||||||||||||||
| requiresSerialnumber | boolean Gibt an, ob eine Seriennummer erforderlich ist. | ||||||||||||||||||||||||
| requiresBatchnumber | boolean Gibt an, ob eine Chargennummer erforderlich ist. | ||||||||||||||||||||||||
| requiresValidToDate | boolean Gibt an, ob ein Verfallsdatum erforderlich ist. | ||||||||||||||||||||||||
| directOrder | boolean Gibt an, ob der Artikel für Direktbestellungen verfügbar ist. | ||||||||||||||||||||||||
| pharmacyOnly | boolean Gibt an, ob der Artikel nur über Apotheken bezogen werden kann. | ||||||||||||||||||||||||
| statusAnnotation | string Anmerkung zum Status. | ||||||||||||||||||||||||
| _id | string Eindeutige ID der Entität (UUID v4 als String). Wird beim Erstellen automatisch generiert. | ||||||||||||||||||||||||
| timestamp | string Zeitstempel der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | ||||||||||||||||||||||||
| archived | boolean Markiert die Entität als archiviert (Soft-Delete). Archivierte Entitäten werden nicht physisch gelöscht, sondern nur als archiviert markiert. Sie erscheinen nicht mehr in Standard-Abfragen. | ||||||||||||||||||||||||
| createdAt | string Zeitpunkt der Erstellung. Wird beim Erstellen der Entität automatisch gesetzt. | ||||||||||||||||||||||||
| createdBy | string ID des Benutzers, der die Entität erstellt hat. Referenziert einen Benutzer im System. | ||||||||||||||||||||||||
| updatedAt | string Zeitpunkt der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | ||||||||||||||||||||||||
| updatedBy | string ID des Benutzers, der die letzte Änderung vorgenommen hat. Referenziert einen Benutzer im System. |
{- "pcn": "string",
- "name": "string",
- "description": "string",
- "manufacturerNumber": "string",
- "customerNumber": "string",
- "medicalAidPositionNumber": "string",
- "ean": "string",
- "additionalDescription": "string",
- "manufacturer": "string",
- "size": "string",
- "assortmentType": 0,
- "status": 0,
- "productGroupId": "string",
- "therapyIds": [
- 0
], - "billableTherapies": [
- 0
], - "prescriptionType": 0,
- "packagingUnits": [
- {
- "_id": "string",
- "pcn": "string",
- "quantity": 0,
- "unit": "Stk",
- "archived": true
}
], - "pharmacyPrice": "string",
- "listPrice": "string",
- "insuranceFixedPrice": [
- {
- "payerId": "string",
- "contractId": "string",
- "price": "string"
}
], - "fixedPrice": "string",
- "purchaseRating": 0,
- "unavailableTo": "string",
- "unavailableFrom": "string",
- "delayedTo": "string",
- "inventoryType": 0,
- "stars": 0,
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "substituteArticleCustomerNumber": "string",
- "requiresSerialnumber": true,
- "requiresBatchnumber": true,
- "requiresValidToDate": true,
- "directOrder": true,
- "pharmacyOnly": true,
- "statusAnnotation": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}{- "pcn": "string",
- "name": "string",
- "description": "string",
- "manufacturerNumber": "string",
- "customerNumber": "string",
- "medicalAidPositionNumber": "string",
- "ean": "string",
- "additionalDescription": "string",
- "manufacturer": "string",
- "size": "string",
- "assortmentType": 0,
- "status": 0,
- "productGroupId": "string",
- "therapyIds": [
- 0
], - "billableTherapies": [
- 0
], - "prescriptionType": 0,
- "packagingUnits": [
- {
- "_id": "string",
- "pcn": "string",
- "quantity": 0,
- "unit": "Stk",
- "archived": true
}
], - "pharmacyPrice": "string",
- "listPrice": "string",
- "insuranceFixedPrice": [
- {
- "payerId": "string",
- "contractId": "string",
- "price": "string"
}
], - "fixedPrice": "string",
- "purchaseRating": 0,
- "unavailableTo": "string",
- "unavailableFrom": "string",
- "delayedTo": "string",
- "inventoryType": 0,
- "stars": 0,
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "substituteArticleCustomerNumber": "string",
- "requiresSerialnumber": true,
- "requiresBatchnumber": true,
- "requiresValidToDate": true,
- "directOrder": true,
- "pharmacyOnly": true,
- "statusAnnotation": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}| id required | string <uuid> Die eindeutige ID des Artikels (UUID) |
| pcn | string Pharmazentralnummer (PZN). | ||||||||||||||||||||||||
| name | string Name des Artikels. | ||||||||||||||||||||||||
| description | string Beschreibung des Artikels. | ||||||||||||||||||||||||
| manufacturerNumber | string Herstellernummer. | ||||||||||||||||||||||||
| customerNumber | string ERP- bzw. kundenspezifische Nummer des Artikels. | ||||||||||||||||||||||||
| medicalAidPositionNumber | string Hilfsmittelpositionsnummer. Nummer aus dem Hilfsmittelverzeichnis der GKV. | ||||||||||||||||||||||||
| ean | string European Article Number (EAN/GTIN). | ||||||||||||||||||||||||
| additionalDescription | string Zusätzliche Beschreibung. | ||||||||||||||||||||||||
| manufacturer | string Name des Herstellers. | ||||||||||||||||||||||||
| size | string Größe/Abmessung des Artikels. | ||||||||||||||||||||||||
| assortmentType | number Sortimentstyp. Wert ist der Enum-Wert aus {@link ArticleAssortment } . | ||||||||||||||||||||||||
| status | number Status des Artikels. Wert ist der Enum-Wert aus {@link ArticleStatus } . | ||||||||||||||||||||||||
| productGroupId | string ID der Produktgruppe. | ||||||||||||||||||||||||
| therapyIds | Array of numbers Liste der Therapie-IDs, für die dieser Artikel verwendet werden kann. Werte sind Enum-Werte aus {@link Therapy } . | ||||||||||||||||||||||||
| billableTherapies | Array of numbers Liste der Therapie-IDs, für die dieser Artikel abrechenbar ist. Werte sind Enum-Werte aus {@link Therapy } . | ||||||||||||||||||||||||
| prescriptionType | number (PrescriptionType) Enum: 0 1 2 3 4 5 7 Typ einer Verordnung. Definiert die verschiedenen Verordnungsarten im Homecare-Bereich.
| ||||||||||||||||||||||||
Array of objects (IQuantityPerUnit) Verpackungseinheiten mit Mengenangaben. | |||||||||||||||||||||||||
| pharmacyPrice | string Apothekenverkaufspreis. | ||||||||||||||||||||||||
| listPrice | string Listenpreis. | ||||||||||||||||||||||||
Array of objects (IInsuranceFixedPrice) Pauschalen aus Krankenkassen-Verträgen. | |||||||||||||||||||||||||
| fixedPrice | string Pauschale. | ||||||||||||||||||||||||
| purchaseRating | number Verwendet für die Wirtschaftlichkeitsberechnung von Artikel beim Erstellen einer Bestellung. | ||||||||||||||||||||||||
| unavailableTo | string Nicht verfügbar bis (Enddatum). | ||||||||||||||||||||||||
| unavailableFrom | string Nicht verfügbar ab (Startdatum). | ||||||||||||||||||||||||
| delayedTo | string Lieferung verzögert bis. | ||||||||||||||||||||||||
| inventoryType | number (InventoryType) Enum: 0 1 2 Inventartyp für Lagerbestände von Artikeln. Unterscheidet zwischen Lager- und Bestellbeständen.
| ||||||||||||||||||||||||
| stars | number Bewertung (Sterne). Bestimmt die Sortierung der Artikel im Standardversorgungsvorschlag. Höhere Anzahl der Sterne bedeutet Sortierung an den Anfang der Artikel-Liste. Sterne können alternativ auch aus einer Wirtschaftlichkeitsberechnung heraus bestimmt werden. | ||||||||||||||||||||||||
Array of objects (IAttribute) Zusätzliche Attribute des Artikels. Werden in der UI im Artikel-Editor angezeigt. | |||||||||||||||||||||||||
| substituteArticleCustomerNumber | string ERP bzw. kundenseitige Nummer eines Ersatzartikels. | ||||||||||||||||||||||||
| requiresSerialnumber | boolean Gibt an, ob eine Seriennummer erforderlich ist. | ||||||||||||||||||||||||
| requiresBatchnumber | boolean Gibt an, ob eine Chargennummer erforderlich ist. | ||||||||||||||||||||||||
| requiresValidToDate | boolean Gibt an, ob ein Verfallsdatum erforderlich ist. | ||||||||||||||||||||||||
| directOrder | boolean Gibt an, ob der Artikel für Direktbestellungen verfügbar ist. | ||||||||||||||||||||||||
| pharmacyOnly | boolean Gibt an, ob der Artikel nur über Apotheken bezogen werden kann. | ||||||||||||||||||||||||
| statusAnnotation | string Anmerkung zum Status. | ||||||||||||||||||||||||
| _id | string Eindeutige ID der Entität (UUID v4 als String). Wird beim Erstellen automatisch generiert. | ||||||||||||||||||||||||
| timestamp | string Zeitstempel der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | ||||||||||||||||||||||||
| archived | boolean Markiert die Entität als archiviert (Soft-Delete). Archivierte Entitäten werden nicht physisch gelöscht, sondern nur als archiviert markiert. Sie erscheinen nicht mehr in Standard-Abfragen. | ||||||||||||||||||||||||
| createdAt | string Zeitpunkt der Erstellung. Wird beim Erstellen der Entität automatisch gesetzt. | ||||||||||||||||||||||||
| createdBy | string ID des Benutzers, der die Entität erstellt hat. Referenziert einen Benutzer im System. | ||||||||||||||||||||||||
| updatedAt | string Zeitpunkt der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | ||||||||||||||||||||||||
| updatedBy | string ID des Benutzers, der die letzte Änderung vorgenommen hat. Referenziert einen Benutzer im System. |
{- "pcn": "string",
- "name": "string",
- "description": "string",
- "manufacturerNumber": "string",
- "customerNumber": "string",
- "medicalAidPositionNumber": "string",
- "ean": "string",
- "additionalDescription": "string",
- "manufacturer": "string",
- "size": "string",
- "assortmentType": 0,
- "status": 0,
- "productGroupId": "string",
- "therapyIds": [
- 0
], - "billableTherapies": [
- 0
], - "prescriptionType": 0,
- "packagingUnits": [
- {
- "_id": "string",
- "pcn": "string",
- "quantity": 0,
- "unit": "Stk",
- "archived": true
}
], - "pharmacyPrice": "string",
- "listPrice": "string",
- "insuranceFixedPrice": [
- {
- "payerId": "string",
- "contractId": "string",
- "price": "string"
}
], - "fixedPrice": "string",
- "purchaseRating": 0,
- "unavailableTo": "string",
- "unavailableFrom": "string",
- "delayedTo": "string",
- "inventoryType": 0,
- "stars": 0,
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "substituteArticleCustomerNumber": "string",
- "requiresSerialnumber": true,
- "requiresBatchnumber": true,
- "requiresValidToDate": true,
- "directOrder": true,
- "pharmacyOnly": true,
- "statusAnnotation": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}{- "pcn": "string",
- "name": "string",
- "description": "string",
- "manufacturerNumber": "string",
- "customerNumber": "string",
- "medicalAidPositionNumber": "string",
- "ean": "string",
- "additionalDescription": "string",
- "manufacturer": "string",
- "size": "string",
- "assortmentType": 0,
- "status": 0,
- "productGroupId": "string",
- "therapyIds": [
- 0
], - "billableTherapies": [
- 0
], - "prescriptionType": 0,
- "packagingUnits": [
- {
- "_id": "string",
- "pcn": "string",
- "quantity": 0,
- "unit": "Stk",
- "archived": true
}
], - "pharmacyPrice": "string",
- "listPrice": "string",
- "insuranceFixedPrice": [
- {
- "payerId": "string",
- "contractId": "string",
- "price": "string"
}
], - "fixedPrice": "string",
- "purchaseRating": 0,
- "unavailableTo": "string",
- "unavailableFrom": "string",
- "delayedTo": "string",
- "inventoryType": 0,
- "stars": 0,
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "substituteArticleCustomerNumber": "string",
- "requiresSerialnumber": true,
- "requiresBatchnumber": true,
- "requiresValidToDate": true,
- "directOrder": true,
- "pharmacyOnly": true,
- "statusAnnotation": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}| updatedAfter required | string <date-time> ISO 8601 Zeitstempel |
[- {
- "_id": "string",
- "metadata": {
- "type": 0,
- "patientId": "string",
- "regionId": "string",
- "auditId": "string",
- "auditNodeId": "string",
- "templateId": "string",
- "templateNodeId": "string",
- "therapyId": 0,
- "therapyTypeId": 0,
- "woundLocation": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "updatedAt": "2019-08-24T14:15:22Z",
- "updatedBy": "string",
- "archived": true,
- "patientApp": true,
- "signoPadPublicKey": "string",
- "storageFilename": "string",
- "isLinkedToInstitutionDocument": true
}, - "filename": "string",
- "chunkSize": 0,
- "uploadDate": "string",
- "length": 0,
- "contentType": "string",
- "md5": "string",
- "timestamp": "string",
- "authorizedKiwiInstitutions": [
- {
- "id": "string",
- "parentInstitutionId": "string",
- "institutionType": 0
}
], - "createdByKiwi": true
}
][- {
- "name": "string",
- "customerNumber": "string",
- "articleIds": [
- "string"
], - "productGroupIds": [
- "string"
], - "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}
]| name | string Name der Vertragsartikelgruppe. |
| customerNumber | string Kundennummer für die Abrechnung. |
| articleIds | Array of strings IDs der enthaltenen Artikel. |
| productGroupIds | Array of strings IDs der enthaltenen Produktgruppen. |
| _id | string Eindeutige ID der Entität (UUID v4 als String). Wird beim Erstellen automatisch generiert. |
| timestamp | string Zeitstempel der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. |
| archived | boolean Markiert die Entität als archiviert (Soft-Delete). Archivierte Entitäten werden nicht physisch gelöscht, sondern nur als archiviert markiert. Sie erscheinen nicht mehr in Standard-Abfragen. |
| createdAt | string Zeitpunkt der Erstellung. Wird beim Erstellen der Entität automatisch gesetzt. |
| createdBy | string ID des Benutzers, der die Entität erstellt hat. Referenziert einen Benutzer im System. |
| updatedAt | string Zeitpunkt der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. |
| updatedBy | string ID des Benutzers, der die letzte Änderung vorgenommen hat. Referenziert einen Benutzer im System. |
{- "name": "string",
- "customerNumber": "string",
- "articleIds": [
- "string"
], - "productGroupIds": [
- "string"
], - "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}{- "name": "string",
- "customerNumber": "string",
- "articleIds": [
- "string"
], - "productGroupIds": [
- "string"
], - "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}| id required | string <uuid> |
{- "name": "string",
- "customerNumber": "string",
- "articleIds": [
- "string"
], - "productGroupIds": [
- "string"
], - "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}| id required | string <uuid> |
| name | string Name der Vertragsartikelgruppe. |
| customerNumber | string Kundennummer für die Abrechnung. |
| articleIds | Array of strings IDs der enthaltenen Artikel. |
| productGroupIds | Array of strings IDs der enthaltenen Produktgruppen. |
| _id | string Eindeutige ID der Entität (UUID v4 als String). Wird beim Erstellen automatisch generiert. |
| timestamp | string Zeitstempel der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. |
| archived | boolean Markiert die Entität als archiviert (Soft-Delete). Archivierte Entitäten werden nicht physisch gelöscht, sondern nur als archiviert markiert. Sie erscheinen nicht mehr in Standard-Abfragen. |
| createdAt | string Zeitpunkt der Erstellung. Wird beim Erstellen der Entität automatisch gesetzt. |
| createdBy | string ID des Benutzers, der die Entität erstellt hat. Referenziert einen Benutzer im System. |
| updatedAt | string Zeitpunkt der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. |
| updatedBy | string ID des Benutzers, der die letzte Änderung vorgenommen hat. Referenziert einen Benutzer im System. |
{- "name": "string",
- "customerNumber": "string",
- "articleIds": [
- "string"
], - "productGroupIds": [
- "string"
], - "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}{- "name": "string",
- "customerNumber": "string",
- "articleIds": [
- "string"
], - "productGroupIds": [
- "string"
], - "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}| createdAfter required | string <date-time> ISO 8601 Zeitstempel |
[- {
- "_id": "string",
- "name": "string",
- "patientId": "string",
- "therapyId": 0,
- "therapyTypeId": 0,
- "archived": true,
- "createdBy": "string",
- "updatedBy": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}
]{- "_id": "string",
- "name": "string",
- "patientId": "string",
- "therapyId": 0,
- "therapyTypeId": 0,
- "archived": true,
- "createdBy": "string",
- "updatedBy": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}Ermittelt die Alberta Patient-ID (_id) anhand der externen Kundennummer (customerId).
| customerId required | string Die externe Kundennummer aus dem ERP-System |
{- "_id": "1f704bc5-5055-43eb-a851-c87b6b0bf7b9",
- "customerId": "string",
- "updatedAt": "2019-08-24T14:15:22Z"
}| updatedAfter required | string <date-time> ISO 8601 Zeitstempel |
[- {
- "status": "string",
- "createdBy": "string",
- "createdAt": "string",
- "entity": "string",
- "entityId": "string",
- "therapy": "string",
- "therapyType": "string",
- "woundLocation": "string"
}
]Ruft Patientennotizen ab. Entweder updatedAfter oder patientId muss angegeben werden.
| updatedAfter | string <date-time> ISO 8601 Zeitstempel (alternativ zu patientId) |
| patientId | string <uuid> Patient-ID (alternativ zu updatedAfter) |
[- {
- "noteText": "string",
- "patientId": "string",
- "regionId": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "createdBy": "string",
- "updatedBy": "string",
- "edited": true,
- "status": 1,
- "_id": "string",
- "timestamp": "string",
- "archived": true
}
]| noteText | string Text der Notiz. | ||||||||||||
| patientId | string ID des Patienten. | ||||||||||||
| regionId | string ID der Region. | ||||||||||||
| createdAt | string Erstellungszeitpunkt. | ||||||||||||
| updatedAt | string Zeitpunkt der letzten Bearbeitung. | ||||||||||||
| createdBy | string ID des Erstellers. | ||||||||||||
| updatedBy | string ID des letzten Bearbeiters. | ||||||||||||
| edited | boolean Gibt an, ob die Notiz bearbeitet wurde. | ||||||||||||
| status | number (NoteType) Enum: 1 2 3 Typ einer Notiz. Definiert die verschiedenen Arten von Patientennotizen. Steuert, wie die Notiz im Patientenüberblick angezeigt wird.
| ||||||||||||
| _id | string Eindeutige ID der Entität (UUID v4 als String). Wird beim Erstellen automatisch generiert. | ||||||||||||
| timestamp | string Zeitstempel der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | ||||||||||||
| archived | boolean Markiert die Entität als archiviert (Soft-Delete). Archivierte Entitäten werden nicht physisch gelöscht, sondern nur als archiviert markiert. Sie erscheinen nicht mehr in Standard-Abfragen. |
{- "noteText": "string",
- "patientId": "string",
- "regionId": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "createdBy": "string",
- "updatedBy": "string",
- "edited": true,
- "status": 1,
- "_id": "string",
- "timestamp": "string",
- "archived": true
}{- "noteText": "string",
- "patientId": "string",
- "regionId": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "createdBy": "string",
- "updatedBy": "string",
- "edited": true,
- "status": 1,
- "_id": "string",
- "timestamp": "string",
- "archived": true
}| id required | string <uuid> |
| noteText | string Text der Notiz. | ||||||||||||
| patientId | string ID des Patienten. | ||||||||||||
| regionId | string ID der Region. | ||||||||||||
| createdAt | string Erstellungszeitpunkt. | ||||||||||||
| updatedAt | string Zeitpunkt der letzten Bearbeitung. | ||||||||||||
| createdBy | string ID des Erstellers. | ||||||||||||
| updatedBy | string ID des letzten Bearbeiters. | ||||||||||||
| edited | boolean Gibt an, ob die Notiz bearbeitet wurde. | ||||||||||||
| status | number (NoteType) Enum: 1 2 3 Typ einer Notiz. Definiert die verschiedenen Arten von Patientennotizen. Steuert, wie die Notiz im Patientenüberblick angezeigt wird.
| ||||||||||||
| _id | string Eindeutige ID der Entität (UUID v4 als String). Wird beim Erstellen automatisch generiert. | ||||||||||||
| timestamp | string Zeitstempel der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | ||||||||||||
| archived | boolean Markiert die Entität als archiviert (Soft-Delete). Archivierte Entitäten werden nicht physisch gelöscht, sondern nur als archiviert markiert. Sie erscheinen nicht mehr in Standard-Abfragen. |
{- "noteText": "string",
- "patientId": "string",
- "regionId": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "createdBy": "string",
- "updatedBy": "string",
- "edited": true,
- "status": 1,
- "_id": "string",
- "timestamp": "string",
- "archived": true
}{- "noteText": "string",
- "patientId": "string",
- "regionId": "string",
- "createdAt": "string",
- "updatedAt": "string",
- "createdBy": "string",
- "updatedBy": "string",
- "edited": true,
- "status": 1,
- "_id": "string",
- "timestamp": "string",
- "archived": true
}Ruft Patienten ab, die seit dem angegebenen Zeitpunkt geändert wurden.
Wichtig: Die Parameter status und updatedAfter sind Pflichtparameter.
| status required | string Enum: "created" "updated" "archived" Filtert nach Änderungsstatus:
|
| updatedAfter required | string <date-time> ISO 8601 Zeitstempel. Nur Patienten, die nach diesem Zeitpunkt geändert wurden.
Beispiel: |
[- {
- "city": "string",
- "postalCode": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "gender": 0,
- "title": 0,
- "customerId": "string",
- "birthday": "string",
- "fieldNurseId": "string",
- "regionId": "string",
- "payerInstitutionCode": "string",
- "primaryDoctorId": "string",
- "nursingHomeId": "string",
- "nursingServiceId": "string",
- "deactivationReason": 0,
- "deactivationDate": "string",
- "deactivationComment": "string",
- "nextVisit": "string",
- "ivTherapy": true,
- "classification": "string",
- "pharmacyId": "string",
- "changeInSupplier": true,
- "billingAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string",
- "account": "string"
}, - "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "comment": "string",
- "erpStatus": "Liefersperre",
- "deliveryInformation": {
- "startTime": "string",
- "deliveryInformation": "string",
- "deliveryNote": "string",
- "deliveryOption": "string"
}, - "additionalUserId": "string",
- "additionalUserIds": [
- "string"
], - "careDegree": 1,
- "calorieDemand": 0,
- "dashboardInfo": [
- "string"
], - "status": "string",
- "additionalAttributes": { },
- "calendarResourceId": "string",
- "referrer": {
- "type": 1,
- "id": "string",
- "description": "string"
}, - "specializedServiceProviderBranchId": "string",
- "firstName": "string",
- "lastName": "string",
- "address": "string",
- "phone": "string",
- "mobilePhone": "string",
- "email": "string",
- "fax": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "payer": {
- "payerId": "string",
- "otherPayer": "string",
- "payerType": 0,
- "numberOfInsured": "string",
- "hasCopayment": true,
- "copaymentFromDate": "string",
- "copaymentToDate": "string",
- "copaymentRequestedAt": "string",
- "copaymentRequestedBy": "string",
- "noCopaymentPhoto": true,
- "hasNoEGKImage": true,
- "hasNoCopaymentImage": true,
- "additionalInfo": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true
}, - "hospital": {
- "hospitalId": "string",
- "dischargeDate": "string",
- "surgeryDate": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true
}, - "careGivers": [
- {
- "gender": 0,
- "title": 0,
- "type": 0,
- "role": "string",
- "customerId": "string",
- "comment": "string",
- "firstName": "string",
- "lastName": "string",
- "address": "string",
- "postalCode": "string",
- "city": "string",
- "phone": "string",
- "mobilePhone": "string",
- "email": "string",
- "fax": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true
}
]
}
]Legt einen neuen Patienten an.
Pflichtfelder: firstName, lastName, birthday, gender, address
| city | string Wohnort des Patienten. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| postalCode | string Postleitzahl des Wohnorts. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| additionalAddress | string Adresszusatz (z.B. Stockwerk, Zimmernummer). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| additionalAddress2 | string Zweiter Adresszusatz. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| gender | number (Gender) Enum: 0 1 2 3 Geschlecht einer Person. Wird für Patienten, Pflegepersonen und andere Personen verwendet.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| title | number (Title) Enum: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Titel/Anrede einer Person. Akademische Titel und Berufsbezeichnungen für Personen und Institutionen.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| customerId | string Externe Kundennummer aus dem ERP-System. Dieses Feld wird zur Synchronisation mit externen ERP-Systemen verwendet. Es muss pro Mandant eindeutig sein. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| birthday | string Geburtsdatum des Patienten. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| fieldNurseId | string ID des zuständigen Außendienstmitarbeiters. Referenziert einen Außendienstmitarbeiter (_id aus {@link IUser } ) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| regionId | string ID der Region, der der Patient zugeordnet ist. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| payerInstitutionCode | string IK-Nummer (Institutionskennzeichen) des Kostenträgers. Eindeutige Kennung der Krankenkasse. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| primaryDoctorId | string ID des behandelnden Arztes. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| nursingHomeId | string ID des Pflegeheims. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| nursingServiceId | string ID des Pflegedienstes. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| deactivationReason | number (PatientDeactivationReason) Enum: 0 1 2 3 4 Grund für die Deaktivierung eines Patienten. Definiert die möglichen Gründe, warum ein Patient deaktiviert wurde.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| deactivationDate | string Datum der Deaktivierung. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| deactivationComment | string Kommentar zur Deaktivierung. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| nextVisit | string Datum des nächsten geplanten Besuchs. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ivTherapy | boolean Gibt an, ob der Patient eine IV-Therapie erhält. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| classification | string Debitorenklasse des Patienten. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| pharmacyId | string ID der zugeordneten Apotheke. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| changeInSupplier | boolean Gibt an, ob ein Lieferantenwechsel stattgefunden hat (Umversorgungs-Patient) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (IPatientBillingAddress) Rechnungsadresse eines Patienten. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (IAddress) Adresse für Lieferungen und Kontakte. Allgemeine Adressstruktur, die für Lieferadressen, Rechnungsadressen und Kontaktadressen verwendet wird. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| comment | string Allgemeiner Kommentar zum Patienten. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| erpStatus | string (ErpStatus) Enum: "Liefersperre" "Komplettsperre" ERP-Sperrstatus für Patienten. Definiert Sperrstatus, die aus dem ERP-System kommen.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (IDeliveryInformation) Lieferinformationen für einen Patienten. Enthält Informationen zur Lieferung wie Startzeit der Belieferung und Hinweise. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| additionalUserId | string ID eines zusätzlichen zuständigen Außendienstmitarbeiters. Referenziert einen Außendienstmitarbeiter (IUser._id). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| additionalUserIds | Array of strings IDs weiterer zuständiger Außendienstmitarbeiter. Referenziert mehrere Außendienstmitarbeiter (IUser._id). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| careDegree | number Enum: 1 2 3 4 5 Pflegegrad des Patienten (1-5). Einstufung nach SGB XI. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| calorieDemand | number Kalorienbedarf des Patienten. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| dashboardInfo | Array of strings Informationen für die Anzeige im Überblick des Patienten. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| status | string Status des Patienten. Konfigurierbar. Die für den Mandanten gültigen Werte beim Support erfragen. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| additionalAttributes | object Zusätzliche mandantenspezifische Attribute. Flexibles Feld für kundenspezifische Erweiterungen. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| calendarResourceId | string Interne Kalender-Ressourcen-ID für Terminplanung. Wird für die standardisierte Zuordnung von Patienten zu Ressourcen beim Erstellen von {@link IAppointment } verwendet. Kalender Ressourcen können über den Support angelegt werden. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (IPatientReferrer) Repräsentiert den Überweiser/Zuweiser eines Patienten. Der Überweiser ist die Institution oder Person, die den Patienten an den Homecare-Anbieter vermittelt hat (z.B. Krankenhaus, Arzt, Pflegedienst). | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| specializedServiceProviderBranchId | string ID der zugeordneten Filiale des spezialisierten Leistungserbringers. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| firstName | string Vorname der Person. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| lastName | string Nachname der Person. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| address | string Straße und Hausnummer. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| phone | string Festnetz-Telefonnummer. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mobilePhone | string Mobiltelefonnummer. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
string E-Mail-Adresse. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| fax | string Faxnummer. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| _id | string Eindeutige ID der Entität (UUID v4 als String). Wird beim Erstellen automatisch generiert. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| timestamp | string Zeitstempel der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| archived | boolean Markiert die Entität als archiviert (Soft-Delete). Archivierte Entitäten werden nicht physisch gelöscht, sondern nur als archiviert markiert. Sie erscheinen nicht mehr in Standard-Abfragen. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| createdAt | string Zeitpunkt der Erstellung. Wird beim Erstellen der Entität automatisch gesetzt. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| createdBy | string ID des Benutzers, der die Entität erstellt hat. Referenziert einen Benutzer im System. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| updatedAt | string Zeitpunkt der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| updatedBy | string ID des Benutzers, der die letzte Änderung vorgenommen hat. Referenziert einen Benutzer im System. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (IPatientPayerRelationExternal) Kostenträger-Relation für die externe API. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (IPatientHospitalRelationExternal) Krankenhaus-Relation für die externe API. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (ICareGiverExternal) |
{- "city": "string",
- "postalCode": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "gender": 0,
- "title": 0,
- "customerId": "string",
- "birthday": "string",
- "fieldNurseId": "string",
- "regionId": "string",
- "payerInstitutionCode": "string",
- "primaryDoctorId": "string",
- "nursingHomeId": "string",
- "nursingServiceId": "string",
- "deactivationReason": 0,
- "deactivationDate": "string",
- "deactivationComment": "string",
- "nextVisit": "string",
- "ivTherapy": true,
- "classification": "string",
- "pharmacyId": "string",
- "changeInSupplier": true,
- "billingAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string",
- "account": "string"
}, - "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "comment": "string",
- "erpStatus": "Liefersperre",
- "deliveryInformation": {
- "startTime": "string",
- "deliveryInformation": "string",
- "deliveryNote": "string",
- "deliveryOption": "string"
}, - "additionalUserId": "string",
- "additionalUserIds": [
- "string"
], - "careDegree": 1,
- "calorieDemand": 0,
- "dashboardInfo": [
- "string"
], - "status": "string",
- "additionalAttributes": { },
- "calendarResourceId": "string",
- "referrer": {
- "type": 1,
- "id": "string",
- "description": "string"
}, - "specializedServiceProviderBranchId": "string",
- "firstName": "string",
- "lastName": "string",
- "address": "string",
- "phone": "string",
- "mobilePhone": "string",
- "email": "string",
- "fax": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "payer": {
- "payerId": "string",
- "otherPayer": "string",
- "payerType": 0,
- "numberOfInsured": "string",
- "hasCopayment": true,
- "copaymentFromDate": "string",
- "copaymentToDate": "string",
- "copaymentRequestedAt": "string",
- "copaymentRequestedBy": "string",
- "noCopaymentPhoto": true,
- "hasNoEGKImage": true,
- "hasNoCopaymentImage": true,
- "additionalInfo": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true
}, - "hospital": {
- "hospitalId": "string",
- "dischargeDate": "string",
- "surgeryDate": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true
}, - "careGivers": [
- {
- "gender": 0,
- "title": 0,
- "type": 0,
- "role": "string",
- "customerId": "string",
- "comment": "string",
- "firstName": "string",
- "lastName": "string",
- "address": "string",
- "postalCode": "string",
- "city": "string",
- "phone": "string",
- "mobilePhone": "string",
- "email": "string",
- "fax": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true
}
]
}{- "city": "string",
- "postalCode": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "gender": 0,
- "title": 0,
- "customerId": "string",
- "birthday": "string",
- "fieldNurseId": "string",
- "regionId": "string",
- "payerInstitutionCode": "string",
- "primaryDoctorId": "string",
- "nursingHomeId": "string",
- "nursingServiceId": "string",
- "deactivationReason": 0,
- "deactivationDate": "string",
- "deactivationComment": "string",
- "nextVisit": "string",
- "ivTherapy": true,
- "classification": "string",
- "pharmacyId": "string",
- "changeInSupplier": true,
- "billingAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string",
- "account": "string"
}, - "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "comment": "string",
- "erpStatus": "Liefersperre",
- "deliveryInformation": {
- "startTime": "string",
- "deliveryInformation": "string",
- "deliveryNote": "string",
- "deliveryOption": "string"
}, - "additionalUserId": "string",
- "additionalUserIds": [
- "string"
], - "careDegree": 1,
- "calorieDemand": 0,
- "dashboardInfo": [
- "string"
], - "status": "string",
- "additionalAttributes": { },
- "calendarResourceId": "string",
- "referrer": {
- "type": 1,
- "id": "string",
- "description": "string"
}, - "specializedServiceProviderBranchId": "string",
- "firstName": "string",
- "lastName": "string",
- "address": "string",
- "phone": "string",
- "mobilePhone": "string",
- "email": "string",
- "fax": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "payer": {
- "payerId": "string",
- "otherPayer": "string",
- "payerType": 0,
- "numberOfInsured": "string",
- "hasCopayment": true,
- "copaymentFromDate": "string",
- "copaymentToDate": "string",
- "copaymentRequestedAt": "string",
- "copaymentRequestedBy": "string",
- "noCopaymentPhoto": true,
- "hasNoEGKImage": true,
- "hasNoCopaymentImage": true,
- "additionalInfo": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true
}, - "hospital": {
- "hospitalId": "string",
- "dischargeDate": "string",
- "surgeryDate": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true
}, - "careGivers": [
- {
- "gender": 0,
- "title": 0,
- "type": 0,
- "role": "string",
- "customerId": "string",
- "comment": "string",
- "firstName": "string",
- "lastName": "string",
- "address": "string",
- "postalCode": "string",
- "city": "string",
- "phone": "string",
- "mobilePhone": "string",
- "email": "string",
- "fax": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true
}
]
}| id required | string <uuid> Die eindeutige ID des Patienten (UUID) |
| city | string Wohnort des Patienten. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| postalCode | string Postleitzahl des Wohnorts. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| additionalAddress | string Adresszusatz (z.B. Stockwerk, Zimmernummer). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| additionalAddress2 | string Zweiter Adresszusatz. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| gender | number (Gender) Enum: 0 1 2 3 Geschlecht einer Person. Wird für Patienten, Pflegepersonen und andere Personen verwendet.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| title | number (Title) Enum: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Titel/Anrede einer Person. Akademische Titel und Berufsbezeichnungen für Personen und Institutionen.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| customerId | string Externe Kundennummer aus dem ERP-System. Dieses Feld wird zur Synchronisation mit externen ERP-Systemen verwendet. Es muss pro Mandant eindeutig sein. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| birthday | string Geburtsdatum des Patienten. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| fieldNurseId | string ID des zuständigen Außendienstmitarbeiters. Referenziert einen Außendienstmitarbeiter (_id aus {@link IUser } ) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| regionId | string ID der Region, der der Patient zugeordnet ist. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| payerInstitutionCode | string IK-Nummer (Institutionskennzeichen) des Kostenträgers. Eindeutige Kennung der Krankenkasse. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| primaryDoctorId | string ID des behandelnden Arztes. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| nursingHomeId | string ID des Pflegeheims. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| nursingServiceId | string ID des Pflegedienstes. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| deactivationReason | number (PatientDeactivationReason) Enum: 0 1 2 3 4 Grund für die Deaktivierung eines Patienten. Definiert die möglichen Gründe, warum ein Patient deaktiviert wurde.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| deactivationDate | string Datum der Deaktivierung. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| deactivationComment | string Kommentar zur Deaktivierung. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| nextVisit | string Datum des nächsten geplanten Besuchs. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ivTherapy | boolean Gibt an, ob der Patient eine IV-Therapie erhält. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| classification | string Debitorenklasse des Patienten. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| pharmacyId | string ID der zugeordneten Apotheke. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| changeInSupplier | boolean Gibt an, ob ein Lieferantenwechsel stattgefunden hat (Umversorgungs-Patient) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (IPatientBillingAddress) Rechnungsadresse eines Patienten. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (IAddress) Adresse für Lieferungen und Kontakte. Allgemeine Adressstruktur, die für Lieferadressen, Rechnungsadressen und Kontaktadressen verwendet wird. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| comment | string Allgemeiner Kommentar zum Patienten. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| erpStatus | string (ErpStatus) Enum: "Liefersperre" "Komplettsperre" ERP-Sperrstatus für Patienten. Definiert Sperrstatus, die aus dem ERP-System kommen.
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (IDeliveryInformation) Lieferinformationen für einen Patienten. Enthält Informationen zur Lieferung wie Startzeit der Belieferung und Hinweise. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| additionalUserId | string ID eines zusätzlichen zuständigen Außendienstmitarbeiters. Referenziert einen Außendienstmitarbeiter (IUser._id). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| additionalUserIds | Array of strings IDs weiterer zuständiger Außendienstmitarbeiter. Referenziert mehrere Außendienstmitarbeiter (IUser._id). | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| careDegree | number Enum: 1 2 3 4 5 Pflegegrad des Patienten (1-5). Einstufung nach SGB XI. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| calorieDemand | number Kalorienbedarf des Patienten. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| dashboardInfo | Array of strings Informationen für die Anzeige im Überblick des Patienten. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| status | string Status des Patienten. Konfigurierbar. Die für den Mandanten gültigen Werte beim Support erfragen. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| additionalAttributes | object Zusätzliche mandantenspezifische Attribute. Flexibles Feld für kundenspezifische Erweiterungen. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| calendarResourceId | string Interne Kalender-Ressourcen-ID für Terminplanung. Wird für die standardisierte Zuordnung von Patienten zu Ressourcen beim Erstellen von {@link IAppointment } verwendet. Kalender Ressourcen können über den Support angelegt werden. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (IPatientReferrer) Repräsentiert den Überweiser/Zuweiser eines Patienten. Der Überweiser ist die Institution oder Person, die den Patienten an den Homecare-Anbieter vermittelt hat (z.B. Krankenhaus, Arzt, Pflegedienst). | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| specializedServiceProviderBranchId | string ID der zugeordneten Filiale des spezialisierten Leistungserbringers. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| firstName | string Vorname der Person. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| lastName | string Nachname der Person. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| address | string Straße und Hausnummer. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| phone | string Festnetz-Telefonnummer. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mobilePhone | string Mobiltelefonnummer. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
string E-Mail-Adresse. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| fax | string Faxnummer. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| _id | string Eindeutige ID der Entität (UUID v4 als String). Wird beim Erstellen automatisch generiert. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| timestamp | string Zeitstempel der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| archived | boolean Markiert die Entität als archiviert (Soft-Delete). Archivierte Entitäten werden nicht physisch gelöscht, sondern nur als archiviert markiert. Sie erscheinen nicht mehr in Standard-Abfragen. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| createdAt | string Zeitpunkt der Erstellung. Wird beim Erstellen der Entität automatisch gesetzt. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| createdBy | string ID des Benutzers, der die Entität erstellt hat. Referenziert einen Benutzer im System. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| updatedAt | string Zeitpunkt der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| updatedBy | string ID des Benutzers, der die letzte Änderung vorgenommen hat. Referenziert einen Benutzer im System. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (IPatientPayerRelationExternal) Kostenträger-Relation für die externe API. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
object (IPatientHospitalRelationExternal) Krankenhaus-Relation für die externe API. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (ICareGiverExternal) |
{- "city": "string",
- "postalCode": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "gender": 0,
- "title": 0,
- "customerId": "string",
- "birthday": "string",
- "fieldNurseId": "string",
- "regionId": "string",
- "payerInstitutionCode": "string",
- "primaryDoctorId": "string",
- "nursingHomeId": "string",
- "nursingServiceId": "string",
- "deactivationReason": 0,
- "deactivationDate": "string",
- "deactivationComment": "string",
- "nextVisit": "string",
- "ivTherapy": true,
- "classification": "string",
- "pharmacyId": "string",
- "changeInSupplier": true,
- "billingAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string",
- "account": "string"
}, - "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "comment": "string",
- "erpStatus": "Liefersperre",
- "deliveryInformation": {
- "startTime": "string",
- "deliveryInformation": "string",
- "deliveryNote": "string",
- "deliveryOption": "string"
}, - "additionalUserId": "string",
- "additionalUserIds": [
- "string"
], - "careDegree": 1,
- "calorieDemand": 0,
- "dashboardInfo": [
- "string"
], - "status": "string",
- "additionalAttributes": { },
- "calendarResourceId": "string",
- "referrer": {
- "type": 1,
- "id": "string",
- "description": "string"
}, - "specializedServiceProviderBranchId": "string",
- "firstName": "string",
- "lastName": "string",
- "address": "string",
- "phone": "string",
- "mobilePhone": "string",
- "email": "string",
- "fax": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "payer": {
- "payerId": "string",
- "otherPayer": "string",
- "payerType": 0,
- "numberOfInsured": "string",
- "hasCopayment": true,
- "copaymentFromDate": "string",
- "copaymentToDate": "string",
- "copaymentRequestedAt": "string",
- "copaymentRequestedBy": "string",
- "noCopaymentPhoto": true,
- "hasNoEGKImage": true,
- "hasNoCopaymentImage": true,
- "additionalInfo": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true
}, - "hospital": {
- "hospitalId": "string",
- "dischargeDate": "string",
- "surgeryDate": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true
}, - "careGivers": [
- {
- "gender": 0,
- "title": 0,
- "type": 0,
- "role": "string",
- "customerId": "string",
- "comment": "string",
- "firstName": "string",
- "lastName": "string",
- "address": "string",
- "postalCode": "string",
- "city": "string",
- "phone": "string",
- "mobilePhone": "string",
- "email": "string",
- "fax": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true
}
]
}{- "city": "string",
- "postalCode": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "gender": 0,
- "title": 0,
- "customerId": "string",
- "birthday": "string",
- "fieldNurseId": "string",
- "regionId": "string",
- "payerInstitutionCode": "string",
- "primaryDoctorId": "string",
- "nursingHomeId": "string",
- "nursingServiceId": "string",
- "deactivationReason": 0,
- "deactivationDate": "string",
- "deactivationComment": "string",
- "nextVisit": "string",
- "ivTherapy": true,
- "classification": "string",
- "pharmacyId": "string",
- "changeInSupplier": true,
- "billingAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string",
- "account": "string"
}, - "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "comment": "string",
- "erpStatus": "Liefersperre",
- "deliveryInformation": {
- "startTime": "string",
- "deliveryInformation": "string",
- "deliveryNote": "string",
- "deliveryOption": "string"
}, - "additionalUserId": "string",
- "additionalUserIds": [
- "string"
], - "careDegree": 1,
- "calorieDemand": 0,
- "dashboardInfo": [
- "string"
], - "status": "string",
- "additionalAttributes": { },
- "calendarResourceId": "string",
- "referrer": {
- "type": 1,
- "id": "string",
- "description": "string"
}, - "specializedServiceProviderBranchId": "string",
- "firstName": "string",
- "lastName": "string",
- "address": "string",
- "phone": "string",
- "mobilePhone": "string",
- "email": "string",
- "fax": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "payer": {
- "payerId": "string",
- "otherPayer": "string",
- "payerType": 0,
- "numberOfInsured": "string",
- "hasCopayment": true,
- "copaymentFromDate": "string",
- "copaymentToDate": "string",
- "copaymentRequestedAt": "string",
- "copaymentRequestedBy": "string",
- "noCopaymentPhoto": true,
- "hasNoEGKImage": true,
- "hasNoCopaymentImage": true,
- "additionalInfo": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true
}, - "hospital": {
- "hospitalId": "string",
- "dischargeDate": "string",
- "surgeryDate": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true
}, - "careGivers": [
- {
- "gender": 0,
- "title": 0,
- "type": 0,
- "role": "string",
- "customerId": "string",
- "comment": "string",
- "firstName": "string",
- "lastName": "string",
- "address": "string",
- "postalCode": "string",
- "city": "string",
- "phone": "string",
- "mobilePhone": "string",
- "email": "string",
- "fax": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true
}
]
}| patientId | string ID des Patienten, dem das Gerät zugeordnet ist. |
| regionId | string ID der Region. |
| articleId | string ID des zugrunde liegenden Artikels. |
| articleNumber | string ERP Artikelnummer des Geräts. |
| serialNumber | string Seriennummer des Geräts. |
| description | string Beschreibung des Geräts. |
| additionalDescription | string Zusätzliche Beschreibung. |
| locked | boolean Gibt an, ob das Gerät gesperrt ist. |
| commissioningDate | string Datum der Inbetriebnahme. |
| repairEstimateRequired | boolean Gibt an, ob ein Kostenvoranschlag für Reparaturen erforderlich ist. |
| repairEstimateLimit | string Kostengrenze für Kosenvoranschläge für Reparaturen. |
| lastBookingCode | string Letzter Buchungscode. |
| lastLocationCode | string Letzter Standortcode. |
| ownerName | string Name des Eigentümers. |
| deviceNumber | string Gerätenummer. |
| registerNumber | string Registrierungsnummer des Geräts. |
Array of objects (IDeviceMaintenanceLine) Wartungsdaten des Geräts. | |
Array of objects (IDeviceInformationLine) Zusätzliche Geräteinformationen. | |
| _id | string Eindeutige ID der Entität (UUID v4 als String). Wird beim Erstellen automatisch generiert. |
| timestamp | string Zeitstempel der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. |
| archived | boolean Markiert die Entität als archiviert (Soft-Delete). Archivierte Entitäten werden nicht physisch gelöscht, sondern nur als archiviert markiert. Sie erscheinen nicht mehr in Standard-Abfragen. |
| createdAt | string Zeitpunkt der Erstellung. Wird beim Erstellen der Entität automatisch gesetzt. |
| createdBy | string ID des Benutzers, der die Entität erstellt hat. Referenziert einen Benutzer im System. |
| updatedAt | string Zeitpunkt der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. |
| updatedBy | string ID des Benutzers, der die letzte Änderung vorgenommen hat. Referenziert einen Benutzer im System. |
{- "patientId": "string",
- "regionId": "string",
- "articleId": "string",
- "articleNumber": "string",
- "serialNumber": "string",
- "description": "string",
- "additionalDescription": "string",
- "locked": true,
- "commissioningDate": "string",
- "repairEstimateRequired": true,
- "repairEstimateLimit": "string",
- "lastBookingCode": "string",
- "lastLocationCode": "string",
- "ownerName": "string",
- "deviceNumber": "string",
- "registerNumber": "string",
- "maintenances": [
- {
- "maintenanceCode": "string",
- "maintenanceInterval": "string",
- "lastServiceDate": "string",
- "nextServiceDate": "string"
}
], - "deviceInformationLines": [
- {
- "articleDescription": "string",
- "articleNumber": "string",
- "batchNumber": "string",
- "technicalServiceCompletionDate": "string",
- "dueDate": "string",
- "name": "string",
- "additionalName": "string",
- "inspectionType": "string",
- "inspectionCompleted": true,
- "serialNumber": "string",
- "serviceOriginType": "string",
- "serviceDescription": "string",
- "serviceLocation": "string",
- "serviceCompleted": true,
- "deviceAppraisalLines": [
- {
- "description": "string",
- "additionalDescription": "string",
- "repairsReason": "string",
- "repairsResolution": "string"
}
], - "deviceSparepartLines": [
- {
- "postingDate": "string",
- "articleNumber": "string",
- "articleDescription": "string",
- "articleDescription2": "string"
}
], - "active": true,
- "archived": true
}
], - "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}{- "patientId": "string",
- "regionId": "string",
- "articleId": "string",
- "articleNumber": "string",
- "serialNumber": "string",
- "description": "string",
- "additionalDescription": "string",
- "locked": true,
- "commissioningDate": "string",
- "repairEstimateRequired": true,
- "repairEstimateLimit": "string",
- "lastBookingCode": "string",
- "lastLocationCode": "string",
- "ownerName": "string",
- "deviceNumber": "string",
- "registerNumber": "string",
- "maintenances": [
- {
- "maintenanceCode": "string",
- "maintenanceInterval": "string",
- "lastServiceDate": "string",
- "nextServiceDate": "string"
}
], - "deviceInformationLines": [
- {
- "articleDescription": "string",
- "articleNumber": "string",
- "batchNumber": "string",
- "technicalServiceCompletionDate": "string",
- "dueDate": "string",
- "name": "string",
- "additionalName": "string",
- "inspectionType": "string",
- "inspectionCompleted": true,
- "serialNumber": "string",
- "serviceOriginType": "string",
- "serviceDescription": "string",
- "serviceLocation": "string",
- "serviceCompleted": true,
- "deviceAppraisalLines": [
- {
- "description": "string",
- "additionalDescription": "string",
- "repairsReason": "string",
- "repairsResolution": "string"
}
], - "deviceSparepartLines": [
- {
- "postingDate": "string",
- "articleNumber": "string",
- "articleDescription": "string",
- "articleDescription2": "string"
}
], - "active": true,
- "archived": true
}
], - "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}| id required | string <uuid> |
| patientId | string ID des Patienten, dem das Gerät zugeordnet ist. |
| regionId | string ID der Region. |
| articleId | string ID des zugrunde liegenden Artikels. |
| articleNumber | string ERP Artikelnummer des Geräts. |
| serialNumber | string Seriennummer des Geräts. |
| description | string Beschreibung des Geräts. |
| additionalDescription | string Zusätzliche Beschreibung. |
| locked | boolean Gibt an, ob das Gerät gesperrt ist. |
| commissioningDate | string Datum der Inbetriebnahme. |
| repairEstimateRequired | boolean Gibt an, ob ein Kostenvoranschlag für Reparaturen erforderlich ist. |
| repairEstimateLimit | string Kostengrenze für Kosenvoranschläge für Reparaturen. |
| lastBookingCode | string Letzter Buchungscode. |
| lastLocationCode | string Letzter Standortcode. |
| ownerName | string Name des Eigentümers. |
| deviceNumber | string Gerätenummer. |
| registerNumber | string Registrierungsnummer des Geräts. |
Array of objects (IDeviceMaintenanceLine) Wartungsdaten des Geräts. | |
Array of objects (IDeviceInformationLine) Zusätzliche Geräteinformationen. | |
| _id | string Eindeutige ID der Entität (UUID v4 als String). Wird beim Erstellen automatisch generiert. |
| timestamp | string Zeitstempel der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. |
| archived | boolean Markiert die Entität als archiviert (Soft-Delete). Archivierte Entitäten werden nicht physisch gelöscht, sondern nur als archiviert markiert. Sie erscheinen nicht mehr in Standard-Abfragen. |
| createdAt | string Zeitpunkt der Erstellung. Wird beim Erstellen der Entität automatisch gesetzt. |
| createdBy | string ID des Benutzers, der die Entität erstellt hat. Referenziert einen Benutzer im System. |
| updatedAt | string Zeitpunkt der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. |
| updatedBy | string ID des Benutzers, der die letzte Änderung vorgenommen hat. Referenziert einen Benutzer im System. |
{- "patientId": "string",
- "regionId": "string",
- "articleId": "string",
- "articleNumber": "string",
- "serialNumber": "string",
- "description": "string",
- "additionalDescription": "string",
- "locked": true,
- "commissioningDate": "string",
- "repairEstimateRequired": true,
- "repairEstimateLimit": "string",
- "lastBookingCode": "string",
- "lastLocationCode": "string",
- "ownerName": "string",
- "deviceNumber": "string",
- "registerNumber": "string",
- "maintenances": [
- {
- "maintenanceCode": "string",
- "maintenanceInterval": "string",
- "lastServiceDate": "string",
- "nextServiceDate": "string"
}
], - "deviceInformationLines": [
- {
- "articleDescription": "string",
- "articleNumber": "string",
- "batchNumber": "string",
- "technicalServiceCompletionDate": "string",
- "dueDate": "string",
- "name": "string",
- "additionalName": "string",
- "inspectionType": "string",
- "inspectionCompleted": true,
- "serialNumber": "string",
- "serviceOriginType": "string",
- "serviceDescription": "string",
- "serviceLocation": "string",
- "serviceCompleted": true,
- "deviceAppraisalLines": [
- {
- "description": "string",
- "additionalDescription": "string",
- "repairsReason": "string",
- "repairsResolution": "string"
}
], - "deviceSparepartLines": [
- {
- "postingDate": "string",
- "articleNumber": "string",
- "articleDescription": "string",
- "articleDescription2": "string"
}
], - "active": true,
- "archived": true
}
], - "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}{- "patientId": "string",
- "regionId": "string",
- "articleId": "string",
- "articleNumber": "string",
- "serialNumber": "string",
- "description": "string",
- "additionalDescription": "string",
- "locked": true,
- "commissioningDate": "string",
- "repairEstimateRequired": true,
- "repairEstimateLimit": "string",
- "lastBookingCode": "string",
- "lastLocationCode": "string",
- "ownerName": "string",
- "deviceNumber": "string",
- "registerNumber": "string",
- "maintenances": [
- {
- "maintenanceCode": "string",
- "maintenanceInterval": "string",
- "lastServiceDate": "string",
- "nextServiceDate": "string"
}
], - "deviceInformationLines": [
- {
- "articleDescription": "string",
- "articleNumber": "string",
- "batchNumber": "string",
- "technicalServiceCompletionDate": "string",
- "dueDate": "string",
- "name": "string",
- "additionalName": "string",
- "inspectionType": "string",
- "inspectionCompleted": true,
- "serialNumber": "string",
- "serviceOriginType": "string",
- "serviceDescription": "string",
- "serviceLocation": "string",
- "serviceCompleted": true,
- "deviceAppraisalLines": [
- {
- "description": "string",
- "additionalDescription": "string",
- "repairsReason": "string",
- "repairsResolution": "string"
}
], - "deviceSparepartLines": [
- {
- "postingDate": "string",
- "articleNumber": "string",
- "articleDescription": "string",
- "articleDescription2": "string"
}
], - "active": true,
- "archived": true
}
], - "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}Ruft Direktbestellungen ab, die seit dem angegebenen Zeitpunkt geändert wurden.
Wichtig: Die Parameter status und updatedAfter sind Pflichtparameter.
| status required | string Enum: "created" "transmitted" "updated" "archived" Filtert nach Änderungsstatus:
|
| updatedAfter required | string <date-time> ISO 8601 Zeitstempel. Nur Direktbestellungen, die nach diesem Zeitpunkt geändert wurden.
Beispiel: |
[- {
- "regionId": "string",
- "salesId": "string",
- "patientId": "string",
- "creationDate": "string",
- "deliveryDate": "string",
- "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "deliveryInformation": "string",
- "status": -3,
- "annotation": "string",
- "orderType": 0,
- "transmittedAt": "string",
- "deliveryOption": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "orderedArticleLines": [
- {
- "_id": "string",
- "articleId": "string",
- "articleCustomerNumber": "string",
- "packagingUnitId": "string",
- "unit": "string",
- "quantity": 0,
- "deliveredQuantity": 0,
- "price": "string",
- "attributes": { },
- "timestamp": "string",
- "archived": true
}
]
}
]Aktualisiert eine bestehende Direktbestellung.
Typischerweise wird die salesId gesetzt, um die Direktbestellung als vom ERP verarbeitet zu markieren.
| id required | string <uuid> Die eindeutige ID der Direktbestellung (UUID) |
| regionId | string ID der Region, der der Auftrag zugeordnet ist. | |||||||||||||||||||||||||||||||||||||||||||||
| salesId | string Id des Auftrag im ERP-System des Kunden | |||||||||||||||||||||||||||||||||||||||||||||
| patientId | string ID des Patienten, für den der Auftrag erstellt wurde. | |||||||||||||||||||||||||||||||||||||||||||||
| creationDate | string Erstellungsdatum des Auftrags. | |||||||||||||||||||||||||||||||||||||||||||||
| deliveryDate | string Geplantes Lieferdatum. | |||||||||||||||||||||||||||||||||||||||||||||
object (IDeliveryAddress) Lieferadresse. Erweitert {@link IAddress } für Lieferadressen bei Bestellungen. | ||||||||||||||||||||||||||||||||||||||||||||||
| deliveryInformation | string Zusätzliche Lieferinformationen. | |||||||||||||||||||||||||||||||||||||||||||||
| status | number (OrderStatus) Enum: -3 -2 -1 0 1 2 3 4 5 6 7 8 9 10 Status einer Bestellung. Definiert den Lebenszyklus einer Bestellung von der Erstellung bis zur Lieferung. Nicht alle Statusänderungen sind erlaubt.
Erlaubte Statusübergänge: | Von Status | Erlaubte Zielstatus | |------------|---------------------| |
| |||||||||||||||||||||||||||||||||||||||||||||
| annotation | string Anmerkungen zum Auftrag. | |||||||||||||||||||||||||||||||||||||||||||||
| orderType | number (OrderType) Enum: 0 1 2 Typ einer Bestellung. Unterscheidet zwischen Erst-, Folge- und Mitarbeiterbestellungen.
| |||||||||||||||||||||||||||||||||||||||||||||
| transmittedAt | string Zeitpunkt der Verarbeitung durch das Backend. ISO-String-Datum, wann der Auftrag vom Order-Backend verarbeitet wurde. | |||||||||||||||||||||||||||||||||||||||||||||
| deliveryOption | string | |||||||||||||||||||||||||||||||||||||||||||||
| _id | string Eindeutige ID der Entität (UUID v4 als String). Wird beim Erstellen automatisch generiert. | |||||||||||||||||||||||||||||||||||||||||||||
| timestamp | string Zeitstempel der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | |||||||||||||||||||||||||||||||||||||||||||||
| archived | boolean Markiert die Entität als archiviert (Soft-Delete). Archivierte Entitäten werden nicht physisch gelöscht, sondern nur als archiviert markiert. Sie erscheinen nicht mehr in Standard-Abfragen. | |||||||||||||||||||||||||||||||||||||||||||||
| createdAt | string Zeitpunkt der Erstellung. Wird beim Erstellen der Entität automatisch gesetzt. | |||||||||||||||||||||||||||||||||||||||||||||
| createdBy | string ID des Benutzers, der die Entität erstellt hat. Referenziert einen Benutzer im System. | |||||||||||||||||||||||||||||||||||||||||||||
| updatedAt | string Zeitpunkt der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | |||||||||||||||||||||||||||||||||||||||||||||
| updatedBy | string ID des Benutzers, der die letzte Änderung vorgenommen hat. Referenziert einen Benutzer im System. | |||||||||||||||||||||||||||||||||||||||||||||
Array of objects (IDirectOrderedArticleLineExternal) |
{- "regionId": "string",
- "salesId": "string",
- "patientId": "string",
- "creationDate": "string",
- "deliveryDate": "string",
- "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "deliveryInformation": "string",
- "status": -3,
- "annotation": "string",
- "orderType": 0,
- "transmittedAt": "string",
- "deliveryOption": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "orderedArticleLines": [
- {
- "_id": "string",
- "articleId": "string",
- "articleCustomerNumber": "string",
- "packagingUnitId": "string",
- "unit": "string",
- "quantity": 0,
- "deliveredQuantity": 0,
- "price": "string",
- "attributes": { },
- "timestamp": "string",
- "archived": true
}
]
}{- "regionId": "string",
- "salesId": "string",
- "patientId": "string",
- "creationDate": "string",
- "deliveryDate": "string",
- "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "deliveryInformation": "string",
- "status": -3,
- "annotation": "string",
- "orderType": 0,
- "transmittedAt": "string",
- "deliveryOption": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "orderedArticleLines": [
- {
- "_id": "string",
- "articleId": "string",
- "articleCustomerNumber": "string",
- "packagingUnitId": "string",
- "unit": "string",
- "quantity": 0,
- "deliveredQuantity": 0,
- "price": "string",
- "attributes": { },
- "timestamp": "string",
- "archived": true
}
]
}Legt einen neuen ERP-Auftrag an. Wird verwendet, um Aufträge aus dem ERP-System nach Alberta zu übertragen.
| patientId | string ID des Patienten. |
| regionId | string ID der Region. |
| therapyId | number ID der Therapie. |
| salesId | string Id des Auftrag im ERP-System des Kunden |
object (IDeliveryAddress) Lieferadresse. Erweitert {@link IAddress } für Lieferadressen bei Bestellungen. | |
| outboundDate | string Versanddatum. |
Array of objects (IErpOrderedArticleLine) Bestellte Artikelzeilen. | |
| annotation | string Anmerkung. |
| prescriptionStatus | string Rezeptstatus. |
| completed | boolean Gibt an, ob die Bestellung abgeschlossen ist. |
| trackingLink | string Link zur Sendungsverfolgung. |
Array of objects (ITrackingInfo) Tracking-Informationen. | |
| _id | string Eindeutige ID der Entität (UUID v4 als String). Wird beim Erstellen automatisch generiert. |
| timestamp | string Zeitstempel der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. |
| archived | boolean Markiert die Entität als archiviert (Soft-Delete). Archivierte Entitäten werden nicht physisch gelöscht, sondern nur als archiviert markiert. Sie erscheinen nicht mehr in Standard-Abfragen. |
{- "patientId": "string",
- "regionId": "string",
- "therapyId": 0,
- "salesId": "string",
- "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "outboundDate": "string",
- "erpOrderedArticleLines": [
- {
- "articleId": "string",
- "articleDescription": "string",
- "articleAdditionalDescription": "string",
- "quantity": 0,
- "unit": "string",
- "deliveredQuantity": 0,
- "orderNumber": "string",
- "therapyId": 0,
- "integratedCareId": "string",
- "salesLineCaseId": "string",
- "salesLinePeriodCaseId": "string",
- "salesLinePeriod": "string",
- "serialNumber": "string",
- "batchNumber": "string",
- "archived": true
}
], - "annotation": "string",
- "prescriptionStatus": "string",
- "completed": true,
- "trackingLink": "string",
- "trackingInfo": [
- {
- "trackingLink": "string",
- "trackingCode": "string"
}
], - "_id": "string",
- "timestamp": "string",
- "archived": true
}{- "patientId": "string",
- "regionId": "string",
- "therapyId": 0,
- "salesId": "string",
- "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "outboundDate": "string",
- "erpOrderedArticleLines": [
- {
- "articleId": "string",
- "articleDescription": "string",
- "articleAdditionalDescription": "string",
- "quantity": 0,
- "unit": "string",
- "deliveredQuantity": 0,
- "orderNumber": "string",
- "therapyId": 0,
- "integratedCareId": "string",
- "salesLineCaseId": "string",
- "salesLinePeriodCaseId": "string",
- "salesLinePeriod": "string",
- "serialNumber": "string",
- "batchNumber": "string",
- "archived": true
}
], - "annotation": "string",
- "prescriptionStatus": "string",
- "completed": true,
- "trackingLink": "string",
- "trackingInfo": [
- {
- "trackingLink": "string",
- "trackingCode": "string"
}
], - "_id": "string",
- "timestamp": "string",
- "archived": true
}| id required | string <uuid> |
| patientId | string ID des Patienten. |
| regionId | string ID der Region. |
| therapyId | number ID der Therapie. |
| salesId | string Id des Auftrag im ERP-System des Kunden |
object (IDeliveryAddress) Lieferadresse. Erweitert {@link IAddress } für Lieferadressen bei Bestellungen. | |
| outboundDate | string Versanddatum. |
Array of objects (IErpOrderedArticleLine) Bestellte Artikelzeilen. | |
| annotation | string Anmerkung. |
| prescriptionStatus | string Rezeptstatus. |
| completed | boolean Gibt an, ob die Bestellung abgeschlossen ist. |
| trackingLink | string Link zur Sendungsverfolgung. |
Array of objects (ITrackingInfo) Tracking-Informationen. | |
| _id | string Eindeutige ID der Entität (UUID v4 als String). Wird beim Erstellen automatisch generiert. |
| timestamp | string Zeitstempel der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. |
| archived | boolean Markiert die Entität als archiviert (Soft-Delete). Archivierte Entitäten werden nicht physisch gelöscht, sondern nur als archiviert markiert. Sie erscheinen nicht mehr in Standard-Abfragen. |
{- "patientId": "string",
- "regionId": "string",
- "therapyId": 0,
- "salesId": "string",
- "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "outboundDate": "string",
- "erpOrderedArticleLines": [
- {
- "articleId": "string",
- "articleDescription": "string",
- "articleAdditionalDescription": "string",
- "quantity": 0,
- "unit": "string",
- "deliveredQuantity": 0,
- "orderNumber": "string",
- "therapyId": 0,
- "integratedCareId": "string",
- "salesLineCaseId": "string",
- "salesLinePeriodCaseId": "string",
- "salesLinePeriod": "string",
- "serialNumber": "string",
- "batchNumber": "string",
- "archived": true
}
], - "annotation": "string",
- "prescriptionStatus": "string",
- "completed": true,
- "trackingLink": "string",
- "trackingInfo": [
- {
- "trackingLink": "string",
- "trackingCode": "string"
}
], - "_id": "string",
- "timestamp": "string",
- "archived": true
}{- "patientId": "string",
- "regionId": "string",
- "therapyId": 0,
- "salesId": "string",
- "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "outboundDate": "string",
- "erpOrderedArticleLines": [
- {
- "articleId": "string",
- "articleDescription": "string",
- "articleAdditionalDescription": "string",
- "quantity": 0,
- "unit": "string",
- "deliveredQuantity": 0,
- "orderNumber": "string",
- "therapyId": 0,
- "integratedCareId": "string",
- "salesLineCaseId": "string",
- "salesLinePeriodCaseId": "string",
- "salesLinePeriod": "string",
- "serialNumber": "string",
- "batchNumber": "string",
- "archived": true
}
], - "annotation": "string",
- "prescriptionStatus": "string",
- "completed": true,
- "trackingLink": "string",
- "trackingInfo": [
- {
- "trackingLink": "string",
- "trackingCode": "string"
}
], - "_id": "string",
- "timestamp": "string",
- "archived": true
}[- {
- "gender": 0,
- "titleShort": "string",
- "title": "string",
- "firstName": "string",
- "lastName": "string",
- "address": "string",
- "postalCode": "string",
- "city": "string",
- "phone": "string",
- "fax": "string",
- "email": "string",
- "emailPrescriptionRequest": "string",
- "faxPrescriptionRequest": "string",
- "website": "string",
- "institution": {
- "type": 0,
- "id": "string",
- "description": "string"
}, - "lifelongNumber": "string",
- "siteNumber": "string",
- "albertaConnect": true,
- "isKiwiUser": true,
- "_id": "string",
- "timestamp": "string",
- "archived": true
}
][- {
- "type": 0,
- "name": "string",
- "phone": "string",
- "email": "string",
- "fax": "string",
- "website": "string",
- "ikNumber": "string",
- "address": "string",
- "postalCode": "string",
- "city": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true
}
][- {
- "company": "string",
- "companyName": "string",
- "additionalCompanyName": "string",
- "name": "string",
- "address": "string",
- "postalCode": "string",
- "city": "string",
- "phone": "string",
- "fax": "string",
- "email": "string",
- "website": "string",
- "albertaConnect": true,
- "isKiwiUser": true,
- "_id": "string",
- "timestamp": "string",
- "archived": true
}
][- {
- "treatmentType": "string",
- "name": "string",
- "address": "string",
- "postalCode": "string",
- "city": "string",
- "phone": "string",
- "fax": "string",
- "email": "string",
- "website": "string",
- "albertaConnect": true,
- "isKiwiUser": true,
- "_id": "string",
- "timestamp": "string",
- "archived": true
}
][- {
- "name": "string",
- "address": "string",
- "postalCode": "string",
- "city": "string",
- "phone": "string",
- "fax": "string",
- "email": "string",
- "website": "string",
- "albertaConnect": true,
- "isKiwiUser": true,
- "_id": "string",
- "timestamp": "string",
- "archived": true
}
][- {
- "homepage": "string",
- "name": "string",
- "address": "string",
- "postalCode": "string",
- "city": "string",
- "phone": "string",
- "fax": "string",
- "email": "string",
- "website": "string",
- "albertaConnect": true,
- "isKiwiUser": true,
- "_id": "string",
- "timestamp": "string",
- "archived": true
}
][- {
- "tenant": "string",
- "name": "string",
- "therapyId": 0,
- "therapyTypeIds": [
- 0
], - "validFrom": "string",
- "validTo": "string",
- "description": "string",
- "salesContracts": [
- {
- "name": "string",
- "careType": 0,
- "customerContractId": "string",
- "customerContractVersion": 0,
- "customerContractPeriod": "string"
}
], - "insuranceContractName": "string",
- "payerIds": [
- "string"
], - "isSelfPayer": true,
- "notPayingPayerIds": [
- "string"
], - "pricingModelType": 0,
- "pricingBasis": "string",
- "billingType": 0,
- "productGroupIds": [
- "string"
], - "costEstimateRequired": true,
- "maximumAmountForProductGroups": [
- {
- "productGroupId": "string",
- "quantity": {
- "_id": "string",
- "pcn": "string",
- "quantity": 0,
- "unit": "Stk",
- "archived": true
}
}
], - "visitInterval": {
- "amount": 30,
- "timePeriod": 0,
- "frequency": 0,
- "annotation": "string"
}, - "maxPermanentPrescriptionPeriod": {
- "amount": 30,
- "timePeriod": 0
}, - "approvalObligation": true,
- "periodOnPrescriptionNecessary": true,
- "flatChargeTextAllowed": true,
- "flatChargeText": "string",
- "ageLimit": 0,
- "ageLimitLower": 0,
- "requiredTemplates": [
- {
- "templateTag": "string",
- "careType": 0
}
], - "contractArticleGroupIds": [
- "string"
], - "generalContract": true,
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}
]| tenant | string Mandanten-Kennung. | ||||||||||||||||||||||||
| name | string Interner Name des Vertrags. | ||||||||||||||||||||||||
| therapyId | number Therapie-ID, für die der Vertrag gilt. | ||||||||||||||||||||||||
| therapyTypeIds | Array of numbers Therapietyp-IDs, für die der Vertrag gilt. | ||||||||||||||||||||||||
| validFrom | string Gültig ab Datum. | ||||||||||||||||||||||||
| validTo | string Gültig bis Datum. | ||||||||||||||||||||||||
| description | string Beschreibung des Vertrags. | ||||||||||||||||||||||||
Array of objects (ISalesContract) ERP Kassenverträge innerhalb dieses Kassenvertrags. Definiert die Verknüpfung zu den Verträgen im ERP-System des Kunden. | |||||||||||||||||||||||||
| insuranceContractName | string Offizieller Name des Kassenvertrags. | ||||||||||||||||||||||||
| payerIds | Array of strings IDs der Kostenträger, für die der Vertrag gilt. | ||||||||||||||||||||||||
| isSelfPayer | boolean Gibt an, ob es sich um einen Selbstzahler-Vertrag handelt. | ||||||||||||||||||||||||
| notPayingPayerIds | Array of strings IDs der Kostenträger, die nicht zahlen. | ||||||||||||||||||||||||
| pricingModelType | number (PricingModelType) Enum: 0 1 2 3 4 5 6 Preismodell-Typ für Kassenverträge. Definiert die Art der Preisberechnung für einen Kassenvertrag.
| ||||||||||||||||||||||||
| pricingBasis | string Basis für die Preisberechnung. | ||||||||||||||||||||||||
| billingType | number Abrechnungstyp. | ||||||||||||||||||||||||
| productGroupIds | Array of strings IDs der Produktgruppen, die im Vertrag enthalten sind. | ||||||||||||||||||||||||
| costEstimateRequired | boolean Gibt an, ob ein Kostenvoranschlag erforderlich ist. | ||||||||||||||||||||||||
Array of objects (IProductGroupQuantity) Maximale Mengen pro Produktgruppe. | |||||||||||||||||||||||||
object (IVisitInterval) Besuchsintervall für Leistungen. Definiert, wie oft Besuche in einem bestimmten Zeitraum stattfinden sollen. | |||||||||||||||||||||||||
object (IDuration) Zeitdauer mit Menge und Zeiteinheit. Wird für Zeiträume wie Dosierungen, Verordnungslaufzeiten oder Besuchsintervalle verwendet. | |||||||||||||||||||||||||
| approvalObligation | boolean Gibt an, ob eine Genehmigungspflicht besteht. | ||||||||||||||||||||||||
| periodOnPrescriptionNecessary | boolean Gibt an, ob ein Zeitraum auf der Verordnung erforderlich ist. | ||||||||||||||||||||||||
| flatChargeTextAllowed | boolean Gibt an, ob Pauschaltext erlaubt ist. | ||||||||||||||||||||||||
| flatChargeText | string Pauschaltext für die Abrechnung. | ||||||||||||||||||||||||
| ageLimit | number Obere Altersgrenze für den Vertrag. | ||||||||||||||||||||||||
| ageLimitLower | number Untere Altersgrenze für den Vertrag. | ||||||||||||||||||||||||
Array of objects (IRequiredTemplate) Erforderliche Dokumentvorlagen für den Vertrag. Für diesen Vertrag müssen die benötigten Dokumente ausgefüllt werden um die Abrechnung zu ermöglichen. | |||||||||||||||||||||||||
| contractArticleGroupIds | Array of strings IDs der Vertragsartikelgruppen. | ||||||||||||||||||||||||
| generalContract | boolean Gibt an, ob es sich um einen allgemeinen Vertrag handelt. | ||||||||||||||||||||||||
| _id | string Eindeutige ID der Entität (UUID v4 als String). Wird beim Erstellen automatisch generiert. | ||||||||||||||||||||||||
| timestamp | string Zeitstempel der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | ||||||||||||||||||||||||
| archived | boolean Markiert die Entität als archiviert (Soft-Delete). Archivierte Entitäten werden nicht physisch gelöscht, sondern nur als archiviert markiert. Sie erscheinen nicht mehr in Standard-Abfragen. | ||||||||||||||||||||||||
| createdAt | string Zeitpunkt der Erstellung. Wird beim Erstellen der Entität automatisch gesetzt. | ||||||||||||||||||||||||
| createdBy | string ID des Benutzers, der die Entität erstellt hat. Referenziert einen Benutzer im System. | ||||||||||||||||||||||||
| updatedAt | string Zeitpunkt der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | ||||||||||||||||||||||||
| updatedBy | string ID des Benutzers, der die letzte Änderung vorgenommen hat. Referenziert einen Benutzer im System. |
{- "tenant": "string",
- "name": "string",
- "therapyId": 0,
- "therapyTypeIds": [
- 0
], - "validFrom": "string",
- "validTo": "string",
- "description": "string",
- "salesContracts": [
- {
- "name": "string",
- "careType": 0,
- "customerContractId": "string",
- "customerContractVersion": 0,
- "customerContractPeriod": "string"
}
], - "insuranceContractName": "string",
- "payerIds": [
- "string"
], - "isSelfPayer": true,
- "notPayingPayerIds": [
- "string"
], - "pricingModelType": 0,
- "pricingBasis": "string",
- "billingType": 0,
- "productGroupIds": [
- "string"
], - "costEstimateRequired": true,
- "maximumAmountForProductGroups": [
- {
- "productGroupId": "string",
- "quantity": {
- "_id": "string",
- "pcn": "string",
- "quantity": 0,
- "unit": "Stk",
- "archived": true
}
}
], - "visitInterval": {
- "amount": 30,
- "timePeriod": 0,
- "frequency": 0,
- "annotation": "string"
}, - "maxPermanentPrescriptionPeriod": {
- "amount": 30,
- "timePeriod": 0
}, - "approvalObligation": true,
- "periodOnPrescriptionNecessary": true,
- "flatChargeTextAllowed": true,
- "flatChargeText": "string",
- "ageLimit": 0,
- "ageLimitLower": 0,
- "requiredTemplates": [
- {
- "templateTag": "string",
- "careType": 0
}
], - "contractArticleGroupIds": [
- "string"
], - "generalContract": true,
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}{- "tenant": "string",
- "name": "string",
- "therapyId": 0,
- "therapyTypeIds": [
- 0
], - "validFrom": "string",
- "validTo": "string",
- "description": "string",
- "salesContracts": [
- {
- "name": "string",
- "careType": 0,
- "customerContractId": "string",
- "customerContractVersion": 0,
- "customerContractPeriod": "string"
}
], - "insuranceContractName": "string",
- "payerIds": [
- "string"
], - "isSelfPayer": true,
- "notPayingPayerIds": [
- "string"
], - "pricingModelType": 0,
- "pricingBasis": "string",
- "billingType": 0,
- "productGroupIds": [
- "string"
], - "costEstimateRequired": true,
- "maximumAmountForProductGroups": [
- {
- "productGroupId": "string",
- "quantity": {
- "_id": "string",
- "pcn": "string",
- "quantity": 0,
- "unit": "Stk",
- "archived": true
}
}
], - "visitInterval": {
- "amount": 30,
- "timePeriod": 0,
- "frequency": 0,
- "annotation": "string"
}, - "maxPermanentPrescriptionPeriod": {
- "amount": 30,
- "timePeriod": 0
}, - "approvalObligation": true,
- "periodOnPrescriptionNecessary": true,
- "flatChargeTextAllowed": true,
- "flatChargeText": "string",
- "ageLimit": 0,
- "ageLimitLower": 0,
- "requiredTemplates": [
- {
- "templateTag": "string",
- "careType": 0
}
], - "contractArticleGroupIds": [
- "string"
], - "generalContract": true,
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}| id required | string <uuid> |
{- "tenant": "string",
- "name": "string",
- "therapyId": 0,
- "therapyTypeIds": [
- 0
], - "validFrom": "string",
- "validTo": "string",
- "description": "string",
- "salesContracts": [
- {
- "name": "string",
- "careType": 0,
- "customerContractId": "string",
- "customerContractVersion": 0,
- "customerContractPeriod": "string"
}
], - "insuranceContractName": "string",
- "payerIds": [
- "string"
], - "isSelfPayer": true,
- "notPayingPayerIds": [
- "string"
], - "pricingModelType": 0,
- "pricingBasis": "string",
- "billingType": 0,
- "productGroupIds": [
- "string"
], - "costEstimateRequired": true,
- "maximumAmountForProductGroups": [
- {
- "productGroupId": "string",
- "quantity": {
- "_id": "string",
- "pcn": "string",
- "quantity": 0,
- "unit": "Stk",
- "archived": true
}
}
], - "visitInterval": {
- "amount": 30,
- "timePeriod": 0,
- "frequency": 0,
- "annotation": "string"
}, - "maxPermanentPrescriptionPeriod": {
- "amount": 30,
- "timePeriod": 0
}, - "approvalObligation": true,
- "periodOnPrescriptionNecessary": true,
- "flatChargeTextAllowed": true,
- "flatChargeText": "string",
- "ageLimit": 0,
- "ageLimitLower": 0,
- "requiredTemplates": [
- {
- "templateTag": "string",
- "careType": 0
}
], - "contractArticleGroupIds": [
- "string"
], - "generalContract": true,
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}| id required | string <uuid> |
| tenant | string Mandanten-Kennung. | ||||||||||||||||||||||||
| name | string Interner Name des Vertrags. | ||||||||||||||||||||||||
| therapyId | number Therapie-ID, für die der Vertrag gilt. | ||||||||||||||||||||||||
| therapyTypeIds | Array of numbers Therapietyp-IDs, für die der Vertrag gilt. | ||||||||||||||||||||||||
| validFrom | string Gültig ab Datum. | ||||||||||||||||||||||||
| validTo | string Gültig bis Datum. | ||||||||||||||||||||||||
| description | string Beschreibung des Vertrags. | ||||||||||||||||||||||||
Array of objects (ISalesContract) ERP Kassenverträge innerhalb dieses Kassenvertrags. Definiert die Verknüpfung zu den Verträgen im ERP-System des Kunden. | |||||||||||||||||||||||||
| insuranceContractName | string Offizieller Name des Kassenvertrags. | ||||||||||||||||||||||||
| payerIds | Array of strings IDs der Kostenträger, für die der Vertrag gilt. | ||||||||||||||||||||||||
| isSelfPayer | boolean Gibt an, ob es sich um einen Selbstzahler-Vertrag handelt. | ||||||||||||||||||||||||
| notPayingPayerIds | Array of strings IDs der Kostenträger, die nicht zahlen. | ||||||||||||||||||||||||
| pricingModelType | number (PricingModelType) Enum: 0 1 2 3 4 5 6 Preismodell-Typ für Kassenverträge. Definiert die Art der Preisberechnung für einen Kassenvertrag.
| ||||||||||||||||||||||||
| pricingBasis | string Basis für die Preisberechnung. | ||||||||||||||||||||||||
| billingType | number Abrechnungstyp. | ||||||||||||||||||||||||
| productGroupIds | Array of strings IDs der Produktgruppen, die im Vertrag enthalten sind. | ||||||||||||||||||||||||
| costEstimateRequired | boolean Gibt an, ob ein Kostenvoranschlag erforderlich ist. | ||||||||||||||||||||||||
Array of objects (IProductGroupQuantity) Maximale Mengen pro Produktgruppe. | |||||||||||||||||||||||||
object (IVisitInterval) Besuchsintervall für Leistungen. Definiert, wie oft Besuche in einem bestimmten Zeitraum stattfinden sollen. | |||||||||||||||||||||||||
object (IDuration) Zeitdauer mit Menge und Zeiteinheit. Wird für Zeiträume wie Dosierungen, Verordnungslaufzeiten oder Besuchsintervalle verwendet. | |||||||||||||||||||||||||
| approvalObligation | boolean Gibt an, ob eine Genehmigungspflicht besteht. | ||||||||||||||||||||||||
| periodOnPrescriptionNecessary | boolean Gibt an, ob ein Zeitraum auf der Verordnung erforderlich ist. | ||||||||||||||||||||||||
| flatChargeTextAllowed | boolean Gibt an, ob Pauschaltext erlaubt ist. | ||||||||||||||||||||||||
| flatChargeText | string Pauschaltext für die Abrechnung. | ||||||||||||||||||||||||
| ageLimit | number Obere Altersgrenze für den Vertrag. | ||||||||||||||||||||||||
| ageLimitLower | number Untere Altersgrenze für den Vertrag. | ||||||||||||||||||||||||
Array of objects (IRequiredTemplate) Erforderliche Dokumentvorlagen für den Vertrag. Für diesen Vertrag müssen die benötigten Dokumente ausgefüllt werden um die Abrechnung zu ermöglichen. | |||||||||||||||||||||||||
| contractArticleGroupIds | Array of strings IDs der Vertragsartikelgruppen. | ||||||||||||||||||||||||
| generalContract | boolean Gibt an, ob es sich um einen allgemeinen Vertrag handelt. | ||||||||||||||||||||||||
| _id | string Eindeutige ID der Entität (UUID v4 als String). Wird beim Erstellen automatisch generiert. | ||||||||||||||||||||||||
| timestamp | string Zeitstempel der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | ||||||||||||||||||||||||
| archived | boolean Markiert die Entität als archiviert (Soft-Delete). Archivierte Entitäten werden nicht physisch gelöscht, sondern nur als archiviert markiert. Sie erscheinen nicht mehr in Standard-Abfragen. | ||||||||||||||||||||||||
| createdAt | string Zeitpunkt der Erstellung. Wird beim Erstellen der Entität automatisch gesetzt. | ||||||||||||||||||||||||
| createdBy | string ID des Benutzers, der die Entität erstellt hat. Referenziert einen Benutzer im System. | ||||||||||||||||||||||||
| updatedAt | string Zeitpunkt der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | ||||||||||||||||||||||||
| updatedBy | string ID des Benutzers, der die letzte Änderung vorgenommen hat. Referenziert einen Benutzer im System. |
{- "tenant": "string",
- "name": "string",
- "therapyId": 0,
- "therapyTypeIds": [
- 0
], - "validFrom": "string",
- "validTo": "string",
- "description": "string",
- "salesContracts": [
- {
- "name": "string",
- "careType": 0,
- "customerContractId": "string",
- "customerContractVersion": 0,
- "customerContractPeriod": "string"
}
], - "insuranceContractName": "string",
- "payerIds": [
- "string"
], - "isSelfPayer": true,
- "notPayingPayerIds": [
- "string"
], - "pricingModelType": 0,
- "pricingBasis": "string",
- "billingType": 0,
- "productGroupIds": [
- "string"
], - "costEstimateRequired": true,
- "maximumAmountForProductGroups": [
- {
- "productGroupId": "string",
- "quantity": {
- "_id": "string",
- "pcn": "string",
- "quantity": 0,
- "unit": "Stk",
- "archived": true
}
}
], - "visitInterval": {
- "amount": 30,
- "timePeriod": 0,
- "frequency": 0,
- "annotation": "string"
}, - "maxPermanentPrescriptionPeriod": {
- "amount": 30,
- "timePeriod": 0
}, - "approvalObligation": true,
- "periodOnPrescriptionNecessary": true,
- "flatChargeTextAllowed": true,
- "flatChargeText": "string",
- "ageLimit": 0,
- "ageLimitLower": 0,
- "requiredTemplates": [
- {
- "templateTag": "string",
- "careType": 0
}
], - "contractArticleGroupIds": [
- "string"
], - "generalContract": true,
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}{- "tenant": "string",
- "name": "string",
- "therapyId": 0,
- "therapyTypeIds": [
- 0
], - "validFrom": "string",
- "validTo": "string",
- "description": "string",
- "salesContracts": [
- {
- "name": "string",
- "careType": 0,
- "customerContractId": "string",
- "customerContractVersion": 0,
- "customerContractPeriod": "string"
}
], - "insuranceContractName": "string",
- "payerIds": [
- "string"
], - "isSelfPayer": true,
- "notPayingPayerIds": [
- "string"
], - "pricingModelType": 0,
- "pricingBasis": "string",
- "billingType": 0,
- "productGroupIds": [
- "string"
], - "costEstimateRequired": true,
- "maximumAmountForProductGroups": [
- {
- "productGroupId": "string",
- "quantity": {
- "_id": "string",
- "pcn": "string",
- "quantity": 0,
- "unit": "Stk",
- "archived": true
}
}
], - "visitInterval": {
- "amount": 30,
- "timePeriod": 0,
- "frequency": 0,
- "annotation": "string"
}, - "maxPermanentPrescriptionPeriod": {
- "amount": 30,
- "timePeriod": 0
}, - "approvalObligation": true,
- "periodOnPrescriptionNecessary": true,
- "flatChargeTextAllowed": true,
- "flatChargeText": "string",
- "ageLimit": 0,
- "ageLimitLower": 0,
- "requiredTemplates": [
- {
- "templateTag": "string",
- "careType": 0
}
], - "contractArticleGroupIds": [
- "string"
], - "generalContract": true,
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}Ruft Versorgungen ab, die seit dem angegebenen Zeitpunkt geändert wurden.
Wichtig: Die Parameter status und updatedAfter sind Pflichtparameter.
| status required | string Enum: "created" "transmitted" "deactivated" "archived" Filtert nach Änderungsstatus:
|
| updatedAfter required | string <date-time> ISO 8601 Zeitstempel |
[- {
- "salesId": "string",
- "patientId": "string",
- "therapyId": 0,
- "therapyTypeId": 0,
- "location": 0,
- "additionalLocations": [
- "string"
], - "doctorId": "string",
- "pharmacyId": "string",
- "isInitialCare": true,
- "isMonthlyOrderActivated": true,
- "standardCareProposalId": "string",
- "seriesData": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "salesIdSeriesData": "string",
- "nextDeliveryDate": "2019-08-24T14:15:22Z",
- "dayOfDelivery": 0,
- "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "deliveryInformation": "string",
- "deliveryNote": "string",
- "deliveryStartTime": "string",
- "deliveryOption": "string"
}
], - "proposedArticleLines": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "salesLineId": "string",
- "therapyProductGroupId": "string",
- "contractId": "string",
- "articleId": "string",
- "articleCustomerNumber": "string",
- "isPrivateSale": true,
- "bookingCode": "string",
- "serialNumber": "string",
- "annotation": "string",
- "periodStartDate": "2019-08-24T14:15:22Z",
- "periodEndDate": "2019-08-24T14:15:22Z",
- "salesLineCaseId": "string",
- "salesLinePeriodCaseId": "string",
- "customerContractId": "string",
- "customerContractVersion": "string",
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "dosage": {
- "packagingId": "string",
- "quantity": 0,
- "duration": {
- "amount": 30,
- "timePeriod": 0
}
}, - "notAutomaticDelivery": true
}
], - "proposedServiceLines": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "serviceId": "string",
- "contractId": "string",
- "annotation": "string",
- "visitStartTime": "string",
- "selectedVisitDays": [
- "Monday"
], - "automaticAppointmentCreation": true
}
], - "archivedArticleLines": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "salesLineId": "string",
- "therapyProductGroupId": "string",
- "contractId": "string",
- "articleId": "string",
- "articleCustomerNumber": "string",
- "isPrivateSale": true,
- "bookingCode": "string",
- "serialNumber": "string",
- "annotation": "string",
- "periodStartDate": "2019-08-24T14:15:22Z",
- "periodEndDate": "2019-08-24T14:15:22Z",
- "salesLineCaseId": "string",
- "salesLinePeriodCaseId": "string",
- "customerContractId": "string",
- "customerContractVersion": "string",
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "dosage": {
- "packagingId": "string",
- "quantity": 0,
- "duration": {
- "amount": 30,
- "timePeriod": 0
}
}, - "notAutomaticDelivery": true,
- "endDate": "2019-08-24T14:15:22Z"
}
], - "history": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "type": "nextDeliveryDate",
- "date": "2019-08-24T14:15:22Z",
- "userId": "string",
- "userName": "string",
- "changeOperation": "REMOVE",
- "articleId": "string",
- "key": "string",
- "valueBefore": "string",
- "valueAfter": "string"
}
], - "annotation": "string",
- "seriesStatus": -3,
- "aboStopped": true,
- "startDate": "string",
- "status": 1,
- "deactivationReason": "string",
- "regionId": "string",
- "applicationPlan": {
- "lines": [
- {
- "articleId": "string",
- "articleName": "string"
}
]
}, - "calculations": { },
- "miscellaneous": {
- "desinfection": "string",
- "changeBandageintervall": "string",
- "thirtyDegreeUpperBodyPosition": true,
- "oralStimulation": true,
- "changeLiquidOnDemand": true,
- "replaceTube": {
- "button": true,
- "gastrotube": true,
- "description": "string",
- "date": "2019-08-24T14:15:22Z",
- "additionalInfo": "string"
}
}, - "permanentExceedMaxAmount": true,
- "diagnose": "string",
- "stomaCreationDate": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "articleLines": [
- {
- "salesLineId": "string",
- "therapyProductGroupId": "string",
- "contractId": "string",
- "articleId": "string",
- "articleCustomerNumber": "string",
- "isPrivateSale": true,
- "bookingCode": "string",
- "serialNumber": "string",
- "annotation": "string",
- "periodStartDate": "string",
- "periodEndDate": "string",
- "salesLineCaseId": "string",
- "salesLinePeriodCaseId": "string",
- "customerContractId": "string",
- "customerContractVersion": "string",
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "dosage": {
- "packagingId": "string",
- "quantity": 0,
- "duration": {
- "amount": 30,
- "timePeriod": 0
}
}, - "notAutomaticDelivery": true,
- "_id": "string",
- "timestamp": "string",
- "archived": true
}
]
}
]| salesId | string Id des Auftrag im ERP-System des Kunden | ||||||||||||||||||||||||
| patientId | string ID des Patienten, dem diese Versorgung zugeordnet ist. | ||||||||||||||||||||||||
| therapyId | number Zugehörige Therapie. Wert ist der Enum-Wert aus {@link Therapy } . | ||||||||||||||||||||||||
| therapyTypeId | number Zugehöriger Therapietyp. Wert ist der Enum-Wert aus {@link TherapyType } . | ||||||||||||||||||||||||
| location | number Lokalisation der Versorgung (z.B. Wundlokalisation). Wert entspricht | ||||||||||||||||||||||||
| additionalLocations | Array of strings Zusätzliche Lokalisationen bei Mehrfachversorgung. Nur verfügbar wenn in der Konfiguration | ||||||||||||||||||||||||
| doctorId | string ID des verordnenden Arztes. | ||||||||||||||||||||||||
| pharmacyId | string ID der beliefernden Apotheke. | ||||||||||||||||||||||||
| isInitialCare | boolean Gibt an, ob es sich um eine Erstversorgung handelt. | ||||||||||||||||||||||||
| isMonthlyOrderActivated | boolean Gibt an, ob die monatliche Bestellung aktiviert ist. | ||||||||||||||||||||||||
| standardCareProposalId | string ID des zugehörigen Standard-Versorgungsvorschlags. | ||||||||||||||||||||||||
Array of objects (ISeriesData) Seriendaten für wiederkehrende Bestellungen. | |||||||||||||||||||||||||
Array of objects (IExtendedArticleLine) Vorgeschlagene Artikelzeilen für diese Versorgung. | |||||||||||||||||||||||||
Array of objects (IExtendedServiceLine) Vorgeschlagene Leistungspositionen für diese Versorgung. | |||||||||||||||||||||||||
Array of objects (IExtendedArchivedArticleLine) Archivierte Artikelzeilen (in dieser Versorgung nicht mehr aktive Artikel). | |||||||||||||||||||||||||
Array of objects (IIntegratedCareHistoryLine) Änderungshistorie der Versorgung. | |||||||||||||||||||||||||
| annotation | string Anmerkungen zur Versorgung. | ||||||||||||||||||||||||
| seriesStatus | number (SeriesStatus) Enum: -3 0 1 2 3 4 5 Status einer Serienbestellung. Definiert den Status von wiederkehrenden Bestellungen (Abo).
| ||||||||||||||||||||||||
| aboStopped | boolean Gibt an, ob das Abo gestoppt wurde. | ||||||||||||||||||||||||
| startDate | string Startdatum der Versorgung. | ||||||||||||||||||||||||
| status | number (CareProposalStatus) Enum: 1 2 Status einer Versorgung. Definiert den Status einer Versorgung (IntegratedCare).
| ||||||||||||||||||||||||
| deactivationReason | string Grund für die Deaktivierung der Versorgung. | ||||||||||||||||||||||||
| regionId | string ID der Region, der die Versorgung zugeordnet ist. | ||||||||||||||||||||||||
object (IApplicationPlan) Deprecated Anwendungsplan für die Versorgung. | |||||||||||||||||||||||||
ICareProposalCalculation (object) or object Berechnungen für die Versorgung (PE oder EE spezifisch). | |||||||||||||||||||||||||
object (ICareProposalMiscellaneous) Deprecated Sonstige Angaben für einen Versorgungsvorschlag. | |||||||||||||||||||||||||
| permanentExceedMaxAmount | boolean Gibt an, ob die Artikel Maximalmengen dauerhaft überschritten werden dürfen. | ||||||||||||||||||||||||
| diagnose | string Diagnose des Patienten für diese Versorgung. | ||||||||||||||||||||||||
| stomaCreationDate | string Datum der Stoma-Anlage (nur bei Stoma-Versorgungen). | ||||||||||||||||||||||||
| _id | string Eindeutige ID der Entität (UUID v4 als String). Wird beim Erstellen automatisch generiert. | ||||||||||||||||||||||||
| timestamp | string Zeitstempel der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | ||||||||||||||||||||||||
| archived | boolean Markiert die Entität als archiviert (Soft-Delete). Archivierte Entitäten werden nicht physisch gelöscht, sondern nur als archiviert markiert. Sie erscheinen nicht mehr in Standard-Abfragen. | ||||||||||||||||||||||||
| createdAt | string Zeitpunkt der Erstellung. Wird beim Erstellen der Entität automatisch gesetzt. | ||||||||||||||||||||||||
| createdBy | string ID des Benutzers, der die Entität erstellt hat. Referenziert einen Benutzer im System. | ||||||||||||||||||||||||
| updatedAt | string Zeitpunkt der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | ||||||||||||||||||||||||
| updatedBy | string ID des Benutzers, der die letzte Änderung vorgenommen hat. Referenziert einen Benutzer im System. | ||||||||||||||||||||||||
Array of objects (IIntegratedCareArticleLineExternal) |
{- "salesId": "string",
- "patientId": "string",
- "therapyId": 0,
- "therapyTypeId": 0,
- "location": 0,
- "additionalLocations": [
- "string"
], - "doctorId": "string",
- "pharmacyId": "string",
- "isInitialCare": true,
- "isMonthlyOrderActivated": true,
- "standardCareProposalId": "string",
- "seriesData": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "salesIdSeriesData": "string",
- "nextDeliveryDate": "2019-08-24T14:15:22Z",
- "dayOfDelivery": 0,
- "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "deliveryInformation": "string",
- "deliveryNote": "string",
- "deliveryStartTime": "string",
- "deliveryOption": "string"
}
], - "proposedArticleLines": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "salesLineId": "string",
- "therapyProductGroupId": "string",
- "contractId": "string",
- "articleId": "string",
- "articleCustomerNumber": "string",
- "isPrivateSale": true,
- "bookingCode": "string",
- "serialNumber": "string",
- "annotation": "string",
- "periodStartDate": "2019-08-24T14:15:22Z",
- "periodEndDate": "2019-08-24T14:15:22Z",
- "salesLineCaseId": "string",
- "salesLinePeriodCaseId": "string",
- "customerContractId": "string",
- "customerContractVersion": "string",
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "dosage": {
- "packagingId": "string",
- "quantity": 0,
- "duration": {
- "amount": 30,
- "timePeriod": 0
}
}, - "notAutomaticDelivery": true
}
], - "proposedServiceLines": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "serviceId": "string",
- "contractId": "string",
- "annotation": "string",
- "visitStartTime": "string",
- "selectedVisitDays": [
- "Monday"
], - "automaticAppointmentCreation": true
}
], - "archivedArticleLines": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "salesLineId": "string",
- "therapyProductGroupId": "string",
- "contractId": "string",
- "articleId": "string",
- "articleCustomerNumber": "string",
- "isPrivateSale": true,
- "bookingCode": "string",
- "serialNumber": "string",
- "annotation": "string",
- "periodStartDate": "2019-08-24T14:15:22Z",
- "periodEndDate": "2019-08-24T14:15:22Z",
- "salesLineCaseId": "string",
- "salesLinePeriodCaseId": "string",
- "customerContractId": "string",
- "customerContractVersion": "string",
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "dosage": {
- "packagingId": "string",
- "quantity": 0,
- "duration": {
- "amount": 30,
- "timePeriod": 0
}
}, - "notAutomaticDelivery": true,
- "endDate": "2019-08-24T14:15:22Z"
}
], - "history": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "type": "nextDeliveryDate",
- "date": "2019-08-24T14:15:22Z",
- "userId": "string",
- "userName": "string",
- "changeOperation": "REMOVE",
- "articleId": "string",
- "key": "string",
- "valueBefore": "string",
- "valueAfter": "string"
}
], - "annotation": "string",
- "seriesStatus": -3,
- "aboStopped": true,
- "startDate": "string",
- "status": 1,
- "deactivationReason": "string",
- "regionId": "string",
- "applicationPlan": {
- "lines": [
- {
- "articleId": "string",
- "articleName": "string"
}
]
}, - "calculations": { },
- "miscellaneous": {
- "desinfection": "string",
- "changeBandageintervall": "string",
- "thirtyDegreeUpperBodyPosition": true,
- "oralStimulation": true,
- "changeLiquidOnDemand": true,
- "replaceTube": {
- "button": true,
- "gastrotube": true,
- "description": "string",
- "date": "2019-08-24T14:15:22Z",
- "additionalInfo": "string"
}
}, - "permanentExceedMaxAmount": true,
- "diagnose": "string",
- "stomaCreationDate": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "articleLines": [
- {
- "salesLineId": "string",
- "therapyProductGroupId": "string",
- "contractId": "string",
- "articleId": "string",
- "articleCustomerNumber": "string",
- "isPrivateSale": true,
- "bookingCode": "string",
- "serialNumber": "string",
- "annotation": "string",
- "periodStartDate": "string",
- "periodEndDate": "string",
- "salesLineCaseId": "string",
- "salesLinePeriodCaseId": "string",
- "customerContractId": "string",
- "customerContractVersion": "string",
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "dosage": {
- "packagingId": "string",
- "quantity": 0,
- "duration": {
- "amount": 30,
- "timePeriod": 0
}
}, - "notAutomaticDelivery": true,
- "_id": "string",
- "timestamp": "string",
- "archived": true
}
]
}{- "salesId": "string",
- "patientId": "string",
- "therapyId": 0,
- "therapyTypeId": 0,
- "location": 0,
- "additionalLocations": [
- "string"
], - "doctorId": "string",
- "pharmacyId": "string",
- "isInitialCare": true,
- "isMonthlyOrderActivated": true,
- "standardCareProposalId": "string",
- "seriesData": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "salesIdSeriesData": "string",
- "nextDeliveryDate": "2019-08-24T14:15:22Z",
- "dayOfDelivery": 0,
- "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "deliveryInformation": "string",
- "deliveryNote": "string",
- "deliveryStartTime": "string",
- "deliveryOption": "string"
}
], - "proposedArticleLines": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "salesLineId": "string",
- "therapyProductGroupId": "string",
- "contractId": "string",
- "articleId": "string",
- "articleCustomerNumber": "string",
- "isPrivateSale": true,
- "bookingCode": "string",
- "serialNumber": "string",
- "annotation": "string",
- "periodStartDate": "2019-08-24T14:15:22Z",
- "periodEndDate": "2019-08-24T14:15:22Z",
- "salesLineCaseId": "string",
- "salesLinePeriodCaseId": "string",
- "customerContractId": "string",
- "customerContractVersion": "string",
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "dosage": {
- "packagingId": "string",
- "quantity": 0,
- "duration": {
- "amount": 30,
- "timePeriod": 0
}
}, - "notAutomaticDelivery": true
}
], - "proposedServiceLines": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "serviceId": "string",
- "contractId": "string",
- "annotation": "string",
- "visitStartTime": "string",
- "selectedVisitDays": [
- "Monday"
], - "automaticAppointmentCreation": true
}
], - "archivedArticleLines": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "salesLineId": "string",
- "therapyProductGroupId": "string",
- "contractId": "string",
- "articleId": "string",
- "articleCustomerNumber": "string",
- "isPrivateSale": true,
- "bookingCode": "string",
- "serialNumber": "string",
- "annotation": "string",
- "periodStartDate": "2019-08-24T14:15:22Z",
- "periodEndDate": "2019-08-24T14:15:22Z",
- "salesLineCaseId": "string",
- "salesLinePeriodCaseId": "string",
- "customerContractId": "string",
- "customerContractVersion": "string",
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "dosage": {
- "packagingId": "string",
- "quantity": 0,
- "duration": {
- "amount": 30,
- "timePeriod": 0
}
}, - "notAutomaticDelivery": true,
- "endDate": "2019-08-24T14:15:22Z"
}
], - "history": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "type": "nextDeliveryDate",
- "date": "2019-08-24T14:15:22Z",
- "userId": "string",
- "userName": "string",
- "changeOperation": "REMOVE",
- "articleId": "string",
- "key": "string",
- "valueBefore": "string",
- "valueAfter": "string"
}
], - "annotation": "string",
- "seriesStatus": -3,
- "aboStopped": true,
- "startDate": "string",
- "status": 1,
- "deactivationReason": "string",
- "regionId": "string",
- "applicationPlan": {
- "lines": [
- {
- "articleId": "string",
- "articleName": "string"
}
]
}, - "calculations": { },
- "miscellaneous": {
- "desinfection": "string",
- "changeBandageintervall": "string",
- "thirtyDegreeUpperBodyPosition": true,
- "oralStimulation": true,
- "changeLiquidOnDemand": true,
- "replaceTube": {
- "button": true,
- "gastrotube": true,
- "description": "string",
- "date": "2019-08-24T14:15:22Z",
- "additionalInfo": "string"
}
}, - "permanentExceedMaxAmount": true,
- "diagnose": "string",
- "stomaCreationDate": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "articleLines": [
- {
- "salesLineId": "string",
- "therapyProductGroupId": "string",
- "contractId": "string",
- "articleId": "string",
- "articleCustomerNumber": "string",
- "isPrivateSale": true,
- "bookingCode": "string",
- "serialNumber": "string",
- "annotation": "string",
- "periodStartDate": "string",
- "periodEndDate": "string",
- "salesLineCaseId": "string",
- "salesLinePeriodCaseId": "string",
- "customerContractId": "string",
- "customerContractVersion": "string",
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "dosage": {
- "packagingId": "string",
- "quantity": 0,
- "duration": {
- "amount": 30,
- "timePeriod": 0
}
}, - "notAutomaticDelivery": true,
- "_id": "string",
- "timestamp": "string",
- "archived": true
}
]
}| id required | string <uuid> |
| salesId | string Id des Auftrag im ERP-System des Kunden | ||||||||||||||||||||||||
| patientId | string ID des Patienten, dem diese Versorgung zugeordnet ist. | ||||||||||||||||||||||||
| therapyId | number Zugehörige Therapie. Wert ist der Enum-Wert aus {@link Therapy } . | ||||||||||||||||||||||||
| therapyTypeId | number Zugehöriger Therapietyp. Wert ist der Enum-Wert aus {@link TherapyType } . | ||||||||||||||||||||||||
| location | number Lokalisation der Versorgung (z.B. Wundlokalisation). Wert entspricht | ||||||||||||||||||||||||
| additionalLocations | Array of strings Zusätzliche Lokalisationen bei Mehrfachversorgung. Nur verfügbar wenn in der Konfiguration | ||||||||||||||||||||||||
| doctorId | string ID des verordnenden Arztes. | ||||||||||||||||||||||||
| pharmacyId | string ID der beliefernden Apotheke. | ||||||||||||||||||||||||
| isInitialCare | boolean Gibt an, ob es sich um eine Erstversorgung handelt. | ||||||||||||||||||||||||
| isMonthlyOrderActivated | boolean Gibt an, ob die monatliche Bestellung aktiviert ist. | ||||||||||||||||||||||||
| standardCareProposalId | string ID des zugehörigen Standard-Versorgungsvorschlags. | ||||||||||||||||||||||||
Array of objects (ISeriesData) Seriendaten für wiederkehrende Bestellungen. | |||||||||||||||||||||||||
Array of objects (IExtendedArticleLine) Vorgeschlagene Artikelzeilen für diese Versorgung. | |||||||||||||||||||||||||
Array of objects (IExtendedServiceLine) Vorgeschlagene Leistungspositionen für diese Versorgung. | |||||||||||||||||||||||||
Array of objects (IExtendedArchivedArticleLine) Archivierte Artikelzeilen (in dieser Versorgung nicht mehr aktive Artikel). | |||||||||||||||||||||||||
Array of objects (IIntegratedCareHistoryLine) Änderungshistorie der Versorgung. | |||||||||||||||||||||||||
| annotation | string Anmerkungen zur Versorgung. | ||||||||||||||||||||||||
| seriesStatus | number (SeriesStatus) Enum: -3 0 1 2 3 4 5 Status einer Serienbestellung. Definiert den Status von wiederkehrenden Bestellungen (Abo).
| ||||||||||||||||||||||||
| aboStopped | boolean Gibt an, ob das Abo gestoppt wurde. | ||||||||||||||||||||||||
| startDate | string Startdatum der Versorgung. | ||||||||||||||||||||||||
| status | number (CareProposalStatus) Enum: 1 2 Status einer Versorgung. Definiert den Status einer Versorgung (IntegratedCare).
| ||||||||||||||||||||||||
| deactivationReason | string Grund für die Deaktivierung der Versorgung. | ||||||||||||||||||||||||
| regionId | string ID der Region, der die Versorgung zugeordnet ist. | ||||||||||||||||||||||||
object (IApplicationPlan) Deprecated Anwendungsplan für die Versorgung. | |||||||||||||||||||||||||
ICareProposalCalculation (object) or object Berechnungen für die Versorgung (PE oder EE spezifisch). | |||||||||||||||||||||||||
object (ICareProposalMiscellaneous) Deprecated Sonstige Angaben für einen Versorgungsvorschlag. | |||||||||||||||||||||||||
| permanentExceedMaxAmount | boolean Gibt an, ob die Artikel Maximalmengen dauerhaft überschritten werden dürfen. | ||||||||||||||||||||||||
| diagnose | string Diagnose des Patienten für diese Versorgung. | ||||||||||||||||||||||||
| stomaCreationDate | string Datum der Stoma-Anlage (nur bei Stoma-Versorgungen). | ||||||||||||||||||||||||
| _id | string Eindeutige ID der Entität (UUID v4 als String). Wird beim Erstellen automatisch generiert. | ||||||||||||||||||||||||
| timestamp | string Zeitstempel der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | ||||||||||||||||||||||||
| archived | boolean Markiert die Entität als archiviert (Soft-Delete). Archivierte Entitäten werden nicht physisch gelöscht, sondern nur als archiviert markiert. Sie erscheinen nicht mehr in Standard-Abfragen. | ||||||||||||||||||||||||
| createdAt | string Zeitpunkt der Erstellung. Wird beim Erstellen der Entität automatisch gesetzt. | ||||||||||||||||||||||||
| createdBy | string ID des Benutzers, der die Entität erstellt hat. Referenziert einen Benutzer im System. | ||||||||||||||||||||||||
| updatedAt | string Zeitpunkt der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | ||||||||||||||||||||||||
| updatedBy | string ID des Benutzers, der die letzte Änderung vorgenommen hat. Referenziert einen Benutzer im System. | ||||||||||||||||||||||||
Array of objects (IIntegratedCareArticleLineExternal) |
{- "salesId": "string",
- "patientId": "string",
- "therapyId": 0,
- "therapyTypeId": 0,
- "location": 0,
- "additionalLocations": [
- "string"
], - "doctorId": "string",
- "pharmacyId": "string",
- "isInitialCare": true,
- "isMonthlyOrderActivated": true,
- "standardCareProposalId": "string",
- "seriesData": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "salesIdSeriesData": "string",
- "nextDeliveryDate": "2019-08-24T14:15:22Z",
- "dayOfDelivery": 0,
- "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "deliveryInformation": "string",
- "deliveryNote": "string",
- "deliveryStartTime": "string",
- "deliveryOption": "string"
}
], - "proposedArticleLines": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "salesLineId": "string",
- "therapyProductGroupId": "string",
- "contractId": "string",
- "articleId": "string",
- "articleCustomerNumber": "string",
- "isPrivateSale": true,
- "bookingCode": "string",
- "serialNumber": "string",
- "annotation": "string",
- "periodStartDate": "2019-08-24T14:15:22Z",
- "periodEndDate": "2019-08-24T14:15:22Z",
- "salesLineCaseId": "string",
- "salesLinePeriodCaseId": "string",
- "customerContractId": "string",
- "customerContractVersion": "string",
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "dosage": {
- "packagingId": "string",
- "quantity": 0,
- "duration": {
- "amount": 30,
- "timePeriod": 0
}
}, - "notAutomaticDelivery": true
}
], - "proposedServiceLines": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "serviceId": "string",
- "contractId": "string",
- "annotation": "string",
- "visitStartTime": "string",
- "selectedVisitDays": [
- "Monday"
], - "automaticAppointmentCreation": true
}
], - "archivedArticleLines": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "salesLineId": "string",
- "therapyProductGroupId": "string",
- "contractId": "string",
- "articleId": "string",
- "articleCustomerNumber": "string",
- "isPrivateSale": true,
- "bookingCode": "string",
- "serialNumber": "string",
- "annotation": "string",
- "periodStartDate": "2019-08-24T14:15:22Z",
- "periodEndDate": "2019-08-24T14:15:22Z",
- "salesLineCaseId": "string",
- "salesLinePeriodCaseId": "string",
- "customerContractId": "string",
- "customerContractVersion": "string",
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "dosage": {
- "packagingId": "string",
- "quantity": 0,
- "duration": {
- "amount": 30,
- "timePeriod": 0
}
}, - "notAutomaticDelivery": true,
- "endDate": "2019-08-24T14:15:22Z"
}
], - "history": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "type": "nextDeliveryDate",
- "date": "2019-08-24T14:15:22Z",
- "userId": "string",
- "userName": "string",
- "changeOperation": "REMOVE",
- "articleId": "string",
- "key": "string",
- "valueBefore": "string",
- "valueAfter": "string"
}
], - "annotation": "string",
- "seriesStatus": -3,
- "aboStopped": true,
- "startDate": "string",
- "status": 1,
- "deactivationReason": "string",
- "regionId": "string",
- "applicationPlan": {
- "lines": [
- {
- "articleId": "string",
- "articleName": "string"
}
]
}, - "calculations": { },
- "miscellaneous": {
- "desinfection": "string",
- "changeBandageintervall": "string",
- "thirtyDegreeUpperBodyPosition": true,
- "oralStimulation": true,
- "changeLiquidOnDemand": true,
- "replaceTube": {
- "button": true,
- "gastrotube": true,
- "description": "string",
- "date": "2019-08-24T14:15:22Z",
- "additionalInfo": "string"
}
}, - "permanentExceedMaxAmount": true,
- "diagnose": "string",
- "stomaCreationDate": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "articleLines": [
- {
- "salesLineId": "string",
- "therapyProductGroupId": "string",
- "contractId": "string",
- "articleId": "string",
- "articleCustomerNumber": "string",
- "isPrivateSale": true,
- "bookingCode": "string",
- "serialNumber": "string",
- "annotation": "string",
- "periodStartDate": "string",
- "periodEndDate": "string",
- "salesLineCaseId": "string",
- "salesLinePeriodCaseId": "string",
- "customerContractId": "string",
- "customerContractVersion": "string",
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "dosage": {
- "packagingId": "string",
- "quantity": 0,
- "duration": {
- "amount": 30,
- "timePeriod": 0
}
}, - "notAutomaticDelivery": true,
- "_id": "string",
- "timestamp": "string",
- "archived": true
}
]
}{- "salesId": "string",
- "patientId": "string",
- "therapyId": 0,
- "therapyTypeId": 0,
- "location": 0,
- "additionalLocations": [
- "string"
], - "doctorId": "string",
- "pharmacyId": "string",
- "isInitialCare": true,
- "isMonthlyOrderActivated": true,
- "standardCareProposalId": "string",
- "seriesData": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "salesIdSeriesData": "string",
- "nextDeliveryDate": "2019-08-24T14:15:22Z",
- "dayOfDelivery": 0,
- "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "deliveryInformation": "string",
- "deliveryNote": "string",
- "deliveryStartTime": "string",
- "deliveryOption": "string"
}
], - "proposedArticleLines": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "salesLineId": "string",
- "therapyProductGroupId": "string",
- "contractId": "string",
- "articleId": "string",
- "articleCustomerNumber": "string",
- "isPrivateSale": true,
- "bookingCode": "string",
- "serialNumber": "string",
- "annotation": "string",
- "periodStartDate": "2019-08-24T14:15:22Z",
- "periodEndDate": "2019-08-24T14:15:22Z",
- "salesLineCaseId": "string",
- "salesLinePeriodCaseId": "string",
- "customerContractId": "string",
- "customerContractVersion": "string",
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "dosage": {
- "packagingId": "string",
- "quantity": 0,
- "duration": {
- "amount": 30,
- "timePeriod": 0
}
}, - "notAutomaticDelivery": true
}
], - "proposedServiceLines": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "serviceId": "string",
- "contractId": "string",
- "annotation": "string",
- "visitStartTime": "string",
- "selectedVisitDays": [
- "Monday"
], - "automaticAppointmentCreation": true
}
], - "archivedArticleLines": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "salesLineId": "string",
- "therapyProductGroupId": "string",
- "contractId": "string",
- "articleId": "string",
- "articleCustomerNumber": "string",
- "isPrivateSale": true,
- "bookingCode": "string",
- "serialNumber": "string",
- "annotation": "string",
- "periodStartDate": "2019-08-24T14:15:22Z",
- "periodEndDate": "2019-08-24T14:15:22Z",
- "salesLineCaseId": "string",
- "salesLinePeriodCaseId": "string",
- "customerContractId": "string",
- "customerContractVersion": "string",
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "dosage": {
- "packagingId": "string",
- "quantity": 0,
- "duration": {
- "amount": 30,
- "timePeriod": 0
}
}, - "notAutomaticDelivery": true,
- "endDate": "2019-08-24T14:15:22Z"
}
], - "history": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "type": "nextDeliveryDate",
- "date": "2019-08-24T14:15:22Z",
- "userId": "string",
- "userName": "string",
- "changeOperation": "REMOVE",
- "articleId": "string",
- "key": "string",
- "valueBefore": "string",
- "valueAfter": "string"
}
], - "annotation": "string",
- "seriesStatus": -3,
- "aboStopped": true,
- "startDate": "string",
- "status": 1,
- "deactivationReason": "string",
- "regionId": "string",
- "applicationPlan": {
- "lines": [
- {
- "articleId": "string",
- "articleName": "string"
}
]
}, - "calculations": { },
- "miscellaneous": {
- "desinfection": "string",
- "changeBandageintervall": "string",
- "thirtyDegreeUpperBodyPosition": true,
- "oralStimulation": true,
- "changeLiquidOnDemand": true,
- "replaceTube": {
- "button": true,
- "gastrotube": true,
- "description": "string",
- "date": "2019-08-24T14:15:22Z",
- "additionalInfo": "string"
}
}, - "permanentExceedMaxAmount": true,
- "diagnose": "string",
- "stomaCreationDate": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "articleLines": [
- {
- "salesLineId": "string",
- "therapyProductGroupId": "string",
- "contractId": "string",
- "articleId": "string",
- "articleCustomerNumber": "string",
- "isPrivateSale": true,
- "bookingCode": "string",
- "serialNumber": "string",
- "annotation": "string",
- "periodStartDate": "string",
- "periodEndDate": "string",
- "salesLineCaseId": "string",
- "salesLinePeriodCaseId": "string",
- "customerContractId": "string",
- "customerContractVersion": "string",
- "attributes": [
- {
- "attributeTemplate": {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "name": "string",
- "dataType": 0
}, - "value": null
}
], - "dosage": {
- "packagingId": "string",
- "quantity": 0,
- "duration": {
- "amount": 30,
- "timePeriod": 0
}
}, - "notAutomaticDelivery": true,
- "_id": "string",
- "timestamp": "string",
- "archived": true
}
]
}DEPRECATED: Bitte /singleOrder oder /directOrder verwenden.
| status required | string Enum: "created" "updated" "archived" |
| updatedAfter required | string <date-time> |
[- {
- "regionId": "string",
- "salesId": "string",
- "patientId": "string",
- "careProposalId": "string",
- "creationDate": "2019-08-24T14:15:22Z",
- "deliveryDate": "2019-08-24T14:15:22Z",
- "accountingMonth": [
- 0
], - "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "dayOfDelivery": 0,
- "nextDelivery": "2019-08-24T14:15:22Z",
- "deliveryDateChanged": true,
- "deliveryInterval": {
- "amount": 0,
- "timePeriod": 0
}, - "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "deliveryInformation": "string",
- "doctorId": "string",
- "hospitalId": "string",
- "pharmacyId": "string",
- "therapyId": 0,
- "therapyTypeId": 0,
- "location": 0,
- "isInitialCare": true,
- "orderedArticleLines": [
- {
- "_id": "string",
- "salesLineId": "string",
- "articleId": "string",
- "contractID": "string",
- "articleCustomerNumber": "string",
- "unit": "string",
- "dosage": {
- "packagingId": "string",
- "quantity": 0,
- "duration": {
- "amount": 30,
- "timePeriod": 0
}
}, - "isRentalEquipment": true,
- "updated": "2019-08-24T14:15:22Z",
- "isPrivateSale": true,
- "notAutomaticDelivery": true
}
], - "articleLineHistory": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "type": 0,
- "date": "2019-08-24T14:15:22Z",
- "articleId": "string",
- "articleNumber": "string",
- "articleName": "string",
- "articleDescription": "string",
- "userId": "string",
- "userName": "string",
- "valueBefore": "string",
- "valueAfter": "string"
}
], - "createdBy": "string",
- "status": -3,
- "isSeriesOrder": true,
- "seriesOrderChanged": true,
- "alreadyTransmitted": true,
- "deliveryAddressChanged": true,
- "annotation": "string",
- "rootId": "string",
- "updated": "2019-08-24T14:15:22Z",
- "deliveryNote": "string",
- "startTime": "string",
- "isHospitalPrescriber": true,
- "transmittedAt": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}
]| id required | string <uuid> |
| regionId | string | |||||||||||||||||||||||||||||||||||||||||||||
| salesId | string | |||||||||||||||||||||||||||||||||||||||||||||
| patientId | string | |||||||||||||||||||||||||||||||||||||||||||||
| careProposalId | string | |||||||||||||||||||||||||||||||||||||||||||||
| creationDate | string <date-time> | |||||||||||||||||||||||||||||||||||||||||||||
| deliveryDate | string <date-time> | |||||||||||||||||||||||||||||||||||||||||||||
| accountingMonth | Array of numbers | |||||||||||||||||||||||||||||||||||||||||||||
| startDate | string <date-time> | |||||||||||||||||||||||||||||||||||||||||||||
| endDate | string <date-time> | |||||||||||||||||||||||||||||||||||||||||||||
| dayOfDelivery | number | |||||||||||||||||||||||||||||||||||||||||||||
| nextDelivery | string <date-time> | |||||||||||||||||||||||||||||||||||||||||||||
| deliveryDateChanged | boolean | |||||||||||||||||||||||||||||||||||||||||||||
object (IDeliveryInterval) Lieferintervall. Definiert das Intervall für wiederkehrende Lieferungen. | ||||||||||||||||||||||||||||||||||||||||||||||
object (IDeliveryAddress) Lieferadresse. Erweitert {@link IAddress } für Lieferadressen bei Bestellungen. | ||||||||||||||||||||||||||||||||||||||||||||||
| deliveryInformation | string | |||||||||||||||||||||||||||||||||||||||||||||
| doctorId | string | |||||||||||||||||||||||||||||||||||||||||||||
| hospitalId | string | |||||||||||||||||||||||||||||||||||||||||||||
| pharmacyId | string | |||||||||||||||||||||||||||||||||||||||||||||
| therapyId | number | |||||||||||||||||||||||||||||||||||||||||||||
| therapyTypeId | number | |||||||||||||||||||||||||||||||||||||||||||||
| location | number | |||||||||||||||||||||||||||||||||||||||||||||
| isInitialCare | boolean | |||||||||||||||||||||||||||||||||||||||||||||
Array of objects (IOrderedArticleLine) | ||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (IHistoryArticleLine) Historie der Artikelzeilen. | ||||||||||||||||||||||||||||||||||||||||||||||
| createdBy | string ID des Benutzers, der die Entität erstellt hat. Referenziert einen Benutzer im System. | |||||||||||||||||||||||||||||||||||||||||||||
| status | number (OrderStatus) Enum: -3 -2 -1 0 1 2 3 4 5 6 7 8 9 10 Status einer Bestellung. Definiert den Lebenszyklus einer Bestellung von der Erstellung bis zur Lieferung. Nicht alle Statusänderungen sind erlaubt.
Erlaubte Statusübergänge: | Von Status | Erlaubte Zielstatus | |------------|---------------------| |
| |||||||||||||||||||||||||||||||||||||||||||||
| isSeriesOrder | boolean | |||||||||||||||||||||||||||||||||||||||||||||
| seriesOrderChanged | boolean | |||||||||||||||||||||||||||||||||||||||||||||
| alreadyTransmitted | boolean | |||||||||||||||||||||||||||||||||||||||||||||
| deliveryAddressChanged | boolean | |||||||||||||||||||||||||||||||||||||||||||||
| annotation | string | |||||||||||||||||||||||||||||||||||||||||||||
| rootId | string | |||||||||||||||||||||||||||||||||||||||||||||
| updated | string <date-time> | |||||||||||||||||||||||||||||||||||||||||||||
| deliveryNote | string | |||||||||||||||||||||||||||||||||||||||||||||
| startTime | string | |||||||||||||||||||||||||||||||||||||||||||||
| isHospitalPrescriber | boolean | |||||||||||||||||||||||||||||||||||||||||||||
| transmittedAt | string iso string date when order backed processed the order | |||||||||||||||||||||||||||||||||||||||||||||
| _id | string Eindeutige ID der Entität (UUID v4 als String). Wird beim Erstellen automatisch generiert. | |||||||||||||||||||||||||||||||||||||||||||||
| timestamp | string Zeitstempel der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | |||||||||||||||||||||||||||||||||||||||||||||
| archived | boolean Markiert die Entität als archiviert (Soft-Delete). Archivierte Entitäten werden nicht physisch gelöscht, sondern nur als archiviert markiert. Sie erscheinen nicht mehr in Standard-Abfragen. | |||||||||||||||||||||||||||||||||||||||||||||
| createdAt | string Zeitpunkt der Erstellung. Wird beim Erstellen der Entität automatisch gesetzt. | |||||||||||||||||||||||||||||||||||||||||||||
| updatedAt | string Zeitpunkt der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | |||||||||||||||||||||||||||||||||||||||||||||
| updatedBy | string ID des Benutzers, der die letzte Änderung vorgenommen hat. Referenziert einen Benutzer im System. |
{- "regionId": "string",
- "salesId": "string",
- "patientId": "string",
- "careProposalId": "string",
- "creationDate": "2019-08-24T14:15:22Z",
- "deliveryDate": "2019-08-24T14:15:22Z",
- "accountingMonth": [
- 0
], - "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "dayOfDelivery": 0,
- "nextDelivery": "2019-08-24T14:15:22Z",
- "deliveryDateChanged": true,
- "deliveryInterval": {
- "amount": 0,
- "timePeriod": 0
}, - "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "deliveryInformation": "string",
- "doctorId": "string",
- "hospitalId": "string",
- "pharmacyId": "string",
- "therapyId": 0,
- "therapyTypeId": 0,
- "location": 0,
- "isInitialCare": true,
- "orderedArticleLines": [
- {
- "_id": "string",
- "salesLineId": "string",
- "articleId": "string",
- "contractID": "string",
- "articleCustomerNumber": "string",
- "unit": "string",
- "dosage": {
- "packagingId": "string",
- "quantity": 0,
- "duration": {
- "amount": 30,
- "timePeriod": 0
}
}, - "isRentalEquipment": true,
- "updated": "2019-08-24T14:15:22Z",
- "isPrivateSale": true,
- "notAutomaticDelivery": true
}
], - "articleLineHistory": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "type": 0,
- "date": "2019-08-24T14:15:22Z",
- "articleId": "string",
- "articleNumber": "string",
- "articleName": "string",
- "articleDescription": "string",
- "userId": "string",
- "userName": "string",
- "valueBefore": "string",
- "valueAfter": "string"
}
], - "createdBy": "string",
- "status": -3,
- "isSeriesOrder": true,
- "seriesOrderChanged": true,
- "alreadyTransmitted": true,
- "deliveryAddressChanged": true,
- "annotation": "string",
- "rootId": "string",
- "updated": "2019-08-24T14:15:22Z",
- "deliveryNote": "string",
- "startTime": "string",
- "isHospitalPrescriber": true,
- "transmittedAt": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}{- "regionId": "string",
- "salesId": "string",
- "patientId": "string",
- "careProposalId": "string",
- "creationDate": "2019-08-24T14:15:22Z",
- "deliveryDate": "2019-08-24T14:15:22Z",
- "accountingMonth": [
- 0
], - "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "dayOfDelivery": 0,
- "nextDelivery": "2019-08-24T14:15:22Z",
- "deliveryDateChanged": true,
- "deliveryInterval": {
- "amount": 0,
- "timePeriod": 0
}, - "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "deliveryInformation": "string",
- "doctorId": "string",
- "hospitalId": "string",
- "pharmacyId": "string",
- "therapyId": 0,
- "therapyTypeId": 0,
- "location": 0,
- "isInitialCare": true,
- "orderedArticleLines": [
- {
- "_id": "string",
- "salesLineId": "string",
- "articleId": "string",
- "contractID": "string",
- "articleCustomerNumber": "string",
- "unit": "string",
- "dosage": {
- "packagingId": "string",
- "quantity": 0,
- "duration": {
- "amount": 30,
- "timePeriod": 0
}
}, - "isRentalEquipment": true,
- "updated": "2019-08-24T14:15:22Z",
- "isPrivateSale": true,
- "notAutomaticDelivery": true
}
], - "articleLineHistory": [
- {
- "_id": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "archived": true,
- "type": 0,
- "date": "2019-08-24T14:15:22Z",
- "articleId": "string",
- "articleNumber": "string",
- "articleName": "string",
- "articleDescription": "string",
- "userId": "string",
- "userName": "string",
- "valueBefore": "string",
- "valueAfter": "string"
}
], - "createdBy": "string",
- "status": -3,
- "isSeriesOrder": true,
- "seriesOrderChanged": true,
- "alreadyTransmitted": true,
- "deliveryAddressChanged": true,
- "annotation": "string",
- "rootId": "string",
- "updated": "2019-08-24T14:15:22Z",
- "deliveryNote": "string",
- "startTime": "string",
- "isHospitalPrescriber": true,
- "transmittedAt": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}[- {
- "label": "string",
- "parent": "string",
- "postalCodes": [
- "string"
], - "doNotChange": true,
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}
]{- "label": "string",
- "parent": "string",
- "postalCodes": [
- "string"
], - "doNotChange": true,
- "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string"
}Ruft Bestellungen ab, die seit dem angegebenen Zeitpunkt geändert wurden.
Wichtig: Die Parameter status und updatedAfter sind Pflichtparameter.
| status required | string Enum: "created" "transmitted" "updated" "archived" Filtert nach Änderungsstatus:
|
| updatedAfter required | string <date-time> ISO 8601 Zeitstempel. Nur Bestellungen, die nach diesem Zeitpunkt geändert wurden.
Beispiel: |
[- {
- "regionId": "string",
- "salesId": "string",
- "patientId": "string",
- "integratedCareId": "string",
- "creationDate": "string",
- "deliveryDate": "string",
- "deliveryOption": "string",
- "reminderDate": "string",
- "accountingMonth": [
- 0
], - "startDate": "string",
- "endDate": "string",
- "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "deliveryInformation": "string",
- "doctorId": "string",
- "pharmacyId": "string",
- "therapyId": 0,
- "therapyTypeId": 0,
- "location": 0,
- "expressDelivery": true,
- "isInitialCare": true,
- "status": -3,
- "annotation": "string",
- "deliveryNote": "string",
- "deliveryStartTime": "string",
- "hospitalId": "string",
- "prescriptionStatus": "transmissionPending",
- "isHospitalPrescriber": true,
- "tags": [
- "string"
], - "groupOrderId": "string",
- "isGroupOrder": true,
- "orderNumber": "string",
- "attachments": [
- "string"
], - "erpOrderNumber": "string",
- "transmittedAt": "string",
- "hasFollowUpOrder": true,
- "auditIds": [
- "string"
], - "trackingInfo": [
- {
- "trackingLink": "string",
- "trackingCode": "string"
}
], - "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "orderedArticleLines": [
- {
- "_id": "string",
- "salesLineId": "string",
- "proposedArticleLineId": "string",
- "articleId": "string",
- "contractId": "string",
- "articleCustomerNumber": "string",
- "packagingUnitId": "string",
- "unit": "string",
- "quantity": 0,
- "deliveredQuantity": 0,
- "bookingCode": "string",
- "serialNumber": "string",
- "batchNumber": "string",
- "isPrivateSale": true,
- "groupOrderPosition": 0,
- "singleOrderId": "string",
- "timestamp": "string",
- "archived": true
}
]
}
]Aktualisiert eine bestehende Bestellung.
Typischerweise wird die salesId gesetzt, um die Bestellung als vom ERP verarbeitet zu markieren.
| id required | string <uuid> Die eindeutige ID der Bestellung (UUID) |
| regionId | string ID der Region, der der Auftrag zugeordnet ist. | |||||||||||||||||||||||||||||||||||||||||||||
| salesId | string Vorgangsnummer im ERP-System des Kunden | |||||||||||||||||||||||||||||||||||||||||||||
| patientId | string ID des Patienten, für den der Auftrag erstellt wurde. | |||||||||||||||||||||||||||||||||||||||||||||
| integratedCareId | string ID der zugehörigen IntegratedCare (Versorgung). Jede SingleOrder gehört zu einer IntegratedCare, die die gesamte Versorgungssituation des Patienten abbildet. | |||||||||||||||||||||||||||||||||||||||||||||
| creationDate | string Erstellungsdatum des Auftrags. | |||||||||||||||||||||||||||||||||||||||||||||
| deliveryDate | string Geplantes Lieferdatum. | |||||||||||||||||||||||||||||||||||||||||||||
| deliveryOption | string Lieferoption. | |||||||||||||||||||||||||||||||||||||||||||||
| reminderDate | string Datum für die Erinnerung zur Nachbestellung. | |||||||||||||||||||||||||||||||||||||||||||||
| accountingMonth | Array of numbers Abrechnungsmonate für den Auftrag. | |||||||||||||||||||||||||||||||||||||||||||||
| startDate | string Die Artikel dieser Bestellung sind für die Versorgung ab diesem Datum gedacht. | |||||||||||||||||||||||||||||||||||||||||||||
| endDate | string Die Artikel dieser Bestellung sind für die Versorgung bis zu diesem Datum gedacht. | |||||||||||||||||||||||||||||||||||||||||||||
object (IDeliveryAddress) Lieferadresse. Erweitert {@link IAddress } für Lieferadressen bei Bestellungen. | ||||||||||||||||||||||||||||||||||||||||||||||
| deliveryInformation | string Zusätzliche Lieferinformationen. | |||||||||||||||||||||||||||||||||||||||||||||
| doctorId | string ID des verordnenden Arztes. | |||||||||||||||||||||||||||||||||||||||||||||
| pharmacyId | string ID der beliefernden Apotheke. | |||||||||||||||||||||||||||||||||||||||||||||
| therapyId | number Zugehörige Therapie. Wert ist der Enum-Wert aus {@link Therapy } . | |||||||||||||||||||||||||||||||||||||||||||||
| therapyTypeId | number Zugehöriger Therapietyp. Wert ist der Enum-Wert aus {@link TherapyType } . | |||||||||||||||||||||||||||||||||||||||||||||
| location | number Lokalisation der versorgten Wunde. Wert entspricht | |||||||||||||||||||||||||||||||||||||||||||||
| expressDelivery | boolean Gibt an, ob es sich um eine Expresslieferung handelt. | |||||||||||||||||||||||||||||||||||||||||||||
| isInitialCare | boolean Deprecated Gibt an, ob es sich um eine Erstversorgung handelt. | |||||||||||||||||||||||||||||||||||||||||||||
| status | number (OrderStatus) Enum: -3 -2 -1 0 1 2 3 4 5 6 7 8 9 10 Status einer Bestellung. Definiert den Lebenszyklus einer Bestellung von der Erstellung bis zur Lieferung. Nicht alle Statusänderungen sind erlaubt.
Erlaubte Statusübergänge: | Von Status | Erlaubte Zielstatus | |------------|---------------------| |
| |||||||||||||||||||||||||||||||||||||||||||||
| annotation | string Anmerkungen zum Auftrag. | |||||||||||||||||||||||||||||||||||||||||||||
| deliveryNote | string Lieferschein-Notiz. | |||||||||||||||||||||||||||||||||||||||||||||
| deliveryStartTime | string Geplante Lieferuhrzeit. | |||||||||||||||||||||||||||||||||||||||||||||
| hospitalId | string ID des Krankenhauses (falls Krankenhausversorgung). | |||||||||||||||||||||||||||||||||||||||||||||
| prescriptionStatus | string (TransmissionStatus) Enum: "transmissionPending" "transmissionInitiated" "transmissionFailed" "faxWaiting" "faxProcessing" "faxSending" "faxFailed" "emailFailed" "requested" "toClarify" "canceled" "faulty" "copyReceived" "originalReceived" Übermittlungsstatus für Dokumente. Definiert den Status der Übermittlung von Dokumenten (Fax, E-Mail).
| |||||||||||||||||||||||||||||||||||||||||||||
| isHospitalPrescriber | boolean Gibt an, ob das Krankenhaus der Verordner ist. | |||||||||||||||||||||||||||||||||||||||||||||
| tags | Array of strings Optionale Tags für den Auftrag (konfigurierbar). | |||||||||||||||||||||||||||||||||||||||||||||
| groupOrderId | string ID der zugehörigen Sammelbestellung (falls Teil einer Sammelbestellung). | |||||||||||||||||||||||||||||||||||||||||||||
| isGroupOrder | boolean Gibt an, ob dies eine Sammelbestellung ist. Bestellungen, die dieser Sammelbestellung zugehörig sind, besitzen die gleiche "groupOrderId". | |||||||||||||||||||||||||||||||||||||||||||||
| orderNumber | string Externe Auftragsnummer für Sammelbestellungen. | |||||||||||||||||||||||||||||||||||||||||||||
| attachments | Array of strings Liste von Anlagen, die dieser Bestellung zugehörig sind. | |||||||||||||||||||||||||||||||||||||||||||||
| erpOrderNumber | string ERP-Auftragsnummer. | |||||||||||||||||||||||||||||||||||||||||||||
| transmittedAt | string Zeitpunkt der Verarbeitung durch das Order-Backend. ISO-String-Datum, wann der Auftrag vom Order-Backend verarbeitet wurde. | |||||||||||||||||||||||||||||||||||||||||||||
| hasFollowUpOrder | boolean Gibt an, ob ein Folgeauftrag in derselben IntegratedCare existiert. | |||||||||||||||||||||||||||||||||||||||||||||
| auditIds | Array of strings Liste von zugehörigen Dokumenten-IDs für diesen Auftrag. | |||||||||||||||||||||||||||||||||||||||||||||
Array of objects (ITrackingInfo) Tracking-Informationen zur Sendungsverfolgung. | ||||||||||||||||||||||||||||||||||||||||||||||
| _id | string Eindeutige ID der Entität (UUID v4 als String). Wird beim Erstellen automatisch generiert. | |||||||||||||||||||||||||||||||||||||||||||||
| timestamp | string Zeitstempel der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | |||||||||||||||||||||||||||||||||||||||||||||
| archived | boolean Markiert die Entität als archiviert (Soft-Delete). Archivierte Entitäten werden nicht physisch gelöscht, sondern nur als archiviert markiert. Sie erscheinen nicht mehr in Standard-Abfragen. | |||||||||||||||||||||||||||||||||||||||||||||
| createdAt | string Zeitpunkt der Erstellung. Wird beim Erstellen der Entität automatisch gesetzt. | |||||||||||||||||||||||||||||||||||||||||||||
| createdBy | string ID des Benutzers, der die Entität erstellt hat. Referenziert einen Benutzer im System. | |||||||||||||||||||||||||||||||||||||||||||||
| updatedAt | string Zeitpunkt der letzten Änderung. Wird bei jeder Änderung automatisch aktualisiert. | |||||||||||||||||||||||||||||||||||||||||||||
| updatedBy | string ID des Benutzers, der die letzte Änderung vorgenommen hat. Referenziert einen Benutzer im System. | |||||||||||||||||||||||||||||||||||||||||||||
Array of objects (ISingleOrderedArticleLineExternal) |
{- "regionId": "string",
- "salesId": "string",
- "patientId": "string",
- "integratedCareId": "string",
- "creationDate": "string",
- "deliveryDate": "string",
- "deliveryOption": "string",
- "reminderDate": "string",
- "accountingMonth": [
- 0
], - "startDate": "string",
- "endDate": "string",
- "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "deliveryInformation": "string",
- "doctorId": "string",
- "pharmacyId": "string",
- "therapyId": 0,
- "therapyTypeId": 0,
- "location": 0,
- "expressDelivery": true,
- "isInitialCare": true,
- "status": -3,
- "annotation": "string",
- "deliveryNote": "string",
- "deliveryStartTime": "string",
- "hospitalId": "string",
- "prescriptionStatus": "transmissionPending",
- "isHospitalPrescriber": true,
- "tags": [
- "string"
], - "groupOrderId": "string",
- "isGroupOrder": true,
- "orderNumber": "string",
- "attachments": [
- "string"
], - "erpOrderNumber": "string",
- "transmittedAt": "string",
- "hasFollowUpOrder": true,
- "auditIds": [
- "string"
], - "trackingInfo": [
- {
- "trackingLink": "string",
- "trackingCode": "string"
}
], - "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "orderedArticleLines": [
- {
- "_id": "string",
- "salesLineId": "string",
- "proposedArticleLineId": "string",
- "articleId": "string",
- "contractId": "string",
- "articleCustomerNumber": "string",
- "packagingUnitId": "string",
- "unit": "string",
- "quantity": 0,
- "deliveredQuantity": 0,
- "bookingCode": "string",
- "serialNumber": "string",
- "batchNumber": "string",
- "isPrivateSale": true,
- "groupOrderPosition": 0,
- "singleOrderId": "string",
- "timestamp": "string",
- "archived": true
}
]
}{- "regionId": "string",
- "salesId": "string",
- "patientId": "string",
- "integratedCareId": "string",
- "creationDate": "string",
- "deliveryDate": "string",
- "deliveryOption": "string",
- "reminderDate": "string",
- "accountingMonth": [
- 0
], - "startDate": "string",
- "endDate": "string",
- "deliveryAddress": {
- "gender": 0,
- "title": 0,
- "name": "string",
- "address": "string",
- "additionalAddress": "string",
- "additionalAddress2": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string"
}, - "deliveryInformation": "string",
- "doctorId": "string",
- "pharmacyId": "string",
- "therapyId": 0,
- "therapyTypeId": 0,
- "location": 0,
- "expressDelivery": true,
- "isInitialCare": true,
- "status": -3,
- "annotation": "string",
- "deliveryNote": "string",
- "deliveryStartTime": "string",
- "hospitalId": "string",
- "prescriptionStatus": "transmissionPending",
- "isHospitalPrescriber": true,
- "tags": [
- "string"
], - "groupOrderId": "string",
- "isGroupOrder": true,
- "orderNumber": "string",
- "attachments": [
- "string"
], - "erpOrderNumber": "string",
- "transmittedAt": "string",
- "hasFollowUpOrder": true,
- "auditIds": [
- "string"
], - "trackingInfo": [
- {
- "trackingLink": "string",
- "trackingCode": "string"
}
], - "_id": "string",
- "timestamp": "string",
- "archived": true,
- "createdAt": "string",
- "createdBy": "string",
- "updatedAt": "string",
- "updatedBy": "string",
- "orderedArticleLines": [
- {
- "_id": "string",
- "salesLineId": "string",
- "proposedArticleLineId": "string",
- "articleId": "string",
- "contractId": "string",
- "articleCustomerNumber": "string",
- "packagingUnitId": "string",
- "unit": "string",
- "quantity": 0,
- "deliveredQuantity": 0,
- "bookingCode": "string",
- "serialNumber": "string",
- "batchNumber": "string",
- "isPrivateSale": true,
- "groupOrderPosition": 0,
- "singleOrderId": "string",
- "timestamp": "string",
- "archived": true
}
]
}[- {
- "active": true,
- "salesPersonId": "string",
- "firstName": "string",
- "lastName": "string",
- "address": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string",
- "phone": "string",
- "mobilePhone": "string",
- "email": "string",
- "fax": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true
}
]{- "active": true,
- "salesPersonId": "string",
- "firstName": "string",
- "lastName": "string",
- "address": "string",
- "postalCodeId": "string",
- "postalCode": "string",
- "city": "string",
- "phone": "string",
- "mobilePhone": "string",
- "email": "string",
- "fax": "string",
- "_id": "string",
- "timestamp": "string",
- "archived": true
}