custom schemas Flashcards

1
Q

For Ensemble or HealthShare to properly parse an HL7 message, it must be assigned a

A
schema category (e.g. 2.3)
and a document type (e.g. ADT_A01)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

a custom schema can

A

modify existing structures

add additional structures

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How would you navigate to HL7 schemas?

A

Ensemble
Interoperate
HL7
HL7 Schema structures

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How would you create a custom schema from HL7 schemas?

A

New
choose base schema
name custom schema
ok

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What option adds both message type and message structure?

A

copy from base

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

to edit a custom message

A

select the message
message structure
edit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In the raw definition what characters define an optional field?

A

[]

e.g. [~EVN~]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

In the raw definition what characters define an repeating field?

A

{}

e.g. {~SFT~}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the syntax of a field that is both optional and repeating?

A

[{}]

e.g. [~[~NK1~}~]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the syntax of a mandatory field that does not repeat?

A

~~

e.g. ~PID~

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

All elements must be separated by

A

~

a tilde

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How would you add a Z segment to a custom schema?

A
segment structures tab
new
add name
add fields
ok
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

To view the internal organization of a message structure,

A

click its name from the DocType Structures tab on the HL7 Schemas page.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

To view the structure of a message segment,

A

click on its name in THE HL7 Schema Message Structure page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

On the segment structure page, the symbol !

A

indicates (1 only) The field is required; it must occur only once.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

On the segment structure page, the symbol ?

A

indicates (0 or 1) The field is optional, but if it occurs, it may occur only once.

17
Q

On the segment structure page, the symbol +

A

(1 or more) The field may repeat one or more times.

18
Q

On the segment structure page, the symbol *

A

indicates (0 or more) The field may repeat zero or more times.

19
Q

On the segment structure page, the symbol &

A

The field may be present, and may repeat, but only under certain conditions.

20
Q

On the segment structure page, the symbol n*

A

(0 to n) The field repeats a maximum of n times.