11. 7. Progress course information module
Element structure

 

 

Namespace declaration

Namespace declaration of this module is as follows.

xmlns:mmlPc="http://www.medxml.net/MML/ContentModule/ProgressCourse/1.0"

Element list

 

Element

Attribute

Data type

Occurrence

Table

1.

mmlPc:ProgressCourseModule

 

 

 

 

1.1.

mmlPc:FreeExpression

 

string

 

 

1.1.1.

mmlCm:extRef

 

 

*

 

1.2.

mmlPc:structuredExpression

 

 

 

 

1.2.1.

mmlPc:problemItem

 

 

*

 

1.2.1.1.

mmlPc:problem

 

string

?

 

 

 

mmlPc:dxUid

string

#IMPLIED

 

1.2.1.2.

mmlPc:subjective

 

 

?

 

1.2.1.2.1.

mmlPc:freeNotes

 

string

 

 

1.2.1.2.2.

mmlPc:subjectiveItem

 

 

*

 

1.2.1.2.2.1.

mmlPc:timeExpression

 

string

 

 

1.2.1.2.2.2.

mmlPc:eventExpression

 

string

+

 

1.2.1.3.

mmlPc:objective

 

 

?

 

1.2.1.3.1.

mmlPc:objectiveNotes

 

string

?

 

1.2.1.3.2.

mmlPc:physicalExam

 

 

?

 

1.2.1.3.2.1.

mmlPc:physicalExamItem

 

 

+

 

1.2.1.3.2.1.1.

mmlPc:title

 

string

 

 

1.2.1.3.2.1.2.

mmlPc:result

 

string

 

 

1.2.1.3.2.1.3.

mmlPc:interpretation

 

string

?

 

1.2.1.3.2.1.4.

mmlPc:referenceInfo

 

 

?

 

1.2.1.3.2.1.4.1.

mmlCm:extRef

 

 

*

 

1.2.1.3.3.

mmlPc:testResult

 

string

?

 

1.2.1.3.3.1.

mmlCm:extRef

 

 

*

 

1.2.1.3.4.

mmlPc:rxRecord

 

string

?

 

1.2.1.3.4.1.

mmlCm:extRef

 

 

*

 

1.2.1.3.5.

mmlPc:txRecord

 

string

?

 

1.2.1.3.5.1.

mmlCm:extRef

 

 

*

 

1.2.1.4.

mmlPc:assessment

 

 

?

 

1.2.1.4.1.

mmlPc:assessmentItem

 

string

+

 

1.2.1.5.

mmlPc:plan

 

 

?

 

1.2.1.5.1.

mmlPc:testOrder

 

string

?

 

1.2.1.5.1.1.

mmlCm:extRef

 

 

*

 

1.2.1.5.2.

mmlPc:rxOrder

 

string

?

 

1.2.1.5.2.1.

mmlCm:extRef

 

 

*

 

1.2.1.5.3.

mmlPc:txOrder

 

string

?

 

1.2.1.5.3.1.

mmlCm:extRef

 

 

*

 

1.2.1.5.4.

mmlPc:planNotes

 

string

?

 

 

Occurrence; blank: 1 appearance without fail, ?: 0 or 1 appearance, +: 1 or more appearances, *: 0 or more appearances

#REQUIRED: Required attribute, #IMPLIED: Omissible attribute

 

Element explanation

1.mmlPc:ProgressCourseModule

Description: progress course information. Select either the mmlPc:FreeExpression or mmlPc: structured Expression.

1.1.mmlPc:FreeExpression

Description: progress course in free style expression. This can be present together with the mmlCm:extRef.

Data type: string

Omission: If the mmlPc:structuredExpression is selected, omission is allowed.

Document layout: use of XHTML is allowed.

1.1.1.mmlCm:extRef

Description: refer to the MML common format (External reference format) for the structure.

Omission: allowed

Repetition: allowed. If multiple external references are available, the element should be repeated.

1.2.mmlPc:structuredExpression

Description: structured expression of progress course

Omission: If the mmlPc:FreeExpression is selected, omission is allowed.

1.2.1.mmlPc:problemItem

Description: problem information

Omission: allowed

Repetition: allowed. If there are multiple problems, the element should be repeated.

1.2.1.1.mmlPc:problem

Description: problem name

Data type: string

Omission: allowed

Attribute: enter the uid of a related diagnosis in the attribute.

Attribute name

Data type

Omission

Remarks

mmlPc:dxUid

string

#IMPLIED

Enter the uid of the related mmlRd:RegisteredDiagnosisModule.

Document layout: use of XHTML is allowed.

1.2.1.2.mmlPc:subjective

Description: subjective information. Select either the free style expression (mmlPc:freeNotes) or time and event expressions (mmlPc:timeExpression and mmlPc:eventExpression).

Omission: allowed

1.2.1.2.1.mmlPc:freeNotes

Description: free style expression

Data type: string

Omission: when the combination of the mmlPc:timeExpression and mmlPc:eventExpression is selected, omission is allowed.

Document layout: use of XHTML is allowed.

Example:

<mmlPc:freeNotes>

25-Aug-1999. AM.:Palpitation was felt early in the morning.

25-Aug-1999. PM.: no palpitations.

</mmlPc:freeNotes>

1.2.1.2.2.mmlPc:subjectiveItem

Description: element for repetition

Omission: if the mmlPc:freeNotes is selected, omission is allowed.

Repetition: allowed. If multiple pairs of time expression (1.2.1.2.2.1.) and event expression (1.2.1.2.2.2.) are available, this element should be repeated.

