Mediloop
EXAMPLE OUTPUTPopular

Patient Data Synchronization – Output

Results of the synchronization run and the data created in Mediloop.

Language
TypeScript
Use case
Patient data
Complexity
Intermediate
Updated
May 12, 2024
Overview
Code
Setup
Run
Output
Error handling
Synchronization completed successfully
225
Total processed
182
Created
35
Updated
8
Skipped
0
Errors

Synchronized records

FHIR Resource TypeCreatedUpdatedSkippedTotal
Patient120182140
Observation5010464
Condition325138
AllergyIntolerance182020
Encounter150116
MedicationStatement120012
What's next?
Query the data
Build workflows
Real-time sync

Sample synchronized patient

JSONFHIR Resource (Patient)
jsonCopy
{
  "resourceType": "Patient",
  "id": "pat_9f87...",
  "identifier": [{
    "system": "https://mediloop.com/identifiers/patient",
    "value": "MLP-10002345"
  }],
  "name": [{ "family": "Doe", "given": ["John"] }],
  "gender": "male",
  "birthDate": "1980-01-01",
  "active": true
}

Output files

sync-summary.jsonSummary of synchronization5.2 KB
created-records.csvList of created records18.7 KB
updated-records.csvList of updated records6.1 KB
skipped-records.csvList of skipped records2.3 KB
execution-log.txtDetailed execution log12.4 KB