Point Click Care - aavedula/how-to-notes GitHub Wiki
API examples
Table of Contents
Facility list
https://connect.pointclickcare.com/api/public/preview1/orgs/1504958828/facs
{
"data": [
{
"orgId": 1504958828,
"facId": 12,
"facilityName": "(train) FACILITY_12",
"country": "USA",
"addressLine1": "491 Roberts Street",
"postalCode": "33612",
"phone": "(813) 555-8836",
"city": "Tampa",
"state": "FL",
"fax": "(813) 555-2115",
"bedCount": 266,
"lineOfBusiness": {
"shortDesc": "SNF",
"longDesc": "Skilled Nursing Facility"
},
"healthType": "SNF",
"facilityCode": "6615",
"orgName": "apiusmstr1 training db",
"environment": "demoedu",
"billingStyleCountry": "USA",
"timeZone": "America/New_York",
"active": true,
"headOffice": false
}
],
"paging": {
"hasMore": false,
"page": 1,
"pageSize": 50
}
}
Patient list
{
"data": [
{
"orgId": 1504958828,
"facId": 12,
"patientId": 6209,
"medicalRecordNumber": "7557",
"medicaidNumber": "34E94591-",
"patientExternalId": "7557",
"patientStatus": "Current",
"bedId": 2031,
"bedDesc": "C",
"roomDesc": "418",
"roomId": 1158,
"floorDesc": "Main",
"floorId": 163,
"unitDesc": "46E6D99E-",
"unitId": 355,
"lastName": "Abreu",
"firstName": "Shari",
"middleName": "Jalisa",
"prefix": "Miss.",
"outpatient": false,
"birthDate": "1953-11-25",
"admissionDate": "2005-05-23",
"waitingList": false,
"hasPhoto": true,
"gender": "FEMALE",
"languageCode": "en",
"languageDesc": "English",
"medicareBeneficiaryIdentifier": "111222333AA",
"religion": "Baptist",
"maritalStatus": "Widowed",
"deceased": false
}
],
"paging": {
"hasMore": true,
"page": 1,
"pageSize": 50
}
}
Observations
{
"data": [
{
"observationId": 760540,
"patientId": 32627,
"type": "weight",
"value": 170.8,
"unit": "Lbs",
"method": "Hoyer",
"recordedDate": "2010-12-13T17:31:00.000Z",
"recordedBy": "rpearson",
"warnings": [
{
"description": "-5.0% change over 30 day(s)",
"cleared": false
},
{
"description": "-7.5% change over 90 day(s)",
"cleared": false
},
{
"description": "-10.0% change over 180 day(s)",
"cleared": false
}
]
},
{
"observationId": 493130,
"patientId": 32627,
"type": "height",
"value": 62,
"unit": "Inches",
"method": "Lying down",
"recordedDate": "2010-09-20T16:44:00.000Z",
"recordedBy": "rpearson"
}
],
"paging": {
"hasMore": false,
"page": 1,
"pageSize": 50
}
}
Diagnostic reports
{
"data": [
{
"reportId": "lab-16650",
"reportName": "LIPID PANEL / PDF Document",
"reportingLaboratory": "Jaqueline",
"reportType": "Laboratory",
"performingLaboratory": "AMERICAN HEALTH ASSOCIATES 7179 66TH STREET N PINELLAS PARK FL 33781",
"effectiveDateTime": "2016-06-07T05:00:00.000Z",
"issuedDateTime": "2016-06-07T13:08:00.000Z",
"reportFile": true,
"reportStatus": "Completed",
"category": [
"Chemistry",
"Unknown Category"
],
"testSet": [
{
"results": [
{
"resultStatus": "Final",
"code": "123-99999-9",
"codeSystem": "LOINC",
"codeDescription": "TEST NAME NOT PROVIDED",
"valueQuantity": {
"value": "See Attachment"
},
"observationId": "298528",
"observationName": "PDF Document"
}
]
},
{
"panelName": "LIPID PANEL",
"results": [
{
"resultStatus": "Final",
"code": "2093-3",
"codeSystem": "LOINC",
"codeDescription": "Cholesterol",
"valueQuantity": {
"value": "95",
"unitText": "mg/dL"
},
"referenceRange": "<200",
"observationId": "298522",
"observationName": "CHOLESTEROL"
},
{
"resultStatus": "Final",
"code": "2571-8",
"codeSystem": "LOINC",
"codeDescription": "Triglyceride",
"valueQuantity": {
"value": "86",
"unitText": "mg/dL"
},
"referenceRange": "<150",
"observationId": "298523",
"observationName": "TRIGLYCERIDES"
},
{
"resultStatus": "Final",
"code": "2085-9",
"codeSystem": "LOINC",
"codeDescription": "Cholesterol.in HDL",
"valueQuantity": {
"value": "35",
"unitText": "mg/dL"
},
"referenceRange": "40-60",
"observationId": "298524",
"observationName": "HDL CHOLESTEROL"
},
{
"resultStatus": "Final",
"code": "13457-7",
"codeSystem": "LOINC",
"codeDescription": "Cholesterol.in LDL",
"valueQuantity": {
"value": "43",
"unitText": "mg/dL"
},
"referenceRange": "<100",
"observationId": "298525",
"observationName": "LDL CHOLESTEROL"
},
{
"resultStatus": "Final",
"code": "13458-5",
"codeSystem": "LOINC",
"codeDescription": "Cholesterol.in VLDL",
"valueQuantity": {
"value": "17",
"unitText": "mg/dL"
},
"referenceRange": "5-30",
"observationId": "298526",
"observationName": "VLDL CHOLESTEROL"
},
{
"resultStatus": "Final",
"comment": " CHD RISK CHOLESTEROL/HDL RATIO| MALE FEMALE| 0.5 X AVERAGE 3.4 3.3| 1.0 X AVERAGE 9.6 7.1| 3.0 X AVERAGE 13.4 11.0| TO PREVENT CORONARY HEART DISEASE 1/2 AVERAGE| RISK FACTOR OR LESS SHOULD BE USED AS NORMAL.",
"code": "9830-1",
"codeSystem": "LOINC",
"codeDescription": "Cholesterol.total/Cholesterol.in HDL",
"valueQuantity": {
"value": "2.7"
},
"observationId": "298527",
"observationName": "CHOLESTEROL/HDL RATIO"
}
]
}
]
}
],
"paging": {
"hasMore": false,
"page": 1,
"pageSize": 50
}
}
Conditions
https://connect.pointclickcare.com/api/public/preview1/orgs/1504958828/conditions?patientId=6209
{
"data": [
{
"onsetDate": "2010-06-01",
"icd10": "E11.65",
"icd10Description": "TYPE 2 DIABETES MELLITUS WITH HYPERGLYCEMIA",
"rankDescription": "Primary",
"clinicalStatus": "ACTIVE",
"therapy": false,
"createdBy": "pcc-perezr",
"conditionId": 18295
},
{
"onsetDate": "2011-08-11",
"icd10": "R13.12",
"icd10Description": "DYSPHAGIA, OROPHARYNGEAL PHASE",
"rankDescription": "Secondary",
"clinicalStatus": "ACTIVE",
"therapy": true,
"createdBy": "rstephens",
"conditionId": 195862
}
],
"paging": {
"hasMore": false,
"page": 1,
"pageSize": 50
}
}