Cleaning Rules: Outpatients

Size: px
Start display at page:

Download "Cleaning Rules: Outpatients"

Transcription

1 Document filename: HES OP Cleaning Rules Guide Directorate / Programme Information and Analytics Project Data Quality Document Reference HESDQ_In_004 Project Manager Julie Clough Status Final Owner HES Data Quality Team Version 3.0 Author HES Data Quality Team Version issue date 26/09/2016 Cleaning Rules: Outpatients Copyright 2015 Health and Social Care Information Centre

2 Document Management Revision History Version Date Summary of Changes /05/2015 Document Created /12/15 Removal section is added /09/2016 The corporate transformation from the Health and Social Care Information Centre to NHS Digital. Reviewers This document must be reviewed by the following people: Reviewer name Title / Responsibility Date Version HES Data Quality Team Secondary Care 08/04/ HES Data Quality Team Secondary Care 14/01/ HES Data Quality Team Secondary Care 26/09/ Approved by This document must be approved by the following people: Name Signature Title Date Version Madeleine Watson Programme Manager HES 15/04/ Julie Clough Julie Clough Principal Information Analyst Principal Information Analyst 14/01/ /09/ Page 2 of 36

3 Glossary of Terms Term / Abbreviation CCG CR HES HRG HSCIC NHS ODS OP PbR PCT RTT SUS What it stands for Clinical Commissioning Group Commissioning Region (of NHS England) Hospital Episode Statistics Healthcare Resource Group Health and Social Care Information Centre National Health Service Organisation Data Service Outpatients Payment by Results Primary Care Trust Referral to Treatment Secondary Uses Service Document Control: The controlled copy of this document is maintained in the NHS Digital corporate network. Any copies of this document held outside of that area, in whatever format (e.g. paper, attachment), are considered to have passed out of control and should be checked for currency and validity. Page 3 of 36

4 Contents 1 Introduction Purpose of Document Background 7 2 Data Removals 8 Removal 0001 Remove unmapped records 8 Removal 0010 Remove appdate before 8 Removal 0011 Remove apptdate after 8 Removal 0012 Remove firstatt = 5 8 Removal 0052 Remove duplicates in OP 9 3 Simple Validation 10 5 Removal of pipe characters Ethnos validation Date of Birth validation Appointment Date validation Referral Request Received Date validation Last DNA or Patient Cancelled Date validation Sex - M/F (retired) Sex validation Priority Type - R/U/T (retired) Priority Type validation (renumbered from 80) Main Speciality validation Treatment Speciality validation Medical Staff Type Seeing Patient format (retired) Medical Staff Type Seeing Patient validation (renumbered from 120) Attended or Did Not Attend validation (renumbered from 130) First Attendance validation (renumbered from 140) Service Type Requested validation (renumbered from 150) Source of Referral format (retired) Source of Referral validation (renumbered from 160) Outcome of Attendance validation (renumbered from 170) Attendance Type derivation (renumbered from 200) Days Waiting / Waiting Calculation Indicator derivation (renumbered from 270) Waitdays derivation Age on Day of Appointment derivation (renumbered from 280) 19 Page 4 of 36

5 301 Babyage derivation (renumbered from 300) Homeadd formatting Purcode special values Tretspef to mainspef (renumbered from 350) Carersi validation Referrer missing/invalid Consult missing/invalid Reggmp missing/invalid Gpprac missing Administrative Category validation (renumbered from 480) Location Class format (retired) Location Class validation (renumbered from 490) Opcs43 derivation (retired) Diagraw derivation Operraw derivation (renumbered from 610) Operative Procedure 4 th character (renumbered from 620) Diagnosis code format (renumbered from 630) Diagnosis code 4 th character (renumbered from 640) Diagnosis R69 X in 4 th character (renumbered from 650) Primary Diagnosis null Diagnosis code validation (renumbered from 670) Primary Operative Procedure validation Secondary Operative Procedures validation (renumbered from 690) Gppracha derivation Gppracro derivation Gpprpct/Gpprstha derivation CCG, AT and CR of GP Practice (from 2013/14) Treatment Area derivations CCG of Treatment (from 2013/14) Area Team and Commissioning Region of Treatment (from 2013/14) Purval derivation Purstha derivation (retired) Pctcode/Pctorig derivation Historic PCT of Responsibility derivation (retired) Postcode derived items Area Team and Commissioning Region of Residence (from 2013/14) CCG of Responsibility (from 2013/14) 35 Page 5 of 36

6 1210 IMD Derivation 35 4 HES Items Healthcare Resource Groups HES ID 36 Page 6 of 36

7 1 Introduction 1.1 Purpose of Document To inform users of Hospital Episode Statistics (HES) how we clean the data to improve the value and quality. This document and cleaning rule numbering should be used in conjunction with the HES User Data Dictionary. 1.2 Background Hospital Episode Statistics (HES) data for Outpatients (OP) comes from routine exchanges of information between healthcare providers (normally NHS trusts) and the commissioners for NHS patients in England. Healthcare providers collect administrative and clinical information locally to support the care of patients. The data is submitted to the Secondary Uses Service (SUS), which, as well as forwarding this data onto Commissioners, also copy the data into a SUS database. At prearranged times during the year, an extract from the SUS database is taken for HES. Data on SUS will continue to change but HES data is fixed as it was when the particular extract was taken. On taking a HES extract from SUS data, HES then validates and cleans the extract, before deriving new data items and making the information available in the data warehouse. This document contains a breakdown of rules used for cleaning the OP data and deriving new data items for HES. The HES cleaning rules that pertain to dates will check that the date is not before the start of the data year (year start) or after the end of the period being processed (period end). The data-year starts on 1 st April and ends on 31 st March. In most cases each rule cleans only one data-item. However, there are a few instances where a single rule cleans or derives a set of data-items, such as the postcode derived items. Field values are loaded and recorded without leading or trailing spaces. Therefore, codes originally supplied with superfluous leading or trailing spaces do not fail validation, and are not subject to cleaning because of them. Furthermore, a blank field is null not spaces. Retired A number of rules have been retired since the previous cleaning guide was published. Unless otherwise stated, this is due to changes to SUS meaning that a number of fields are now validated on submission, hence invalid values are no longer present within the HES data extracts. These rules were surplus to requirement and the published data has not been affected. Renumbered Rules For administrative reasons the numbering of some rules was changed in 2013/14. However, the code is not affected. Page 7 of 36

8 2 Data Removals As part of the process of improving the value and quality of the data, some records are removed during HES core processing. Records on any of these categories are removed: Records that cannot be attributed to a valid ODS provider Duplicate records Records that fall out of the reporting period Please note that the number of records deleted in months 3, 6, 9 and 12 are lower than other months as all records outside the reporting period are automatically removed prior to being processed in HES. Removal 0001 Remove unmapped records All records submitted under an invalid ODS provider code that cannot be attributed (mapped) to a valid one are deleted. For all records delete if: procode3 = 9X9 Removal 0010 Remove appdate before Deletes records where the date when an appointment was scheduled is before the submission year. apptdate < year start date Removal 0011 Remove apptdate after Deletes records where the date when an appointment was scheduled is after the submission year. apptdate > period end date Removal 0012 Remove firstatt = 5 Deletes records where the First Attendance is set to 5 (Referral to treatment clock stop administrative event) firstatt = 5 Page 8 of 36

9 Removal 0052 Remove duplicates in OP Records identified as being submitted multiple times are deleted from the monthly provisional data. See Methodology/pdf/HES_Duplicate_Identification_and_Removal_Methodology.pdf Page 9 of 36

10 3 Simple Validation 5 Removal of pipe characters The pipe character ( ) is used as a concatenation delimiter during processing and therefore the presence of this character in any fields can cause problems. This rule removes where present. 10 Ethnos validation Ethnic group, as supplied, is retained as ethraw/ethrawl. Ethnos is loaded from ethraw or, if that is null, from ethrawl. Ethnos is validated against the 2001 census values. For all records: Set ethnos = ethraw If ethraw is null set ethnos = ethrawl If ethnos is null or not in the range A, B, C, D, E, F, G, H, J, K, L, M, N, P, R, S, Z set ethnos to 99 (set to X prior to 2013/14) 20 Date of Birth validation The patient's date of birth (dob) must lie between 1/1/1802 and the last day of the period being processed. For all records: If dob is invalid set to the invalid date default 01/01/1801 If dob is null set to the missing date default 01/01/1800 Page 10 of 36

