From 936abcd3ce0fe80e2db331d8a775b144965d1327 Mon Sep 17 00:00:00 2001 From: Matt Stibbs Date: Mon, 21 Oct 2024 14:14:04 +0100 Subject: [PATCH] Create resident-doctor-passport.md --- .../27-london/resident-doctor-passport.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 content/_projects/27-london/resident-doctor-passport.md diff --git a/content/_projects/27-london/resident-doctor-passport.md b/content/_projects/27-london/resident-doctor-passport.md new file mode 100644 index 0000000..48c707f --- /dev/null +++ b/content/_projects/27-london/resident-doctor-passport.md @@ -0,0 +1,27 @@ +--- +hackday: "27-london" # slug for event project was presented at +title: "Resident Doctor Passport" # Project Name +summary: "A digital solution to the repetitive pre-employment checks which rotating resident doctors must complete multiple times per year. " # Short summary ideally ~50 words +thumbnail: # Thumbnail image stored in `/assets/images/projects//` +header_image: # Header image stored in `/assets/images/projects//` +image_credit: [] # Image credit remove [] if using and uncomment following lines +#- Credit: +# URL: +# Licence: +team: # List of (preferably) twitter handles but can include plain-text names + - "Rahul Dalal" + - "Elena Barker" + - "Olha Danylevska" +email: # Email to list on project page for contact +links: + presentation: # Link to presentation used on day 2 + video: # Link to video of presentation on day 2 + website: # Link to live project demo/app/appstore link/etc. + code: # List of links to project source code e.g GitHub + - "https://github.com/ElenaBarker/Resident_Doctor_Passport" +licence: # Licence code/project is released under e.g MIT, GPL etc. +about: "Doctors enter their data once, into an account identified by their GMC number. This information includes personal details, immunisation history, bank and salary details, vehicle details, and important documents. +Organisations can sign up to the platform and search for doctors ahead of their employment, and request access to their data, which must be approved an a ‘relationship by relationship’ basis. +The data is structured in a PostgreSQL database for easy retrieval and querying." +featured: false # If project is featured +---