You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This collection of example requests demonstrates all RED Interchange features. It requires the web-based application Postman for execution. You can download Postman free of charge at https://www.postman.com/downloads/.

Setup

Once Postman has been installed you can import the RED Interchange Example collection.


The values for baseURL and tenant can be set in the Environments section to the given values.

Once imported the Requests can be opened and executed.

List of Requests

  • 0010 - All Devices: returns the device information set with system manufacturer information. 

Practitioners

  • 0020 - All Practitioners: Practitioners are the physicians defined in RED as users/user LANRs. Practitioners contain names and identifiers for physicians. See RED interchange API - Search/Read Practitioners
  • 0021 - Specific Practitioner: Data of a specific practitioner may be fetched using a read request with the identifier of the specific practitioner

PractitionerRoles

  • 0030 - All PractitionerRoles: PractitionerRoles combine physicians and their practices defined in RED. PractitionerRoles contain a reference to practitioners and organizations. See RED interchange API - Search/Read PractitionerRoles
  • 0031 - Specific PractitionerRole: Data of a specific practitionerRole may be fetched using a read request with the identifier of the specific practitionerRole
  • 0032 - PractitionerRole for Practitioner-ID: all practitionerRoles referenced to a given practitioner
  • 0033 - PractitionerRole for Organization-ID: all practitionerRoles referenced to a given organization

Organizations

Patients

  • 0050 - Patient Search by Name: search for a Patient using patient name as search criteria. See RED interchange API - Search/Read Patients
  • 0051 - Specific Patient: returns patient data for patient with given (external) ID

Patient Record Items

  • 0100 - Patient - All Claims (Abrechnung): Returns all claims items for given patient ID. See RED interchange API - Search/Read Claims
  • 0101 - Patient - Specific Claim (Abrechnung): Returns an item for given claim ID. 
  • 0102 - Patient - All Conditions (Diagnosen). Diagnoses are ICD-10 diagnoses assigned to a patient. Patient diagnoses can be searched using a search request. See RED interchange API - Search/Read Diagnoses
  • 0103 - Patient - Specific Diagnosis (Diagnose): returns an item for given condition ID.
  • 0104 - Patient - All Encounters (Begebnungen): Encounters represent a patient visit or consultation. Each time a patient record is created for a patient there will be corresponding encounter. Encounters are assigned to a patient and may be searched - See RED interchange API - Search/Read Encounters
  • 0105 - Patient - Encounters in date range: all encounters for a given patient ID within a date range
  • 0106 - Patient - Encounters from date: all encounters for a given patient ID from a given date until today
  • 0107 - Patient - Specific Encounter: encounter item for given ID
  • 0108 - Patient - All Observation (Befunde): Observations represent medical documentations. Observations are assigned to a patient and may be searched. See RED interchange API - Search/Read Observations
  • 0109 - Patient - All Observation (Befunde) Tables: returns all observations for given patient with formatted tables
  • 0110 - Patient - Specific Observation: returns the observation item for given ID
  • 0111 - Patient - All Coverage (Versicherungen): Coverages contain information about a patients payer and health insurance - they represent the episodes in RED. Coverages can be searched using a search request. See RED interchange API - Search/Read Coverages
  • 0112 - Patient - All Coverages in date range: all coverages within a given date range
  • 0113 - Patient - All Coverages from date: all coverages from given date
  • 0114 - Patient - Specific Coverage: returns the coverage item for given ID
  • 0115 - Patient - All DocumentReferences: DocumentReferences represent all documents stored in the patient record. See RED interchange API - Search/Read DocumentReferences
  • 0116 - Patient - All DocumentReferences Summary: returns all document references for given patient ID but with metadata only
  • 0117 - Patient - Specific DocumentReference: returns the document for given ID
  • 0118 - Patient - All Medication (Medikament): Medication represents a pharmaceutical product assigned to a patient. Medications are assigned to a patient and may be searched. See RED Interchange API - Search/Read Medication
  • 0119 - Patient - Specific Medication: returns medication information for given ID
  • 0120 - Patient - All MedicationStatements (Dauermedikation): A medication statement represents a relation between a pharmaceutical product and a patient if the patients uses this product as part of his permanent medication
  • 0121 - Patient - All MedicationRequests (Verordnung): A medication request represents a prescription.
  • 0122 - Patient - All MedicationRequests (Verordnung) PZN: all prescriptions for given patient with their PZN IDs




  • No labels