11 30 Appointment Date validation All Outpatient appointment dates (apptdate) must lie between the start of the current year and the last day of the period being processed. If apptdate is null set to missing date default 01/01/1800 If apptdate is < period start date OR apptdate > period end date OR invalid set to invalid date default 01/01/ Referral Request Received Date validation All Outpatient referral request received dates (reqdate) should fall between 1 st April 5 years previous to the current submission year and the last day of the current processing period. If reqdate is null set to missing date default 01/01/1800 If reqdate is < period start date 5 years previous OR reqdate > current period end date OR reqdate is invalid set to invalid date default 01/01/ Last DNA or Patient Cancelled Date validation All Outpatient last DNA or patient cancelled dates (dnadate) should fall between 1 st April 5 years previous to the current submission year and the last day of the current processing period. If dnadate is null set to missing date default 01/01/1800 If dnadate is < period start date 5 years previous OR dnadate > current period end date OR dnadate is invalid set to invalid date default 01/01/1801 Page 11 of 36

12 50 Sex - M/F (retired) The patient's sex (sex) is sometimes given, erroneously, as M/F or m/f rather than 1/2. For all attendances: If sex = M or m set sex = 1 If sex = F or f set sex = 2 60 Sex validation If sex is null, it is overwritten with the appropriate value for not known. For all records: If sex is null set sex = 0 70 Priority Type - R/U/T (retired) The priority type (priority) is sometimes given erroneously as R/U/T or r/u/t, not 1/2/3 If priority = R or r set priority = 1 If priority = U or u set priority = 2 If priority = T or t set priority = 3 Page 12 of 36

13 81 Priority Type validation (renumbered from 80) If priority is invalid, it is overwritten with the appropriate value for not known. If priority <> 1, 2, 3 or 9 set priority = 9 90 Main Speciality validation If the main specialty is null, it is overwritten with the appropriate value for not known. If mainspef is null Set mainspef = & 100 Treatment Speciality validation If the treatment specialty is null, it is overwritten with the appropriate value for not known. If tretspef is null set tretspef = & 110 Medical Staff Type Seeing Patient format (retired) If Medical staff type seeing patient (stafftyp) is not 2 characters in length then it is left padded with '0' or '00' as appropriate. 121 Medical Staff Type Seeing Patient validation (renumbered from 120) If medical staff type seeing patient (stafftyp) contains an invalid entry, it is overwritten with the appropriate value for not known. If stafftyp <> or 99 set stafftyp = 99 Page 13 of 36

14 131 Attended or Did Not Attend validation (renumbered from 130) If the Attended or Did Not Attend field (attended) contains an invalid entry, it is overwritten with the appropriate value for not known. If attended <> 2 7 or 9 set attended = First Attendance validation (renumbered from 140) If First Attendance (firstatt) is null, it is overwritten with the appropriate value for not known. If firstatt is null set firstatt = X 151 Service Type Requested validation (renumbered from 150) If Service Type Requested (servtype) is null, it is overwritten with the appropriate value for not known. If servtype is null set servtype = Source of Referral format (retired) If Source of referral (refsourc) is not 2 characters in length then it is left padded with '0' or '00' as appropriate. Page 14 of 36

15 161 Source of Referral validation (renumbered from 160) If Source of Referral (refsourc) is null, it is overwritten with the appropriate value for not known. If refsourc is null set refsourc = Outcome of Attendance validation (renumbered from 170) If Outcome of Attendance (outcome) is null, it is overwritten with the appropriate value for not known. If outcome is null set outcome = Attendance Type derivation (renumbered from 200) Attendance Type (atentype) is derived using the values of Attended or Did Not Attend (attended) and First Attendance (firstatt). If attended = 5 or 6 If firstatt = 1 set atentype = 1 Else if firstatt = 2 set atentype = 2 Else if firstatt = 3 set atentype = 21 Page 15 of 36

16 Else if firstatt = 4 set atentype = 22 Else set atentype = 3 Else if attended = 3 or 7 If firstatt = 1 set atentype = 4 Else if firstatt = 2 set atentype = 5 Else if firstatt = 3 set atentype = 24 Else if firstatt = 4 set atentype = 25 Else set atentype = 6 Else if attended = 2 If firstatt = 1 set atentype = 7 Else if firstatt = 2 set atentype = 8 Else if firstatt = 3 set atentype = 27 Else if firstatt = 4 set atentype = 28 Else set atentype = 9 Page 16 of 36

17 Else if attended = 4 If firstatt = 1 set atentype = 10 Else if firstatt = 2 set atentype = 11 Else if firstatt = 3 set atentype = 30 Else if firstatt = 4 set atentype = 31 Else set atentype = 12 Else if attended <> 2 7 set atentype = Days Waiting / Waiting Calculation Indicator derivation (renumbered from 270) Days waiting (waiting) is derived to give the days between the appointment date and either the Referral request received date or the Last DNA or patient cancelled date, if provided. If the calculation returns a negative then waiting is set to null. This field is not calculated if reqdate is missing or invalid. Waiting calculation indicator (wait_ind) indicates whether and how waiting has been calculated. If reqdate is null set waiting to null and set wait_ind = 1 Else if reqdate < 01/01/1970 set waiting to null and set wait_ind = 2 Else if reqdate > apptdate set waiting to null and set wait_ind = 3 Page 17 of 36

18 Else if reqdate is not a valid date set waiting to null and set wait_ind = 5 Else if dnadate is null and reqdate and apptdate are valid set waiting = apptdate reqdate and set wait_ind = 0 Else if dnadate is a valid date > 1/1/1970 and > reqdate and < apptdate set waiting = apptdate dnadate and set wait_ind = 0 Else set waiting to null and set wait_ind = Waitdays derivation Gives the period in days between the referral to treatment period start and end dates. waitdays = rttperend rttperstart If rttperstart is null/invalid OR rttperend is null/invalid OR if waitdays < 0 OR waitdays > 8887 set waitdays to null Page 18 of 36

19 281 Age on Day of Appointment derivation (renumbered from 280) The patient s age in years on the day of an appointment (apptage). It is recorded as a whole number of years (i.e. any days or months produced by the calculation are ignored, unless apptage is less than 1 year). apptage = apptdate dob (years) If dob and/or apptdate are null/invalid OR apptage < 0 set apptage to null If apptage > 120 set apptage = 120 For apptage < 1year If apptage (in days) = 0 set apptage = 7001 If apptage (in days) is between 1 and 6 set apptage = 7002 If apptage (in days) is between 7 and 28 set apptage = 7003 If apptage (in days) is between 29 and 90 set apptage = 7004 If apptage (in days) is between 91 and 181 set apptage = 7005 If apptage (in days) is between 182 and 272 set apptage = 7006 If apptage (in days) is between 273 and 365 set apptage = 7007 Page 19 of 36

20 301 Babyage derivation (renumbered from 300) The age of a baby, in days, on the day of the appointment is calculated by subtracting the baby s date of birth (dob) from the appointment date (apptdate). Babyage is not calculated if the patient is older than 28 days (i.e. apptage must be in the range 7001 to 7003). For apptage = : babyage = apptdate dob (days) If apptdate and/or dob are null or babyage < 0 set babyage to null 330 Homeadd formatting The postcode data item (homeadd) should contain a standard 8-character postcode. All postcodes have non-space characters in positions 6-8 and a space in position 5. Positions 1-4 contain left-justified characters and may contain trailing spaces, e.g. B1 3XT, B11 5TG, EC1N 3BN, GU26 8PQ. This rule corrects incorrectly formatted postcodes, as follows: 1. Convert lower case alpha characters to upper case 2. If string is less than 8 characters, remove spaces and, from resulting string, move right-most 3 characters to character positions 6-8, space-filling where necessary. For all records: If homeadd is incorrectly formatted, convert to correct 8-character format. 340 Purcode special values For all Outpatients, the purchaser/commissioner field (purcode) is cleaned, replacing the most common invalid values used for private patients and Supra Regional Services codes with valid codes. For all records: If purcode = TDHOO, TDH99, TDK00, THD00, THH00, DH000, DHOOO, DHL00, DHLOO, OOOOO or TDO00 OR the 1 st 3 characters = DOH set purcode = TDH00 Page 20 of 36

21 351 Tretspef to mainspef (renumbered from 350) If main specialty is missing or invalid, but treatment specialty is valid as a main specialty, transfer the treatment specialty to the main specialty. For all records: If mainspef = & and tretspef <> & set mainspef = tretspef 400 Carersi validation If the Carer Support Indicator field is null, it is overwritten with the code for not known. For all records: If carersi is null set carersi = Referrer missing/invalid If the referrer code field is empty, it is overwritten with the code for not known. If the referrer is not in a valid format, it is overwritten with the code for invalid. For all records: If referrer is null set referrer = & (below added from 2013/14) If referrer does not start with C, CD, D, G, S, ZE, ZN, ZS or ZW AND does not equal R , X , A , P or & set referrer = 99 Page 21 of 36

