This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "practice_name":"Milestone Pediatrics S.C.", | |
| "address":"933 N Mayfair Rd, Ste 302, MILWAUKEE, WI, 53226, US", | |
| "email":"", | |
| "phone":"", | |
| "fhir_endpoint_url":"https:\/\/fhir4.eclinicalworks.com\/fhir\/r4\/FEIGCD" | |
| }, | |
| { | |
| "practice_name":"Summers Healthcare Inc", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{"code":"86152","desc":"Cell enumeration &id"},{"code":"86153","desc":"Cell enumeration phys interp"},{"code":"86890","desc":"Autologous blood process"},{"code":"86891","desc":"Autologous blood op salvage"},{"code":"86927","desc":"Plasma fresh frozen"},{"code":"86930","desc":"Frozen blood prep"},{"code":"86931","desc":"Frozen blood thaw"},{"code":"86932","desc":"Frozen blood freeze/thaw"},{"code":"86945","desc":"Blood product/irradiation"},{"code":"86950","desc":"Leukacyte transfusion"},{"code":"86960","desc":"Vol reduction of blood/prod"},{"code":"86965","desc":"Pooling blood platelets"},{"code":"86985","desc":"Split blood or products"},{"code":"36415","desc":"Routine venipuncture"},{"code":"78110","desc":"Plasma volume single"},{"code":"78111","desc":"Plasma volume multiple"},{"code":"78120","desc":"Red cell mass single"},{"code":"78121","desc":"Red cell mass multiple"},{"code":"78122","desc":"Blood volume"},{"code":"78130","desc":"Red cell survival study"},{"code":"78191","desc":"Platelet survival"},{"cod |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{"code": "A000", "desc": "Cholera due to Vibrio cholerae 01, biovar cholerae"}, {"code": "A001", "desc": "Cholera due to Vibrio cholerae 01, biovar eltor"}, {"code": "A009", "desc": "Cholera, unspecified"}, {"code": "A0100", "desc": "Typhoid fever, unspecified"}, {"code": "A0101", "desc": "Typhoid meningitis"}, {"code": "A0102", "desc": "Typhoid fever with heart involvement"}, {"code": "A0103", "desc": "Typhoid pneumonia"}, {"code": "A0104", "desc": "Typhoid arthritis"}, {"code": "A0105", "desc": "Typhoid osteomyelitis"}, {"code": "A0109", "desc": "Typhoid fever with other complications"}, {"code": "A011", "desc": "Paratyphoid fever A"}, {"code": "A012", "desc": "Paratyphoid fever B"}, {"code": "A013", "desc": "Paratyphoid fever C"}, {"code": "A014", "desc": "Paratyphoid fever, unspecified"}, {"code": "A020", "desc": "Salmonella enteritis"}, {"code": "A021", "desc": "Salmonella sepsis"}, {"code": "A0220", "desc": "Localized salmonella infection, unspecified"}, {"code": "A0221", "desc": "Salmonella meningitis |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| adduser() | |
| { | |
| if [ -z "$1" ] # Is parameter #1 zero length? | |
| then | |
| echo "-Parameters are zero length.-" # Or no parameter passed. | |
| else | |
| echo "-Parameter #1 is \"$1\".-" | |
| fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Nov 5 20:30:09 ip-xxx-xxx-xxx-xxx rsyslogd: [origin software="rsyslogd" swVersion="8.16.0" x-pid="1166" x-info="http://www.rsyslog.com"] start | |
| Nov 5 20:30:09 ip-xxx-xxx-xxx-xxx rsyslogd-2222: command 'KLogPermitNonKernelFacility' is currently not permitted - did you already set it via a RainerScript command (v6+ config)? [v8.16.0 try http://www.rsyslog.com/e/2222 ] | |
| Nov 5 20:30:09 ip-xxx-xxx-xxx-xxx rsyslogd: rsyslogd's groupid changed to 108 | |
| Nov 5 20:30:09 ip-xxx-xxx-xxx-xxx rsyslogd: rsyslogd's userid changed to 104 | |
| Nov 5 20:30:09 ip-xxx-xxx-xxx-xxx rsyslogd-2039: Could not open output pipe '/dev/xconsole':: No such file or directory [v8.16.0 try http://www.rsyslog.com/e/2039 ] | |
| Nov 5 20:30:09 ip-xxx-xxx-xxx-xxx rsyslogd-2007: action 'action 11' suspended, next retry is Mon Nov 5 20:30:39 2018 [v8.16.0 try http://www.rsyslog.com/e/2007 ] | |
| Nov 5 20:30:09 ip-xxx-xxx-xxx-xxx kernel: [ 0.000000] Initializing cgroup subsys cpuset | |
| Nov 5 20:30:09 ip-xxx-xxx-xxx-xxx kernel: [ 0.000000] Initializing cgro |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "frontend-next", | |
| "engines": { | |
| "node": "10.2.1" | |
| }, | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1", |