Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Adding

...

A

...

New

...

Patient

...

Identifier

...

Field

...

You

...

can

...

look

...

at

...

pre-existing

...

identifier

...

fields

...

in

...

your

...

system

...

or

...

on

...

the

...

demo

...

website

...

for

...

examples.

...

If

...

the

...

patient

...

identifier

...

type

...

has

...

already

...

been

...

defined

...

within

...

a

...

field,

...

then

...

you

...

should

...

try

...

to

...

re-use

...

the

...

existing

...

field

...

if

...

possible;

...

otherwise,

...

follow

...

these

...

steps

...

to

...

create

...

a

...

new

...

identifier

...

field:

...

  1. Go

...

  1. to

...

  1. Administration

...

  1. Manage

...

  1. Fields

...

  1. Click

...

  1. "Add

...

  1. New

...

  1. Field"

...

  1. Create

...

  1. your

...

  1. field

...

  1. with

...

  1. the

...

  1. following

...

  1. information

...

  1. :

    Field

...

  1. Name

...

  1. Enter

...

  1. a

...

  1. name

...

  1. for

...

  1. the

...

  1. field,

...

  1. e.g.

...

  1. "Medical

...

  1. Record

...

  1. Number"

...

  1. Description

    Describe the field to help other administrators and users — e.g.,

...

  1. "Unique

...

  1. patient

...

  1. identifier

...

  1. for

...

  1. Wilson

...

  1. Hospital"

...

  1. Field

...

  1. Type

...

  1. Database

...

  1. element

...

  1. Database

    Table_ =_ patient_identifier, Attribute = identifier

    Default value

    $!{patient.getPatientIdentifier(

...

  1. 1

...

  1. ).getIdentifier()}

...

  1. ,

...

  1. replacing

...

  1. the

...

  1. 1

...

  1. with

...

  1. the

...

  1. internal

...

  1. identifier

...

  1. type

...

  1. id

...

  1. (you

...

  1. can

...

  1. find

...

  1. this

...

  1. under

...

  1. "Manage

...

  1. Identifier

...

  1. Types",

...

  1. hovering

...

  1. your

...

  1. mouse

...

  1. over

...

  1. the

...

  1. identifier

...

  1. type

...

  1. and

...

  1. looking

...

  1. at

...

  1. the

...

  1. link's

...

  1. address)

...

  1. Select

...

  1. Multi

...

  1. Leave

...

  1. unchecked

...

NOTE:

...

typically,

...

patient

...

demographic

...

fields

...

(like

...

an

...

identifier)

...

should

...

be

...

placed

...

under

...

the

...

"PATIENT"

...

section

...

of

...

a

...

form

...

schema.

...