22 420 Consult missing/invalid If the consultant code field is empty, it is overwritten with the code for not known. If the consult is not in a valid format, it is overwritten with the code for invalid. For all records: If consult is null set consult = & (below added from 2013/14) If consult does not start with C, CD or D AND does not equal H , M , N or & set consult = Reggmp missing/invalid If the patient s registered GP code field is null, it is overwritten with the code for not known. If the reggmp is not in a valid format, it is overwritten with the code for invalid. For all records: If reggmp is null set reggmp = & (below added from 2013/14) If reggmp does not start with G, S, ZE, ZN, ZS or ZW AND does not equal A , P , R or & set reggmp = Gpprac missing If the GP practice code field is null, it is overwritten with the code for not known. For all records: If gpprac is null set gpprac = & Page 22 of 36

23 481 Administrative Category validation (renumbered from 480) Administrative category (admincat) is validated and re-derived where necessary. If admincat = 02, 2, 20, 21, 22 or 23 OR purcode = VPP00 set admincat = 02 If admincat = 01, 1, 10, 11, 12 or 1M set admincat = 01 If admincat = 03, 3 or 30 set admincat = 03 If admincat = 04, 4 or 40 set admincat = 04 Else set admincat = Location Class format (retired) If Location Class (locclass) is not 2 characters in length then it is left padded with '0' or '00' as appropriate. 491 Location Class validation (renumbered from 490) If Location Class (locclass) contains an invalid entry, it is overwritten with the appropriate value for not known. If locclass = 1 set locclass = 01 (included in this rule from 2013/14) If locclass <> 01, 02, 03, 04, 05 or 99 set locclass = 99 Page 23 of 36

24 565 Opcs43 derivation (retired) The OPCS43 flag indicates whether at least one operative procedure code is present in the OPCS4.3 set and not in the OPCS4.2 set. For epistat = 3 and epitype = 1, 2 or 3, for nn = 01 24: Set opcs43 = N If oper_nn is an OPCS4.3-only code set opcs43 = Y This rule was created temporarily to monitor uptake of OPCS4.3 and is now redundant. 600 Diagraw derivation The un-cleaned primary diagnosis (diag_01) is retained in diagraw. If diag_01 is not null set diagraw = diag_ Operraw derivation (renumbered from 610) The un-cleaned primary operative procedure code (opertn_01) is retained in operraw. If opertn_01 is not null set operraw = opertn_ Operative Procedure 4 th character (renumbered from 620) The operative procedure fields should comprise a letter followed by 3 digits. However, if the field consists of only three characters or the fourth character is a dash or period, the fourth character is set to a nine. For all appointments, for nn = 01-24: If opertn_nn = [A-Z] [0-9] [0-9] [< > or <.>] OR opertn_nn = [A-Z] [0-9] [0-9] set the 4 th character to 9 Page 24 of 36

25 631 Diagnosis code format (renumbered from 630) All ICD-10 codes start with a letter and are followed by two or three characters. The third digit is preceded by a full stop in ICD-10, but this is not stored in the HES diagnosis fields. Therefore, all diagnoses are updated to reflect this. For all appointments, for nn = 01 12: If 1 st 5 characters of diag_nn = ann.z set 1 st 5 characters of diag_nn to annz<space> append the 6 th character where present NB. a = alpha (i.e. a letter), n = numeric and z = numeric or x 641 Diagnosis code 4 th character (renumbered from 640) All ICD-10 diagnosis codes start with a letter and are followed by two or three digits. If the code consists of only 3 characters or the fourth character is a space, and the first three characters are valid, then if the first three characters form a valid three character ICD-10 code, an X is appended. If not, a 9 is appended. For all records, for nn = 01 12: If the 4 th character of diag_nn is a space OR diag_nn is three characters long If the 1 st 3 characters of diag_nn plus X form a valid code set the 4 th character of diag_nn to X Else set the 4 th character of diag_nn to 9 append the 5 th and 6 th characters where present Page 25 of 36

26 651 Diagnosis R69 X in 4 th character (renumbered from 650) For all diagnoses (diag_01 to diag_12) coded as not known/invalid (R69), the fourth character should be X. Therefore, it is corrected if necessary. For all records, for nn = 01 12: If the 1 st three characters of diag_nn = R69 and the 4 th character <> X set the 4 th character to X append the 5 th and 6 th characters where present 660 Primary Diagnosis null If the primary diagnosis field is null the diagnosis is overwritten with the value for missing. For all records: If diag_01 is null set diag_01 = R69X6 671 Diagnosis code validation (renumbered from 670) All diagnoses containing data are checked against the ICD-10 codes having four characters. Where it is not possible to match all four characters with an ICD-10 code, the diagnosis is overwritten with the value for not valid. For all records, for nn = 01 12: If the 1 st 3 characters of diag_nn = R69 no need to look up on the table Else validate the 1 st 4 characters of the diagnosis codes against the ICD-10 code reference table If diag_nn is invalid set diag_nn = R69X8 Page 26 of 36

27 680 Primary Operative Procedure validation Where there is an entry in the primary operative procedure field, this is checked against a library of valid OPCS-4 codes, excluding codes commencing with Z. If a match cannot be found, the contents are overwritten with the code for invalid operative procedure. If the field is null, it is set to hyphen indicating no operation. If opertn_01 is null set opertn_01 = - (prior to 2013/14 opertn_01 was set to X997 if null) If opertn_01 starts with Z, O11, O13 or O14 OR opertn_01 <> - or & OR opertn_01 is not a valid OPCS code set opertn_01 = & (prior to 2013/14 X997, X998 and X999 were all deemed valid in opertn_01; from 2013/14 they are set to &) 691 Secondary Operative Procedures validation (renumbered from 690) The secondary operative procedure fields are checked against a library of valid OPCS-4 codes. If a match cannot be found, the contents are overwritten with the code for invalid operative procedure. For all records, for nn = 02 24: If opertn_nn <> X998 or X999 and is not null and is not a valid OPCS code set opertn_nn = & 1110 Gppracha derivation The Health Authority of the GP practice that recommended treatment. Look up gpprac on the Organisation Units table If gpprac is found and orgtype = PRACTICE set gppracha = Health Authority of the identified organisation unit Else gppracha = Y Page 27 of 36

28 1120 Gppracro derivation The Regional Office of the GP practice that recommended treatment. Look up gpprac on the Organisation Units table If gpprac is found and orgtype = PRACTICE set gppracro = RO of the identified organisation unit Else gppracro = Y Gpprpct/Gpprstha derivation The PCT and Strategic Health Authority of the GP practice that recommended treatment. Look up gpprac on the Organisation Units table If gpprac is found and orgtype = PRACTICE then gpprstha = Health Authority of the identified organisation unit gpprpct = PCT of the identified organisation unit Else gpprstha = Y and gpprpct = CCG, AT and CR of GP Practice (from 2013/14) The CCG, Area Team and Commissioning Region where the patient's GP Practice is registered. Look up gpprac on the Organisation Units table. If found: set ccg_gp_practice = CCG of the identified organisation unit set at_gp_practice = Area Team of the identified organisation unit set cr_gp_practice = Commissioning Region of the identified organisation unit If cr_gp_practice is null set cr_gp_practice = at_gp_practice Else set ccg_gp_practice = 59999, at_gp_practice = Y and cr_gp_practice = Y Page 28 of 36

29 1145 Treatment Area derivations Derives administrative areas where the treatment took place. The provider code (procode) on the incoming data may be: A 3-character code representing an NHS trust or independent provider A 3-character NHS trust or independent provider code followed by pseudo site code such as '00' A valid 5-character code of the main site of the provider A 5-character code representing a treatment centre at an NHS trust or an independent provider A 5-character code of another provider such as a hospice. Entries appear on the Organisation Units table for providers and some provider sites. Each entry contains a data item procodet (provider code for tabulation) which contains a 3- character or a 5-character code indicating whether the data should be aggregated at the 3- character level or whether it should be presented at the 5-character level. Look up 1 st 5 characters of procode on Organisation Units table. If 5-character procode <> procodet of Organisation Units table entry then should be aggregated at 3-charcter level: Look up 1 st 3 characters of procode on Organisation Units table. When organisation is found at 5 or 3 character level: procodet = tabulation provider code of the organisation protype = provider type of the organisation pcttreat = PCT of the organisation sthatret = StHA of the organisation gortreat = GOR of the organisation hatreat = HA of the organisation rotreat = RO of the organisation If any of the above are null, use default values below: procodet = 1 st 5 characters of procode protype = null pcttreat = sthatret = Y gortreat = Y hatreat = Y rotreat = Y00 Page 29 of 36

