Skip to content

enes-balikci/RFC9562-Meduuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

RFC9562-Meduuid

MedUUID

A Universal UUID-based Tracking System for Healthcare and Pharmaceutical Industries

Features

  • Assigns a unique UUID to every patient record (MRI, lab results, etc.).
  • Enables secure, portable, and verifiable health data across borders.
  • Assigns a unique UUID to every medicine box, preventing counterfeit drugs.
  • REST API for easy integration, verification, and tracking.
  • Scalable architecture for global deployments.

Installation

pip install .

Usage

python api/main.py

API Endpoints

  • POST /patient_record : Create a new patient record
  • GET /patient_record/<uuid> : Retrieve a patient record
  • POST /medicine_box : Register a new medicine box
  • GET /medicine_box/<uuid> : Retrieve a medicine box record

Example Request (Patient Record)

POST /patient_record
Content-Type: application/json

{
  "name": "John Doe",
  "data": "MRI Scan Result",
  "record_type": "MRI"
}

Example Response

{
  "record_uuid": "b6c4e0a7-2d0f-4e71-b7bb-3c0c9d3f6c8a"
}

License

MIT

About

A Universal UUID-based Tracking System for Healthcare and Pharmaceutical Industries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors