Zum Hauptinhalt springen

Rezepte

Rufen Sie Rezeptinformationen ab, einschließlich Arztdaten und Status.

Rezeptdetails abrufen

GET /v1/management/prescriptions/{prescription_uid}
prescription_uid
string
erforderlich
Die Rezept-UID
Erforderliche Berechtigung: prescription:read

Beispielanfrage

curl -X GET "https://api.rxscale.com/v1/management/prescriptions/px-abc123" \
  -H "X-API-Key: your-api-key-here"

Antwort

{
  "uid": "px-abc123",
  "status": "signed",
  "doctor": {
    "uid": "doc-456",
    "display_name": "Dr. Schmidt"
  }
}

Antwortfelder

FeldTypBeschreibung
uidstringEindeutiger Bezeichner für das Rezept
statusstringAktueller Rezeptstatus (z.B. signed, waiting_for_doctor)
doctorobjectDer verschreibende Arzt
doctor.uidstringArzt-UID
doctor.display_namestringAnzeigename des Arztes

Fehlerantworten

StatuscodeBeschreibung
403Fehlende Berechtigung prescription:read
404Rezept nicht gefunden oder gehört zu einer anderen Organisation