30 1146 CCG of Treatment (from 2013/14) Assigns the CCG where the patient was treated and sets the origin field to show how this has been derived. Firstly derives CCG from the postcode of Site of Treatment. If not available, the Provider postcode is used. First pass looks up sitetret in Organisation Units table to obtain the Site of Treatment postcode. If found: look up postcode in the NHS Postcode Directory ccg_treatment = CCG related to identified postcode ccg_treatment_origin = 1 Second pass looks up procodet in Organisation Units table (if procodet ends in -X, looks up 1 st 3 characters) to obtain the Provider postcode. If found: look up postcode in the NHS Postcode Directory ccg_treatment = CCG related to identified postcode ccg_treatment_origin = 2 Else ccg_treatment = and ccg_treatment_origin = Area Team and Commissioning Region of Treatment (from 2013/14) The Area Team and Commissioning Region where the patient received treatment are derived using the CCG of treatment. Look up ccg_treatment on the Organisation Units table. If found: set at_treatment = Area Team of the identified organisation unit set cr_treatment = Commissioning Region of the identified organisation unit If cr_treatment is null set cr_treatment = at_treatment If ccg_treatment = set at_treatment = Y and cr_treatment = Y (Unknown) Page 30 of 36

31 1150 Purval derivation Purval indicates whether the commissioner (purcode) is one that is recognised throughout the NHS (purval = 1). If the commissioner code is not recognised (purval = 0) it may be that the code is one that has been agreed locally between the hospital provider and the health care commissioner concerned. Look up 5-character purcode and then 1 st 3 characters of purcode in Organisation Units table. If either found: set purval = 1 Else set purval = Purstha derivation (retired) Look up purcode in organisation Unit table. If not found: look up purcode [1, 3] in the Organisation Unit table. If found: set purstha = Strategic Health Authority of organisation found else set purstha = Y This rule was retired from 2013/14, however Strategic Health Authority is still derived from GP Practice, treatment site and home postcode in rules 1125, 1145 and 1200 respectively Pctcode/Pctorig derivation Pctcode is the 'PCT of responsibility'. Ideally, it is identified by establishing the PCT of the patient's GP practice. However, if that information is not available, the algorithm defaults to the PCT of the GP practice of the patient's GP, and then to the patient's PCT of residence. First try GP practice Look up gpprac in the Organisation Units table. If found: pctcode = PCT of gpprac pctorig = 1 (derived from GP practice code) If GP practice not found, then try GP Look up reggmp in Healthcare Practitioner table. If found: Pick up GP's practice code Look up GP's practice code in Organisation Units table. If found: pctcode = PCT of GP's practice pctorig = 2 (derived via GP code) Page 31 of 36

