We are in need of a Crystal report that contains the same information as our Custom Chart Summary (.rtf) and before we go down the road of producing a new Crystal Report, I wanted to ask if anyone here already has a crystal report to pull in what we need.
Below is the information we would need to include in the .rpt.
{LOC.NAME}
{LOC.ADDRESS1} {LOC.ADDRESS2} {LOC.CITY}, {LOC.STATE} {LOC.ZIP} {DATETIMESTAMP()}
Phone: {LOC.PRIMPHONE} Fax: {LOC.FAXPHONE}
{PATIENT.LABELNAME}
{PATIENT.ADDRESS2} {PATIENT.ADDRESS1} {PATIENT.CITY} {PATIENT.STATE} {PATIENT.ZIP}
Home: {if PATIENT.ALTPHONE = "" then "None" else PATIENT.ALTPHONE endif} Work: {if PATIENT.WORKPHONE = "" then "None" else PATIENT.WORKPHONE endif} PCP: {PATIENT.RESPPROVID}
{PATIENT.FORMATTEDAGE} {PATIENT.SEX} (DOB: {Patient.DateOfBirth}) MRN#/Physician: {PATIENT.MEDRECNO} Patient IDX#: {PATIENT.EXTERNALID}
Insurance: {INS_PLAN()} Policy#: {INS_ID()} Group#: {INS_GRP()}
E-Mail: {PATIENT.EMAIL}
Problems:
{PROB_ACTIVE()}
Medications:
{MEDS_ACTIVE()}
Allergies:
{IF OBSANY("NKA") == 'T' then 'No Known Allergies or adverse reactions.' + HRET else ALL_AFTER() endif}
Directives:
{DCT_ACTIVE()}
Services Due:
{COXduenow()}
Past Medical History:
{LAST_SIGNED_OBS_VALUE("PAST MED HX")}
Past Surgical History:
{LAST_SIGNED_OBS_VALUE("PAST SURG HX")}