11. 5. Basic clinical information module
Element structure

 

Namespace declaration

Namespace declaration of this module is as follows.

xmlns:mmlBc="http://www.medxml.net/MML/ContentModule/BaseClinic/1.0"

Element list

 

Element

Attribute

Data type

Occurrence

Table

1.

mmlBc:BaseClinicModule

 

 

 

 

1.1.

mmlBc:allergy

 

 

?

 

1.1.1.

mmlBc:allergyItem

 

 

+

 

1.1.1.1.

mmlBc:factor

 

string

 

 

1.1.1.2.

mmlBc:severity

 

string

?

MML0017

1.1.1.3.

mmlBc:identifiedDate

 

string

?

 

1.1.1.4.

mmlBc:memo

 

string

?

 

1.2.

mmlBc:bloodtype

 

 

?

 

1.2.1.

mmlBc:abo

 

string

 

MML0018

1.2.2.

mmlBc:rh

 

string

?

MML0019

1.2.3.

mmlBc:others

 

 

?

 

1.2.3.1.

mmlBc:other

 

 

*

 

1.2.3.1.1.

mmlBc:typeName

 

string

 

 

1.2.3.1.2.

mmlBc:typeJudgement

 

string

 

 

1.2.3.1.3.

mmlBc:description

 

string

?

 

1.2.4.

mmlBc:memo

 

string

?

 

1.3.

mmlBc:infection

 

 

?

 

1.3.1.

mmlBc:infectionItem

 

 

+

 

1.3.1.1.

mmlBc:factor

 

string

 

 

1.3.1.2.

mmlBc:examValue

 

string

 

 

1.3.1.3.

mmlBc:identifiedDate

 

string

?

 

1.3.1.4.

mmlBc:memo

 

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.mmlBc:BaseClinicModule

Description: basic clinical information

1.1.mmlBc:allergy

Description: allergy information

Omission: allowed

1.1.1.mmlBc:allergyItem

Description: element for repetition

Omission: not allowed

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

1.1.1.1.mmlBc:factor

Description: cause of allergy

Data type: string

Omission: not allowed

1.1.1.2.mmlBc:severity

Description: severity of allergic response. Use table MML0017.

Data type: string

Omission: allowed

1.1.1.3.mmlBc:identifiedDate

Description: identified date of allergy. The description method is not specified in particular. Expressions such as "childhood" or "approx. 20 years ago" may be acceptable.

Data type: string

Omission: allowed

1.1.1.4.mmlBc:memo

Description: allergy memo. Enter information not provided in the elements above such as special remarks or comments.

Data type: string

Omission: allowed

Document layout: use of XHTML is allowed.

Example: the patient has been slightly allergic to crabs for approx. 20 years, but not allergic to shrimps.

<mmlBc:allergyItem>

<mmlBc:factor>crab</mmlBc:factor>

<mmlBc:severity>mild</mmlBc:severity>

<mmlBc:identifiedDate>since almost 20 years ago</mmlBc:identifiedDate>

<mmlBc:memo>no reaction to shrimp</mmlBc:memo>

</mmlBc:allergyItem>

 

Example: a case that there are no special remarks relating to allergy.

<mmlBc:allergyItem>

<mmlBc:factor>nothing</mmlBc:factor>

<mmlBc:memo>non-contributory </mmlBc:memo>

</mmlBc:allergyItem>

 

1.2.mmlBc:bloodtype

Description: blood type information

Omission: allowed

1.2.1.mmlBc:abo

Description: ABO blood type. Use table MML0018.

Data type: string

Omission: not allowed

1.2.2.mmlBc:rh

Description: Rho (D) blood type. Use table MML0019.

Data type: string

Omission: allowed

1.2.3.mmlBc:others

Description: other blood type information

Omission: allowed

1.2.3.1.mmlBc:other

Description: other blood type

Omission: allowed

Repetition: allowed. If multiple other blood types are available, the element should be repeated.

1.2.3.1.1.mmlBc:typeName

Description: blood type name

Data type: string

Omission: not allowed

1.2.3.1.2.mmlBc:typeJudgement

Description: method of blood typing

Data type: string

Omission: not allowed

1.2.3.1.3.mmlBc:description

Description: note on blood type

Data type: string

Omission: allowed

Document layout: use of XHTML is allowed.

Example:

<mmlBc:other>

<mmlBc:typeName>MNS blood type</mmlBc:typeName>

<mmlBc:typeJudgement>MN</mmlBc:typeJudgement>

<mmlBc:description>examination at 2 years ago </mmlBc:description>

</mmlBc:other>

1.2.4.mmlBc:memo

Description: memo

Data type: string

Omission: allowed

Document layout: use of XHTML is allowed.

1.3.mmlBc:infection

Description: infection information

Omission: allowed

1.3.1.mmlBc:infectionItem

Description: element for repetition

Omission: not allowed

Repetition: allowed. If there are multiple factors of infection, the element should be repeated.

1.3.1.1.mmlBc:factor

Description: infection factor name

Data type: string

Omission: not allowed

1.3.1.2.mmlBc:examValue

Description: test result of infection factor

Data type: string

Omission: not allowed

1.3.1.3.mmlBc:identifiedDate

Description: Identified date of infection factor. The description method is not specified in particular.

Data type: string

Omission: allowed

1.3.1.4.mmlBc:memo

Description: memo for infection factor

Data type: string

Omission: allowed

Document layout: use of XHTML is allowed.


© 2003. All rights reserved