32 If GP not found, then try postcode Look up homeadd in the Postcode table. If found: Check PCT of residence on Postcode table is a PCT or Care Trust, not a Health Board If orgtype is PCT or CARETRUST pctcode = PCT of postcode (respct) pctorig = 4 (derived via patient's postcode) Else pctcode = and pctorig = 6 If postcode not found If pctcode is null pctcode = pctorig = Historic PCT of Responsibility derivation (retired) The Historic PCT of responsibility (pctcode02) is ideally identified by establishing the historic PCT of the patient's GP practice. However, if that information is not available, the algorithm defaults to the PCT of the GP practice of the patient's GP, then to the purchaser code if that is a PCT and, failing that, to the patient's PCT of residence. First try GP practice Look up gpprac in the Organisation Units table. If found: pctcode02 = PCT of gpprac pctorig02 = 1 (derived from GP practice code) If GP practice not found, then try GP Look up reggmp in Healthcare Practitioner table. If found: Pick up GP's practice code Look up GP's practice code in Organisation Units table. If found: pctcode02 = PCT of GP's practice pctorig02 = 2 (derived via GP code) If GP not found, then try Commissioner Code Look up purcode [1, 5] in the Historical Organisation Units table. If not found: Look up purcode[1, 3]<space><space> in the Organisation Unit table. If found: Page 32 of 36

33 pctcode02 = PCT of organisation found pctorig02 = 3 If Commissioner Code not found, then try Postcode Look up homeadd in the Postcode table. If found: Check PCT of residence on Postcode table is a PCT or Care Trust, not a Health Board If orgtype is PCT or CARETRUST pctcode02 = PCT of postcode (respct02) pctorig02 = 4 (derived via patient's postcode) Else pctcode02 = and pctorig02 = 6 If postcode not found If pctcode02 is null pctcode02 = pctorig02 = Postcode derived items The full postcode of the patient s home address (homeadd) is used to populate the derived fields giving other area classifications for the patient s place of residence. Look homeadd up in the Postcodes table. If the postcode is found: Else gridlink = Y Set the following items from the Postcode entry: gridlink, currward, currward_ons, rescty, rescty_ons, resha, resstha06, respct06, ccg_residence, resladst, resladst_ons, resro, resgor, resgor_ons, ward91, oacode01, oacode6, pcon, pcon_ons, cannet, canreg, lsoa01, msoa01, rururb_ind, oacode11, lsoa11, msoa11, resstha02*, respct02* Set the pcfound flag to Y currward = Y currward_ons = Y rescty = Y rescty_ons = Y Page 33 of 36

34 resha = Y resstha06 = Y respct06 = ccg_residence = resladst = Y resladst_ons = Y resro = Y00 resgor = Y resgor_ons = Y ward91 = Y oacode01 = Y oacode6 = Y pcon = Y pcon_ons = Y resstha02 = Y* respct02 = 59999* Set the pcfound flag to N Note oacode01, lsoa01 and msoa01 were named oacode, soal and soam respectively prior to 2013/14; fields oacode11, lsoa11 and msoa11 were added to rule from 2013/14 * resstha02 and respct02 were only populated prior to 2013/ Area Team and Commissioning Region of Residence (from 2013/14) Sets the Area Team and Commissioning Region where the patient lived immediately before admission, appointment, or attendance. Look up ccg_residence in Organisation Units table. If found: at_residence = Area Team of the identified organisation unit If at_residence is null set at_residence = Y cr_residence = Commissioning Region of the identified organisation unit If cr_residence is null set cr_residence = at_residence Page 34 of 36

35 1205 CCG of Responsibility (from 2013/14) Assigns the most suitable CCG of responsibility and sets origin field to show how this is derived. Uses the CCG of GP practice where available. If not, uses CCG of residence then CCG of treatment. First try CCG of GP practice If ccg_gp_practice is in the form [0-9][0-9][A-Z] set ccg_responsibility = ccg_gp_practice set ccg_responsibility_origin = 1 If no valid CCG of practice, try CCG of residence If ccg_residence is in the form [0-9][0-9][A-Z] set ccg_responsibility = ccg_residence set ccg_responsibility_origin = 2 If no valid CCG of residence, try CCG of treatment If ccg_treatment is in the form [0-9][0-9][A-Z] and ccg_treatment_origin = 1 or 2 if ccg_treatment_origin is 1 set ccg_responsibility_origin = 3 if ccg_treatment_origin is 2 set ccg_responsibility_origin = 4 set ccg_responsibility = ccg_treatment If no valid CCG of treatment If ccg_responsibility is null set ccg_responsibility = set ccg_responsibility_origin = IMD Derivation If the first character of the soal is E and IMD data exists for this soal, then the Indices of Mass Deprivation fields are populated. Page 35 of 36

36 4 HES Items At a later stage in the processing the following data items are added to the APC records: 4.1 Healthcare Resource Groups Healthcare Resource Group (HRG) Codes are generated using approved NHS grouper software. This process will normally produce the same codes as generated by NHS providers, but the effects of data cleaning and possible differences in the implementation of the grouper may lead to differences. Note that HES generates HRGs on an episode basis, whereas the Connecting for Health SUS PbR service provides spell based HRG analysis (i.e. in the case of multiple episode spells, one of the HRGs is selected to represent the whole spell). 4.2 HES ID The HES Identifier is a code intended to uniquely identify an individual patient across all data years from onwards. It is generated by a complex algorithm that compares a number of person-related items collected by HES (currently NHS number, home address postcode, provider code + local patient identifier, gender and date of birth). Users of the HES ID should be aware that the integrity of this data item cannot be guaranteed in all cases. There is always a slight possibility that records for different people may inadvertently be assigned the same identifier because of similarities in the person items. Page 36 of 36

NHS WALES INFORMATICS SERVICE DATA QUALITY ASSURANCE NATIONAL STATISTICS

NHS WALES INFORMATICS SERVICE DATA QUALITY ASSURANCE NATIONAL STATISTICS NHS WALES INFORMATICS SERVICE DATA QUALITY ASSURANCE NATIONAL STATISTICS Version: 2.0 Date: 3 rd November 2016 Document History Document Location The source of the document will be found on the Programme

More information

HRG4 Grouper Reference Manual

HRG4 Grouper Reference Manual HRG4 Grouper Reference Manual HRG4 Grouper Reference Manual v2.40 The Health and Social Care Information Centre is England s central, authoritative source of health and social care information The National

More information

Information Governance Toolkit

Information Governance Toolkit Information Governance Toolkit A documented procedure and a regular audit cycle for accuracy checks on service user data is in place Requirement No: 14.1-506 Initiative: Secondary Use Assurance Organisation

More information

Cancer Waiting Times. User Manual. Version 7.0 Published 4 August 2016

Cancer Waiting Times. User Manual. Version 7.0 Published 4 August 2016 Cancer Waiting Times User Manual Version 7.0 Published 4 August 2016 Copyright 2016 Health and Social Care Information Centre. NHS Digital is the trading name of the Health and Social Care Information

More information

Cancer Waiting Times. Getting Started with Beta Testing. Beta Testing period: 01 February May Copyright 2018 NHS Digital

Cancer Waiting Times. Getting Started with Beta Testing. Beta Testing period: 01 February May Copyright 2018 NHS Digital Getting Started with Beta Testing Beta Testing period: 01 February 2018 03 May 2018 Copyright 2018 NHS Digital Document management Revision History Version Date Summary of Changes 0.1 23/03/2018 Initial

More information

HRG4+ Grouper Reference Manual Reference Costs 13/14. The National Casemix Office

HRG4+ Grouper Reference Manual Reference Costs 13/14. The National Casemix Office HRG4+ Grouper Reference Manual Reference Costs 13/14 The National Casemix Office Published April 2014 We are the trusted source of authoritative data and information relating to health and care. www.hscic.gov.uk

More information

SUS RBAC Assignment Guide User guidance on Payment by Results (PbR) in SUS Payment by Results (PbR) in SUS

SUS RBAC Assignment Guide User guidance on Payment by Results (PbR) in SUS Payment by Results (PbR) in SUS SUS RBAC Assignment Guide User guidance on Payment by Results (PbR) in SUS Payment by Results (PbR) in SUS Published August 2015 We are the trusted source of authoritative data and information relating

More information

PLICS data quality tool: user guide

PLICS data quality tool: user guide PLICS data quality tool: user guide October 2017 We support providers to give patients safe, high quality, compassionate care within local health systems that are financially sustainable. Contents Introduction...

More information

Resolving Common Data Submission Errors

Resolving Common Data Submission Errors Resolving Common Data Submission Errors Outlined below are a range of common issues we ve come across when helping provider organisations with data submission problems, along with information on how to

More information

This DDCN was approved by the Welsh Information Standards Board on the 18th September 2014

This DDCN was approved by the Welsh Information Standards Board on the 18th September 2014 Data Dictionary Change Notice NHS Wales Informatics Service Data Standards Subject(s): Approval Status: Data Dictionary Version: OPCS Version Release History This DDCN was approved by the Welsh Information

More information

Grouper User Manual. HRG /18 Payment Grouper. Published April Copyright 2017 Health and Social Care Information Centre.

Grouper User Manual. HRG /18 Payment Grouper. Published April Copyright 2017 Health and Social Care Information Centre. Grouper User Manual HRG4+ 2017/18 Payment Grouper Published April 2017 The Health and Social Care Information Centre is a non-departmental body created by statute, also known as NHS Digital Contents Quick

More information

2017 MOC PEDIATRIC PRACTICE LOG TEMPLATE:

2017 MOC PEDIATRIC PRACTICE LOG TEMPLATE: AMERICAN BOARD OF UROLOGY 2017 MAINTENANCE OF CERTIFICATION (MOC) Level 4 PEDIATRIC UROLOGY SUBSPECIALTY CERTIFICATION EXAMINATION PROCESS INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS Please read all

More information

AMERICAN BOARD OF UROLOGY 2017 INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS

AMERICAN BOARD OF UROLOGY 2017 INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS AMERICAN BOARD OF UROLOGY 2017 INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS Please read all instructions carefully before preparing your log. It is imperative that you carefully review the data contained

More information

Cervical Screening System DMS User Guide April 2015

Cervical Screening System DMS User Guide April 2015 Document filename: DMS CSS User Guide Directorate / Programme SSD Project DMS CSS Project Manager Hilary Denny Status Approved Owner Joan Foreman Version 1.0 Author Catherine Roberts Version issue date

More information

Clinical Communications Gateway

Clinical Communications Gateway Clinical Communications Gateway Optometry Practice User Guide July 2016 Contents 1. Introduction 4 2. Accessing CCG 5 Accessing CCG 5 Passwords & Security 5 Logging on to CCG for the first time 5 Security

More information

NHS e-referrals User Guide - SystmOne TPP (C&B) Please Use This Guide for Practices in: North West London CCG s

NHS e-referrals User Guide - SystmOne TPP (C&B) Please Use This Guide for Practices in: North West London CCG s NHS e-referrals User Guide SystmOne TPP Please Use This Guide for Practices in: North West London CCG s Version: 3.4 Author Filename: Path: Primary Care Systems Team / CWHHECCG System One Implementation

More information

DO NOT SEND DUPLICATE COPIES OF YOUR LOG AND DO NOT SEND A PRINTED COPY.

DO NOT SEND DUPLICATE COPIES OF YOUR LOG AND DO NOT SEND A PRINTED COPY. AMERICAN BOARD OF UROLOGY 2018 LIFE LONG LEARNING (LLL) LEVEL 2 PEDIATRIC UROLOGY SUBSPECIALTY CERTIFICATION EXAMINATION PROCESS INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS Please read all instructions

More information

LIFE LONG LEARNING LEVEL INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS

LIFE LONG LEARNING LEVEL INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS AMERICAN BOARD OF UROLOGY LIFE LONG LEARNING LEVEL 2 2018 INSTRUCTIONS FOR SUBMISSION OF ELECTRONIC LOGS Please read all instructions carefully before preparing your log. It is imperative that you carefully

More information

Corporate Data Warehouse File Extract Specification CHAD Project District Nursing Data Mart

Corporate Data Warehouse File Extract Specification CHAD Project District Nursing Data Mart National ervices cotland Architecture & olutions ervice N Information Technology Corporate Data Warehouse File Extract pecification CHAD Project District Nursing Data Mart Version 1.0 Page 1 of 22 Document

More information

Scottish Care Information. SCI Gateway v10.3. Sending Referrals & Receiving Discharges User Guide

Scottish Care Information. SCI Gateway v10.3. Sending Referrals & Receiving Discharges User Guide Scottish Care Information SCI Gateway v10.3 Sending Referrals & Receiving Discharges User Guide Contents 1 Introduction... 1-1 2 Accessing SCI Gateway... 2-1 Accessing SCI Gateway Through GPASS... 2-2

More information

Individual Funding Requests (IFR) Guidance notes for referrers (GPs and Referring Clinicians)

Individual Funding Requests (IFR) Guidance notes for referrers (GPs and Referring Clinicians) Individual Funding Requests (IFR) Guidance notes for referrers (GPs and Referring Clinicians) ClaimIT User Guide Practice Managers (June 2016) 1 Index Item Description Page 1 Frequently asked questions

More information

Patient Registration

Patient Registration Patient Registration Adding a Patient Adding a new patient through SequelMed can be accomplished through just a few steps: Defining the Patient Attaching a Plan (optional) Attaching Documents (optional)

More information

DATE: August 3, Cheri Rice, Director Medicare Plan Payment Group. Revised MAO-004 File Layout

DATE: August 3, Cheri Rice, Director Medicare Plan Payment Group. Revised MAO-004 File Layout DEPARTMENT OF HEALTH & HUMAN SERVICES Centers for & Medicaid Services 700 Security Boulevard Baltimore, Maryland 21244-180 CENTER FOR MEDICARE MEDICARE PLAN PAYMENT GROUP DATE: August 3, 2016 TO: FROM:

More information

Implementation of the Minor Ailment Service Produced by NES Pharmacy

Implementation of the Minor Ailment Service Produced by NES Pharmacy Implementation of the Minor Ailment Service Produced by NES Pharmacy Using emas Software SECTION 3 Using emas Software NHS pharmacists in Scotland can apply for a printed copy of this pack, please contact:

More information

Birmingham Community Healthcare NHS Foundation Trust. 2017/17 Data Security and Protection Requirements March 2018

Birmingham Community Healthcare NHS Foundation Trust. 2017/17 Data Security and Protection Requirements March 2018 1.0 Executive Summary Birmingham Community Healthcare NHS Foundation Trust 2017/17 Data Security and Protection Requirements March 2018 The Trust has received a request from NHS Improvement (NHSI) to self-assess

More information

ICD-10 Compliance Project November 2013 update

ICD-10 Compliance Project November 2013 update ICD-10 Compliance Project November 2013 update Presented by Hewlett-Packard Development Corporation, LP 1 November 2013 Topics ICD-10 news ICD-10 CMS news ICD-10 forms update ICD-10 APR-DRG update ICD-10

More information

Scottish Care Information. SCI Gateway v11.1. Receiving Referrals User Guide

Scottish Care Information. SCI Gateway v11.1. Receiving Referrals User Guide Scottish Care Information SCI Gateway v11.1 Receiving Referrals User Guide Contents 1 Introduction...1-1 2 Accessing SCI Gateway...2-1 Accessing SCI Gateway...2-2 Passwords & Security...2-3 Logging on

More information

Diagnostic Imaging Dataset. 2014/15 Technical Report

Diagnostic Imaging Dataset. 2014/15 Technical Report Diagnostic Imaging Dataset 2014/15 Technical Report Diagnostic Imaging Dataset 2014/15 Technical Report Version number: 4.0 First published: 29 th October 2015 Prepared by: Operational Information for

More information

Children and Young People s Health Services Data Set

Children and Young People s Health Services Data Set Children and Young People s Health Services Data Set Technical Guidance Programme Project HSCIC Information Services CYPHS Data Set Implementation Project Manager David West Status Draft Owner Netta Hollings

More information

PROVIDER PORTAL. Inpatient Authorization Module

PROVIDER PORTAL. Inpatient Authorization Module PROVIDER PORTAL Inpatient Authorization Module AUTHORIZATIONS A Dean Health Plan (DHP) authorization should be completed in full by a Primary Care Practitioner (PCP) or a DHP Specialty Provider. The authorization

More information

econtract System User Guide

econtract System User Guide NHS Standard Contract econtract System User Guide NHS England INFORMATION READER BOX Directorate Medical Operations and Information Specialised Commissioning Nursing Trans. & Corp. Ops. Strategy & Innovation

More information

Queen Square Neurophysiology Referral Portal

Queen Square Neurophysiology Referral Portal Queen Square Neurophysiology Referral Portal This portal provides a quick and efficient way to make referrals to the Department of Clinical Neurophysiology at the National Hospital for Neurology and Neurosurgery

More information

FRIENDS AND FAMILY TEST IN GENERAL PRACTICE

FRIENDS AND FAMILY TEST IN GENERAL PRACTICE FRIENDS AND FAMILY TEST IN GENERAL PRACTICE Data submission guidance Gateway reference 02514 Contents Summary 3 Data to submit 3 Timeline 4 Submission route 4 Publication of the data 4 Validation 5 Q&A

More information

Minnesota Health Care Claims Reporting System Data Element Recommendations Prepared by the Maine Health Information Center Data Submission Process

Minnesota Health Care Claims Reporting System Data Element Recommendations Prepared by the Maine Health Information Center Data Submission Process Three data types will be submitted to MHIC s NCDMS data aggregation system: Eligibility one record for each covered member during the eligibility month Medical claims one record for each paid claim service

More information

CPRD Aurum Frequently asked questions (FAQs)

CPRD Aurum Frequently asked questions (FAQs) CPRD Aurum Frequently asked questions (FAQs) Version 2.0 Date: 10 th April 2019 Authors: Helen Booth, Daniel Dedman, Achim Wolf (CPRD, UK) 1 Documentation Control Sheet During the course of the project

More information

FRIENDS AND FAMILY TEST IN GENERAL PRACTICE

FRIENDS AND FAMILY TEST IN GENERAL PRACTICE FRIENDS AND FAMILY TEST IN GENERAL PRACTICE Data submission guidance Gateway reference 02514 Contents Summary 3 Data to submit 3 Timeline 4 Submission route 4 Publication of the data 4 Validation 5 Q&A

More information

EMIS v7.1 Patient Access

EMIS v7.1 Patient Access EMIS v7.1 Patient Access Patient Access is a web-based application which has been developed to expand the services available to patients from their GP Practice. It allows the patient to request services

More information

CPRD Aurum Frequently asked questions (FAQs)

CPRD Aurum Frequently asked questions (FAQs) CPRD Aurum Frequently asked questions (FAQs) Version 1.0 Date: 6 December 2017 Author: Helen Booth and Daniel Dedman, CPRD, UK Documentation Control Sheet During the course of the project it may be necessary

More information

BRIDGEWATER SURGERIES. Privacy Notice

BRIDGEWATER SURGERIES. Privacy Notice BRIDGEWATER SURGERIES Privacy Notice We understand how important it is to keep your personal information safe and secure and we take this very seriously. We have taken steps to make sure your personal

More information

The purpose of this newsletter is to highlight the changes to SCI Gateway that occur in version 13.0.

The purpose of this newsletter is to highlight the changes to SCI Gateway that occur in version 13.0. Scottish Care Information SCI Gateway Versiion 13.0 Newslletter The purpose of this newsletter is to highlight the changes to SCI Gateway that occur in version 13.0. The major changes are listed on pages

More information

Children s Mental Health Outcome Measures Reporting System User Manual

Children s Mental Health Outcome Measures Reporting System User Manual Children s Mental Health Outcome Measures Reporting System 2.17.2017 User Manual Table of Contents Components of the Children s Mental Health Outcome Reporting System... 3 Logging into CMH Outcome Measures...

More information

Page 1 of 7. Publication Date: 29 January Background:

Page 1 of 7. Publication Date: 29 January Background: Page 1 of 7 Health and Social Care Information Centre NHS Data Model and Dictionary Service Type: Data Dictionary Change Notice Reference: 1559 Version No: 1.0 Subject: Lower Layer Super Output Area (Residence)

More information

NATIONAL BOOKING REPORTING SYSTEM DATA WAREHOUSE DATA DICTIONARY

NATIONAL BOOKING REPORTING SYSTEM DATA WAREHOUSE DATA DICTIONARY NATIONAL BOOKING REPORTING SYSTEM DATA WAREHOUSE DATA DICTIONARY Version 1.4 NBRS DW Data Dictionary Front Pages Reproduction of material The New Zealand Health Information Service () permits the reproduction

More information

MESH General Practice Clinical System Changes and Impacts on Addressing

MESH General Practice Clinical System Changes and Impacts on Addressing Document filename: MESH General Practice Guidance Directorate / Programme Operations and Assurance Services Project Spine Services/ MESH Document Reference Project Manager Andrew Meyer Status

More information

Scottish Care Information. SCI Gateway V17. End User Guide NATIONAL INFORMATION SYSTEMS GROUP (NISG)

Scottish Care Information. SCI Gateway V17. End User Guide NATIONAL INFORMATION SYSTEMS GROUP (NISG) Scottish Care Information SCI Gateway V17 End User Guide NATIONAL INFORMATION SYSTEMS GROUP (NISG) Contents 1. Introduction... 1-1 2. Accessing SCI Gateway... 2-1 Accessing SCI Gateway... 2-2 Patient

More information

NPDA User Guide: How to submit your data by uploading a CSV

NPDA User Guide: How to submit your data by uploading a CSV NPDA User Guide: How to submit your data by uploading a CSV Page 0 of 10 Before you start The NPDA is an audit of the care processes received and outcomes of all children and young people with diabetes

More information

Click path User manual for ADT Module NIMS ehms

Click path User manual for ADT Module NIMS ehms Click path User manual for ADT Module NIMS ehms Click Path User Manual of ADT Module Page 1 Contents 1. Admission Advice... 3 2. Patient Admission... 5 3. Admission Modification... 6 4. Admission Cancellation...

More information

This section covers printing requirements for the supply of medicinal products and appliances under a patient group directive (Non-FP10).

This section covers printing requirements for the supply of medicinal products and appliances under a patient group directive (Non-FP10). Overprint Specification For: Non-FP10 Supply Forms This section covers printing requirements for the supply of medicinal products and appliances under a patient group directive (Non-FP10). Pharmacy Stamp

More information

1 Introduction: What is a Best Practice Tariff 3

1 Introduction: What is a Best Practice Tariff 3 Contents 1 Introduction: What is a Best Practice Tariff 3 1.1 Technical details regrinding the BPTs can be found in the National Tariff, Annex B, which we would recommend is read in conjunction with this

More information

UCare Therapy Authorization Web Application. User Guide

UCare Therapy Authorization Web Application. User Guide UCare Therapy Authorization Web Application User Guide 1 Table of Contents I. Introduction...3 Contact Information... 3 II. Using the Therapy Authorization System...3 Log On... 3-7 Member Identification...

More information

OnCore Enterprise Research. Subject Administration Full Study

OnCore Enterprise Research. Subject Administration Full Study OnCore Enterprise Research Subject Administration Full Study Principal Investigator Clinical Research Coordinator June 2017 P a g e 1 This page is intentionally blank. P a g e 2 Table of Contents What

More information

Data Sharing Agreement

Data Sharing Agreement 1 Parties This Data Sharing Agreement is made between: 1.1 The Health and Social Care Information Centre ("NHS Digital"), a non-departmental public body established pursuant to section 252 of the Health

More information

National Booking Reporting System (NBRS)

National Booking Reporting System (NBRS) National Booking Reporting System (NBRS) Data Dictionary Version 4.3 Date 25 March 2014 Owner Information Group National Health Board Status Final Citation: Information Directorate. 2014. National Booking

More information

NATIONAL BOOKING REPORTING SYSTEM DATA WAREHOUSE DATA DICTIONARY

NATIONAL BOOKING REPORTING SYSTEM DATA WAREHOUSE DATA DICTIONARY NATIONAL BOOKING REPORTING SYSTEM DATA WAREHOUSE DATA DICTIONARY Version 1.3 NBRS DW Data Dictionary Front Pages Reproduction of material The New Zealand Health Information Service () permits the reproduction

More information

Netsmart Sandbox Tour Guide Script

Netsmart Sandbox Tour Guide Script Netsmart Sandbox Tour Guide Script March 2012 This document is to be used in conjunction with the Netsmart Sandbox environment as a guide. Following the steps included in this guide will allow you to get

More information

Assessment, Discharge and Withdrawal Notices between Hospitals and Social Services

Assessment, Discharge and Withdrawal Notices between Hospitals and Social Services Additional Messaging Guidance Document filename: Directorate / Programme Social Care Programme Project Assessment, Discharge and Withdrawal Notices Document Reference Senior Responsible Owner Simon Eccles

More information

RESIDENT MATCH PROCESS

RESIDENT MATCH PROCESS B RESIDENT MATCH PROCESS GLOSSARY... 2 THE RESIDENT MATCHING PROCESS... 3 RECORD MODIFICATION CONSIDERATIONS... 7 12/2014 Long Term Care Hospital (LTCH) APPENDIX B-1 GLOSSARY The following important terms

More information

What is the Northern Ireland ehealth and Care strategy?

What is the Northern Ireland ehealth and Care strategy? What is the Northern Ireland ehealth and Care strategy? The regional ehealth and Care strategy provides a framework and plan for regional coordination and collaboration to further develop ehealth in Northern

More information

2013/14 Technical Report

2013/14 Technical Report Diagnostic Imaging Dataset 2013/14 Technical Report Diagnostic Imaging Dataset 2012/13 Technical Report Version number: 1.0 First published: 6 th November 2014 Prepared by: NHS England Analytical Service

More information

edental payment and approval modernisation Guidance for submitting prior approval requests via the edental web form.

edental payment and approval modernisation Guidance for submitting prior approval requests via the edental web form. edental payment and approval modernisation Guidance for submitting prior approval requests via the edental web form. v1.0 September 2018 Contents Accessing and managing your account 3 Homepage. 5 Patient

More information

ERROR MESSAGES TROUBLESHOOTING... 2 OASIS SUBMISSION ERROR MESSAGES... 3 OASIS FILE PROCESSING ERROR MESSAGES... 3

ERROR MESSAGES TROUBLESHOOTING... 2 OASIS SUBMISSION ERROR MESSAGES... 3 OASIS FILE PROCESSING ERROR MESSAGES... 3 5 ERROR MESSAGES TROUBLESHOOTING... 2 OASIS SUBMISSION ERROR MESSAGES... 3 OASIS FILE PROCESSING ERROR MESSAGES... 3 12/2018 v1.07 Outcome and Assessment Information Set (OASIS) MESSAGES 5-1 Submission

More information

Netsmart Sandbox Tour Guide Script

Netsmart Sandbox Tour Guide Script Netsmart Sandbox Tour Guide Script April 2013 This document is to be used in conjunction with the Netsmart Sandbox environment as a guide. Following the steps included in this guide will allow you to get

More information

National Child Measurement Programme 2017/18. IT System User Guide part 3. Pupil Data Management

National Child Measurement Programme 2017/18. IT System User Guide part 3. Pupil Data Management National Child Measurement Programme 2017/18 IT System User Guide part 3 Pupil Data Management Published September 2017 Version 4.0 Introduction 3 Who Should Read this Guidance? 3 How will this Guidance

More information

My Health Online 2017 Website Update Configuration User Guide

My Health Online 2017 Website Update Configuration User Guide My Health Online 2017 Website Update Configuration User Guide Version 1 15 June 2017 Vision The Bread Factory 1a Broughton Street London SW8 3QJ Registered No: 1788577 England www.visionhealth.co.uk T

More information

CERECONS. Provider Training

CERECONS. Provider Training CERECONS Provider Training February 2012 Table of Contents 1. Physician Dashboard 2 Eligibility Highlights 2 Clinical Alerts 3 Referral Alerts and Stats 4 Group Information 5 2. Edit Profile 6 3. Eligibility

More information

SystmOne Mobile Working

SystmOne Mobile Working SystmOne Mobile Working Overview of the Patient Record Functionality Version 2.0 Table of Contents Retrieving a Patient Record Pages 2-3 The Demographics Box Page 4 The Clinical Tree (Vertical Toolbar)

More information

Better Healthcare with My ehealth Record

Better Healthcare with My ehealth Record Better Healthcare with My ehealth Record What is My ehealth Record? My ehealth Record is a way of securely storing and sharing important healthcare information with your consent, so that it is easily and

More information

Aerial iexchange Users Guide

Aerial iexchange Users Guide Aerial iexchange Users Guide 2014.1 How to Run the Util\\\ \user Disclaimer How to reach us Copyright Information contained in this document is subject to change without notice and does not present a commitment

More information

Guidance for handling and transferring data For PCT Teams and Regional Coordinators

Guidance for handling and transferring data For PCT Teams and Regional Coordinators NHS Dental Epidemiology Programme Supplementary Adult Sub Group Surveys in England 2009 / 2010 Guidance for handling and transferring data For PCT Teams and Regional Coordinators Last updated by JN 21

More information

Table of Contents. Searching by Account Number (Visit Number)... 5 Searching by Unit Number ( Chart Number)... 5 Searching by Name...

Table of Contents. Searching by Account Number (Visit Number)... 5 Searching by Unit Number ( Chart Number)... 5 Searching by Name... Table of Contents Introduction... 2 Data Elements... 2 Submission Types... 2 Meditech Access and Navigation... 3 Logging into Meditech... 3 Finding the NRS Menu... 4 Special Function Keys and Keyboard

More information

Patient Reported Outcome Measures (PROMs)

Patient Reported Outcome Measures (PROMs) Patient Reported Outcome Measures (PROMs) Published September 2017 Copyright 2017 Health and Social Care Information Centre. The Health and Social Care Information Centre is a non-departmental body created

More information

HCAI Data Capture System Training Guide. Create User Account

HCAI Data Capture System Training Guide. Create User Account Training Guide Create User Account About Public Health England Public Health England exists to protect and improve the nation's health and wellbeing, and reduce health inequalities. It does this through

More information

The system will prompt for Login ID and Password (NB login credentials will be supplied to all staff after Commissioning).

The system will prompt for Login ID and Password (NB login credentials will be supplied to all staff after Commissioning). training handout This training handout is intended to support the learning outcomes for pre-install training for clinical staff. Getting Started / Basic Navigation Medical Record Accessing appointment

More information

EHR Go Guide: The Problems Tab

EHR Go Guide: The Problems Tab EHR Go Guide: The Problems Tab Introduction The Problems tab in the EHR is where the patient s problems, procedures, and diagnosis are documented and can provide a quick summary of the patient s history

More information

SNOMED CT (Systematized Nomenclature of Medicine Clinical Terms)

SNOMED CT (Systematized Nomenclature of Medicine Clinical Terms) SNOMED CT (Systematized Nomenclature of Medicine Clinical Terms) February 2019 Agenda What is SNOMED CT and it s benefits Differences and changes between Read and SNOMED CT terms The new SNOMED CT code

More information

WCCG Dental User Guide

WCCG Dental User Guide WCCG Dental User Guide NOTE: IF PRINTED THIS DOCUMENT BECOMES AN UNCONTROLLED COPY. Useful Contacts Contact Name Contact Details Primary Care Service Desk 0333 200 8048 Email: primarycare.servicedesk@wales.nhs.uk

More information

HSCIC Audit of Data Sharing Activities:

HSCIC Audit of Data Sharing Activities: Directorate / Programme Data Dissemination Services Project / Work Data Sharing Audits Status Final Acting Director Chris Roebuck Version 1.0 Owner Rob Shaw Version issue date 19-Jan-2015 HSCIC Audit of

More information

UK Data Archive SN National Child Measurement Programme, National Child Measurement Programme 2012/13

UK Data Archive SN National Child Measurement Programme, National Child Measurement Programme 2012/13 UK Data Archive SN 7567 - National Child Measurement Programme, 2012-2013 National Child Measurement Programme 2012/13 Upload Tool: Guidance for users September 2012 National Child Measurement Programme

More information

CDA Messages. Vision 3

CDA Messages. Vision 3 Vision 3 CDA Messages Copyright INPS Ltd 2016 The Bread Factory, 1A Broughton Street, Battersea, London, SW8 3QJ T: +44 (0) 207 501700 F:+44 (0) 207 5017100 W: www.inps.co.uk Copyright Notice 2016 INPS

More information

Comments, Concerns, Compliments and Complaints

Comments, Concerns, Compliments and Complaints i If you need your information in another language or medium (audio, large print, etc) please contact Customer Care on 0800 374 208 or send an email to: customercare@ salisbury.nhs.uk You are entitled

More information

RESEARCH AND BIG DATA

RESEARCH AND BIG DATA RESEARCH AND BI DATA Where is it going? Benefits, opportunities Challenges John Parkinson CPRD, UK Professor John Parkinson Expert Consultant CPRD MRC Bioinformatics Centre, University of Leeds RESEARCH

More information

Mobile Working for Windows

Mobile Working for Windows Mobile Working for Windows Training Guide for OOH Contents Introduction... 3 Logging onto Mobile Working... 3 Using the Home Screen... 6 Connectivity Status... 7 Assigning Vehicles... 7 Cases... 8 Viewing

More information

CYBER Overview Training for New Providers in the New Jersey Children s System of Care

CYBER Overview Training for New Providers in the New Jersey Children s System of Care CYBER Overview Training for New Providers in the New Jersey Children s System of Care Updated 6/4/2018 #01043 What is CYBER? A fully functional Electronic Health Records system, that is a tool for providers

More information

Admission, Discharge, Update Client Data and Associated Forms

Admission, Discharge, Update Client Data and Associated Forms Admission, Discharge, Update Client Data and Associated Forms Table of Contents Introduction... 2 When to Update Client Data... 2 Admission Form... 2 Discharge Form...10 Update Client Data Form...11 CSI

More information

This version of AccuCare includes updates for Signature Pads, DSM-5, Batch Processing, and HCFA updates.

This version of AccuCare includes updates for Signature Pads, DSM-5, Batch Processing, and HCFA updates. Release Notes 9.8B This version of AccuCare includes updates for Signature Pads, DSM-5, Batch Processing, and HCFA updates. New Features 1. Electronic Signature Pad (hardware plug-in) AccuCare now has

More information

The Society of Thoracic Surgeons General Thoracic Surgery Database Data Quality Report

The Society of Thoracic Surgeons General Thoracic Surgery Database Data Quality Report The Society of Thoracic Surgeons General Thoracic base Quality Report Participant ID: File Submission: Date of Report: This Quality Report provides information about your most recent data file. See the

More information

TRICARE Operations Manual M, February 1, 2008 TRICARE Duplicate Claims System - TRICARE Encounter Data (TED) Version. Chapter 9 Section 5

TRICARE Operations Manual M, February 1, 2008 TRICARE Duplicate Claims System - TRICARE Encounter Data (TED) Version. Chapter 9 Section 5 TRICARE Duplicate Claims System - TRICARE Encounter Data (TED) Version Chapter 9 Section 5 This section is a detailed user s guide to essential system functions. It provides examples to illustrate system

More information

Commissioning Digital Services for General Practice: GP IT Operating Arrangements, including addendum to the 2016/18 Operating Model

Commissioning Digital Services for General Practice: GP IT Operating Arrangements, including addendum to the 2016/18 Operating Model Commissioning Digital Services for General Practice: GP IT Operating Arrangements, including addendum to the 2016/18 Operating Model Sue Cooke, Senior DPC (GP IT) Programme Lead, NHS England Nikki Hinchley,

More information

Statewide Student Identifiers (SSIDs or SIDs)

Statewide Student Identifiers (SSIDs or SIDs) Statewide Student Identifiers (SSIDs or SIDs) Overview SSIDs, which are unique to the state of Ohio, are used for funding and tracking longitudinal student data. The SSID system provides a way for ODE

More information

Oregon Maternal Data Center (OMDC) Steps for First-Time Participants

Oregon Maternal Data Center (OMDC) Steps for First-Time Participants Oregon Maternal Data Center (OMDC) Steps for First-Time Participants Thank you for participating in the Oregon Maternal Data Center (MDC). The Oregon MDC is being implemented by the Oregon Health Care

More information

Welsh Clinical Communications Gateway (WCCG) User Guide

Welsh Clinical Communications Gateway (WCCG) User Guide Vision 3 Welsh Clinical Communications Gateway (WCCG) User Guide Copyright INPS Ltd The Bread Factory, 1A Broughton Street, Battersea, London, SW8 3QJ T: +44 (0) 207 501700 F:+44 (0) 207 5017100 W: www.inps.co.uk

More information

OnCore Enterprise Research. Exercises: Subject Administration

OnCore Enterprise Research. Exercises: Subject Administration OnCore Enterprise Research Exercises: Subject Administration Clinical Research Coordinator June 2017 P a g e 1 This page is intentionally blank. P a g e 2 Exercises: Subject Administration Contents OnCore

More information

Provider Billing MH User Guide (v.2)

Provider Billing MH User Guide (v.2) Provider Billing MH User Guide (v.2) June 2016 1 Table of Contents Section One: Introduction... 3 ELMR Sign-in... 3 Home Page (Contract Providers Caseload)... 4 Consumer Chart View... 4 Navigation Tools...

More information

Georgia Low THC Oil Registry Physicians Request for Card Users Guide

Georgia Low THC Oil Registry Physicians Request for Card   Users Guide Georgia Low THC Oil Registry Physicians Request for Card http://phip.ga.gov/gathcrequest.html Users Guide Page of 3 Table of Contents Physicians Registration... 3 Login Screen... 3 Registration Screen...

More information

NPDA User Guide: Submitting your data via CSV

NPDA User Guide: Submitting your data via CSV NPDA User Guide: Submitting your data via CSV Contents Before you start... 1 CSV Submission Preparation... 1 Submitting your CSV... 3 Checking your CSV has been submitted... 6 Reviewing the Data Quality

More information

General Radiology Improvement Database

General Radiology Improvement Database The American College of Radiology General Radiology Improvement Database User Guide October 12, 2010 American College of Radiology 1891 Preston White Drive Reston, VA 20191-4397 Copyright 2010, American

More information

NHS WALES INFORMATICS SERVICE OUTPATIENT ACTIVITY DATA CONSISTENCY STANDARDS

NHS WALES INFORMATICS SERVICE OUTPATIENT ACTIVITY DATA CONSISTENCY STANDARDS NHS WALES INFORMATICS SERVICE OUTPATIENT ACTIVITY DATA CONSISTENCY STANDARDS Version: 6 Date: 14 th March 2012 Document History Document Location The source of the document will be found on the Programme

More information

North Carolina State Laboratory of Public Health HIS HIV Sample Submission Label Format Specifications Forms: DHHS 1111 and 3707

North Carolina State Laboratory of Public Health HIS HIV Sample Submission Label Format Specifications Forms: DHHS 1111 and 3707 North Carolina State Laboratory of Public Health HIS HIV Sample Submission Label Format Specifications Forms: DHHS 1111 and 3707 Updated: Version 1.3 This document defines the State Laboratory of Public

More information

VisRMS Resident Scheduling Module Visits Quick Tracker Visits Quick Tracker Overview... 3 Set Up Information... 3

VisRMS Resident Scheduling Module Visits Quick Tracker Visits Quick Tracker Overview... 3 Set Up Information... 3 VisRMS Resident Scheduling Module Visits Quick Tracker Visits Quick Tracker Overview... 3 Set Up Information... 3 Changing the Therapy Type... 3 Selecting a Resident... 4 Select the Date... 4 Calendar

More information

Netsmart Sandbox Tour Guide Script

Netsmart Sandbox Tour Guide Script Netsmart Sandbox Tour Guide Script March 2012 This document is to be used in conjunction with the Netsmart Sandbox environment as a guide. Following the steps included in this guide will allow you to get

More information