Skip to main content

GOSH FHIR Hackathon API

Project description

GOSH-FHIRworks2020-SkypeURI Project Descrpition

This is a simple API that generates URIs to Skype group chats/calls given a list of FHIR patients UUIDs.

Create a (group) video call

  >> from SkypeURI import SkypeURI
  >> patient1UUID = '8f789d0b-3145-4cf2-8504-13159edaa747'
  >> patient2UUID = '4a064229-2a40-45f4-a259-f4eedcfd525a'
  >> patientUUIDs = [patient1UUID, patient2UUID]
  >> SkypeURI().getSkypeVideoURI(patientUUIDs)

Create a (group) voice call

  >> from SkypeURI import SkypeURI
  >> patient1UUID = '8f789d0b-3145-4cf2-8504-13159edaa747'
  >> patient2UUID = '4a064229-2a40-45f4-a259-f4eedcfd525a'
  >> patientUUIDs = [patient1UUID, patient2UUID]
  >> SkypeURI().getSkypeVoiceURI(patientUUIDs)

Create a group chat

  >> from SkypeURI import SkypeURI
  >> patient1UUID = '8f789d0b-3145-4cf2-8504-13159edaa747'
  >> patient2UUID = '4a064229-2a40-45f4-a259-f4eedcfd525a'
  >> patientUUIDs = [patient1UUID, patient2UUID]
  >> SkypeURI().getSkypeVideoURI(patientUUIDs)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

GOSH-FHIRworks2020-SkypeURI-1.0.0.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page