1.2.1.2.2.1.mmlPc:timeExpression

Description: time expression. The expression format is not defined in particular. (Example: recently, since several years ago, childhood, etc.)

Data type: string

Omission: not allowed

1.2.1.2.2.2.mmlPc:eventExpression

Description: corresponding event expression to time expression.

Data type: string

Omission: not allowed

Repetition: allowed. If there are multiple event expressions for one time expression, the element should be repeated.

Document layout: use of XHTML is allowed.

Example: when the same content as in the 1.2.1.2.1.mmlPc:freeNotes is structured.

<mmlPc:subjectiveItem>

<mmlPc:timeExpression>

25-Aug-1999. AM.

</mmlPc:timeExpression>

<mmlPc:eventExpression>

Palpitation was felt early in the morning.

</mmlPc:eventExpression>

</mmlPc:subjectiveItem>

<mmlPc:subjectiveItem>

<mmlPc:timeExpression>

25-Aug-1999. PM.

</mmlPc:timeExpression>

<mmlPc:eventExpression>

No palpitations.

</mmlPc:eventExpression>

</mmlPc:subjectiveItem>

1.2.1.3.mmlPc:objective

Description: objective information

Omission: allowed

1.2.1.3.1.mmlPc:objectiveNotes

Description: objective information in free style expression

Data type: string

Omission: allowed

Document layout: use of XHTML is allowed.

1.2.1.3.2.mmlPc:physicalExam

Description: physical examination information

Omission: allowed

1.2.1.3.2.1.mmlPc:physicalExamItem

Description: physical examination items

Omission: not allowed

Repetition: allowed. If multiple combinations of the following elements (from 1.2.1.3.2.1.1. to 1.2.1.3.2.1.4.1.) are available, this element should be repeated.

1.2.1.3.2.1.1.mmlPc:title

Description: item name of physical examination

Data type: string

Omission: not allowed

1.2.1.3.2.1.2.mmlPc:result

Description: result of physical examination

Data type: string

Omission: not allowed

1.2.1.3.2.1.3.mmlPc:interpretation

Description: interpretation of physical examination result

Data type: string

Omission: allowed

Document layout: use of XHTML is allowed.

1.2.1.3.2.1.4.mmlPc:referenceInfo

Description: external reference information

Omission: allowed

1.2.1.3.2.1.4.1.mmlCm:extRef

Description: refer to the MML common format (External reference format) for the structure.

Omission: allowed

Repetition: allowed. If multiple external references are available, the element should be repeated.

1.2.1.3.3.mmlPc:testResult

Description: test result. This can be present together with the mmlCm:extRef.

Data type: string

Omission: allowed

Document layout: use of XHTML is allowed.

1.2.1.3.3.1.mmlCm:extRef

Description: refer to the MML common format (External reference format) for the structure.

Omission: allowed

Repetition: allowed. If multiple external references are available, the element should be repeated.

1.2.1.3.4.mmlPc:rxRecord

Description: prescription record. This can be present together with the mmlCm:extRef.

Data type: string

Omission: allowed

Document layout: use of XHTML is allowed.

1.2.1.3.4.1.mmlCm:extRef

Description: refer to the MML common format (External reference format) for the structure.

Omission: allowed

Repetition: allowed. If multiple external references are available, the element should be repeated.

1.2.1.3.5.mmlPc:txRecord

Description: treatment record. This can be present together with the mmlCm:extRef.

Data type: string

Omission: allowed

Document layout: use of XHTML is allowed.

1.2.1.3.5.1.mmlCm:extRef

Description: refer to the MML common format (External reference format) for the structure.

Omission: allowed

Repetition: allowed. If multiple external references are available, the element should be repeated.

1.2.1.4.mmlPc:assessment

Description: assessment information

Omission: allowed

1.2.1.4.1.mmlPc:assessmentItem

Description: assessment item

Data type: string

Omission: not allowed

Repetition: allowed. The element should be repeated the same number of times as the number of individual assessments.

Document layout: use of XHTML is allowed.

1.2.1.5.mmlPc:plan

Description: treatment plan information

Omission: allowed

1.2.1.5.1.mmlPc:testOrder

Description: test order. This can be present together with the mmlCm:extRef.

Data type: string

Omission: allowed

Document layout: use of XHTML is allowed.

1.2.1.5.1.1.mmlCm:extRef

Description: refer to the MML common format (External reference format) for the structure.

Omission: allowed

Repetition: allowed. If multiple external references are available, the element should be repeated.

1.2.1.5.2.mmlPc:rxOrder

Description: prescription order. This can be present together with the mmlCm:extRef.

Data type: string

Omission: allowed

Document layout: use of XHTML is allowed.

1.2.1.5.2.1.mmlCm:extRef

Description: refer to the MML common format (External reference format) for the structure.

Omission: allowed

Repetition: allowed. If multiple external references are available, the element should be repeated.

1.2.1.5.3.mmlPc:txOrder

Description: treatment order. This can be present together with the mmlCm:extRef.

Data type: string

Omission: allowed

Document layout: use of XHTML is allowed.

1.2.1.5.3.1.mmlCm:extRef

Description: refer to the MML common format (External reference format) for the structure.

Omission: allowed

Repetition: allowed. If multiple external references are available, the element should be repeated.

1.2.1.5.4.mmlPc:planNotes

Description: treatment plan in free style expression

Data type: string

Omission: allowed

Document layout: use of XHTML is allowed.


© 2003. All rights reserved