Giter VIP home page Giter VIP logo

personal-health-record-data-format's Introduction

Personal Health Record App JSON Data Structure.

This data struture should be considered in development.

Example Structure (as of 2013/12/18):

{
  "user": {
    "id": "object_uid",
    "firstName": "John",
    "middleName": "Random",
    "lastName": "Doe",
    "email": "[email protected]",
    "createdAt": "2013/12/20",
    "updatedAt": "2013/12/20",
    "birthdate": "1980/10/20",
    "illnesses": [
      {
        "id": "object_uid",
        "illness_type_id": "object_uid",
        "startDate": "2013/12/20",
        "endDate": "2013/12/25",
        "createdAt": "2013/12/25",
        "updatedAt": "2013/12/25",
        "medicationsTaken": [
          {
            "medication_id": "object_uid",
            "startDate": "2013/12/21",
            "endDate": "2013/12/25"
          }
        ],
        "versions": [
          {
            "id": "object_uid",
            "illness_type_id": "object_uid",
            "startDate": "2013/12/20",
            "endDate": "2013/12/25",
            "medicationsTaken": [
              {
                "medication_id": "object_uid",
                "startDate": "2013/12/21",
                "endDate": "2013/12/25"
              }
            ]
          }
        ]
      }
    ],
    "activities": [
      {
        "id": "object_uid",
        "type": "Bench Press",
        "date": "2013/12/20",
        "time": "20:30",
        "weight": "120",
        "reps": "8",
        "sets": "3"
      },
      {
        "id": "object_uid",
        "type": "Exercise Bike",
        "date": "2013/12/19",
        "time": "20:30",
        "duration": "1800",
        "restingHeartRate": "103",
        "targetHeartRate": "132",
        "caloriesBurned": "189"
      }
    ],
    "conditions": [
      {
        "condition_id": "object_uid",
        "startDate": "2010/1/3",
        "endDate": null,
        "medicationsTaken": [
          {
            "medication_id": "object_uid",
            "datesTaken": [
              "2013/10/12",
              "2011/10/12"
            ]
          }
        ]
      }
    ],
    "currentMedications": [
      {
        "medication_id": "object_uid",
        "medication_type_id": "object_uid",
        "startDate": "2013/12/21",
        "condition_type": "illness or condition name",
        "condition_id": "object_uid"
      }
    ],
    "medicationsTaken": [
      {
        "medication_id": "object_uid",
        "medication_type_id": "object_uid",
        "startDate": "2012/12/21",
        "endDate": "2012/12/25",
        "condition_type": "illness or condition name",
        "condition_id": "object_uid"
      }
    ],
    "treatements": [
      {
        "treatement_id": "object_uid",
        "treatment_type_id": "object_uid",
        "treatement_name": "Phyiscal Therapy",
        "startDate": "2012/10/1",
        "endDate": "2012/12/3",
        "provider": "object_uid",
        "activity_id": "object_uid"
      }
    ]
  }
}

personal-health-record-data-format's People

Contributors

raykao avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.