Skip to content
View projkov's full-sized avatar
:octocat:
Working from home
:octocat:
Working from home

Organizations

@beda-software

Block or report projkov

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
projkov/README.md

Hi there 👋

{
  "resourceType": "PractitionerRole",
  "id": "pavel-rozhkov",
  "active": true,
  "period": {
    "start": "2013"
  },
  "practitioner": {
    "reference": "Practitioner/pavel-rozhkov",
    "display": "Pavel Rozhkov"
  },
  "organization": {
    "reference": "Organization/beda-software",
    "display": "Beda Software"
  },
  "code": [
    { "text": "Software Engineer" }
  ],
  "specialty": [
    { "text": "Major: Health IT / FHIR / Inferno Framework" },
    { "text": "Backend: Python / Ruby / Ruby on Rails" },
    { "text": "Frontend: Typescript / React / React Native" }
  ],
  "location": [
    { "display": "Armenia" }
  ],
  "telecom": [
    { "system": "email", "value": "pavel.r@beda.software", "use": "work" },
    { "system": "email", "value": "prozskov@gmail.com", "use": "home" },
    { "system": "url", "value": "https://www.linkedin.com/in/pavelrozhkov/", "use": "work" },
    { "system": "url", "value": "https://steamcommunity.com/id/pavel_rozhkov", "use": "home" }
  ],
  "availableTime": [
    {
      "daysOfWeek": ["mon", "tue", "wed", "thu", "fri"],
      "availableStartTime": "08:00:00",
      "availableEndTime": "17:45:00"
    }
  ],
  "availabilityExceptions": "Hours listed in GMT+4 (Armenia Time)",
  "communication": [
    { "text": "English" },
    { "text": "Russian" }
  ]
}

Pinned Loading

  1. projkov.github.io projkov.github.io Public

    Ruby

  2. r-toolkit r-toolkit Public

    A list of shell scripts to install essential software for me

    Shell

  3. fhirpath-ui fhirpath-ui Public

    Open-source UI for FHIRPath

    TypeScript 2

  4. sage sage Public

    Sage is FHIR resource viewer, which is controlled by a single config file

    TypeScript