Does anyone know where I can find what snowmed codes are used for the family history CCC form for CPS12 that writes to the table? We aren't wanting to use this form so I will need to know the codes needed. I can google it but I get different codes on different sites, I want to know what GE is looking for. ie: Alcoholism- 266890009
TIA
Amy Roberts
Kansas City Bone & Joint Clinic
This is the site I use: http://www.snomedbrowser.com/C.....&type =
EDIT: Ignore UK Extension codes (has the flag after the situation).
Thanks!
If you make your own VFE form for FH and enter the SNOMED codes would that count for Meaningful use? Thanks
Not on CPS12 yet, but from talking with our VAR,
if you do not use the CCC FH form, any custom FH form will have to update FH in the database tables. I was told that the CCC FH form does that.
If anyone knows how this might be done from a custom FH form - please post here !
I downloaded the CPS 12 Data Dictionary from the GE website
New FH tables in the database are
FamilyHealthHistory
FHXCUSTLIST
FHxRelationship
To update those tables there is a new set of MEL functions you can use, MEL_ADD_FHX, MEL_REMOVE_FHX, MEL_LIST_FHX, MEL_UPDATE_FHX are all you need to use I think. These are all documented in the help files if you have CPS 12 installed.
In terms of what it needs to do to qualify for MU, the rule states you need to document family history for a first degree relative. Whether it needs to have a snomed code or not is unclear to me and I cant test how the system works because we dont have CQR... but I would try to code as many options as you can. Just a warning to those that havent started, if you use the wrong snomed code (maybe invalid codes?) it will return a "service layer error" which is code -21. It took me awhile to figure out that was the problem.