I found this parameter and what follows. So now what do I do with it to accomplish my goal of displaying all available vital signs?
ORQQVI DEFAULT VITALS LIST
DISPLAY TEXT: Default Vitals for CPRS GUI Entry
MULTIPLE VALUED: Yes
INSTANCE TERM: Sequence
VALUE TERM: Vital Type;Optional Qualifiers
VALUE DATA TYPE: free text
VALUE VALIDATION CODE: K:$$BADVALUE^ORQQVI3(X) X
INSTANCE DATA TYPE: numeric
INSTANCE DOMAIN: 1:999
INSTANCE HELP: Enter a Sequence number between 1 and 999
DESCRIPTION: This parameter is used to define the default list of
vitals to enter in the CPRS GUI. This can be defined by USER, LOCATION,
SERVICE, DIVISION or SYSTEM.
PRECEDENCE: 1 ENTITY FILE: USER
PRECEDENCE: 2 ENTITY FILE: LOCATION
PRECEDENCE: 3 ENTITY FILE: SERVICE
PRECEDENCE: 4 ENTITY FILE: DIVISION
PRECEDENCE: 5 ENTITY FILE: SYSTEM
Patient Care Encounter (PCE) V. 1.0 Technical Manual
and Visit Tracking V. 2.0 Technical Manual
August 1996
Revised March 2005
Vitals data list, specific to one provider
If no Vitals, then '$D(LOCAL("VITALS",<PROVIDER IEN>)) is true.
LOCAL("VITALS",<PROVIDER IEN>,i) = 1^2^3^4, where:
Position
Description
Req for PCE
Format
1
Type
P
AG::= ABDOMINAL GIRTH
AUD::= AUDIOMETREY
BP::= BLOOD PRESSURE
FH::= FUNDAL HEIGHT
FT::= FETAL HEART TONES
HC::= HEAD CIRCUMFERENCE
HE::= HEARING
HT::= HEIGHT
PU::= PULSE
RS::= RESPIRATIONS
TMP::=TEMPERATURE
TON::=TONOMETRY
VC::= VISION CORRECTED
VU::= VISION UNCORRECTED
WT::= WEIGHT
2
Value
P
Numeric
3
Units
Not stored; used for conversions
C::=Centigrade (degrees)
CM::=Centimeter
F::= Fahrenheit (degrees)
IN::=Inches
KG::=Kilograms
LB::=Pounds
4
Date/Time Measurement taken
internal FM format
If the TYPE is HT: If the UNIT is CM it is converted to IN so
that it can be
stored. If the UNIT is "" it is
assumed to be IN.
If the TYPE is WT If the UNIT is KG it is converted to LB so
that it can be
stored. If the UNIT is "" it is
assumed to be LB.
If the TYPE is TMP If the UNIT is C it is converted to F so
that it can be
stored. If the UNIT is "" it is
assumed to be F.
NOTE: This data is passed to the Vitals/Measurement package for
validation and storage.
Local data list, specific to one provider
If no local entries, then '$D(LOCAL("LOCAL",<PROVIDER IEN>)) is true.
LOCAL("LOCAL",<PROVIDER IEN>,i) = Site Specific data encoding
Position
Description
Format
1
Site Specific data encoding; Not stored in PCE
free text
NOTE: LOCAL("LOCAL" where "LOCAL" is replaced by locally namespaced
string.
-------------------------------------------------------
--
Nancy Anthracite
|
DISPLAY TEXT: Default Vitals for CPRS GUI Entry MULTIPLE VALUED: Yes INSTANCE TERM: Sequence VALUE TERM: Vital Type;Optional Qualifiers VALUE DATA TYPE: free text VALUE VALIDATION CODE: K:$$BADVALUE^ORQQVI3(X) X INSTANCE DATA TYPE: numeric INSTANCE DOMAIN: 1:999 INSTANCE HELP: Enter a Sequence number between 1 and 999 DESCRIPTION: This parameter is used to define the default list of vitals to enter in the CPRS GUI. This can be defined by USER, LOCATION, SERVICE, DIVISION or SYSTEM.
PRECEDENCE: 1 ENTITY FILE: USER PRECEDENCE: 2 ENTITY FILE: LOCATION PRECEDENCE: 3 ENTITY FILE: SERVICE PRECEDENCE: 4 ENTITY FILE: DIVISION PRECEDENCE: 5 ENTITY FILE: SYSTEM
Patient Care Encounter (PCE) V. 1.0 Technical Manual and Visit Tracking V. 2.0 Technical Manual August 1996
Revised March 2005
Vitals data list, specific to one provider
If no Vitals, then '$D(LOCAL("VITALS",<PROVIDER IEN>)) is true. LOCAL("VITALS",<PROVIDER IEN>,i) = 1^2^3^4, where:
If the TYPE is HT: If the UNIT is CM it is converted to IN so that it can be stored. If the UNIT is "" it is assumed to be IN. If the TYPE is WT If the UNIT is KG it is converted to LB so that it can be stored. If the UNIT is "" it is assumed to be LB. If the TYPE is TMP If the UNIT is C it is converted to F so that it can be stored. If the UNIT is "" it is assumed to be F.
NOTE: This data is passed to the Vitals/Measurement package for validation and storage. Local data list, specific to one provider
If no local entries, then '$D(LOCAL("LOCAL",<PROVIDER IEN>)) is true. LOCAL("LOCAL",<PROVIDER IEN>,i) = Site Specific data encoding
NOTE: LOCAL("LOCAL" where "LOCAL" is replaced by locally namespaced string.
|
