Initial-consultation-specific information module

 

Element structure

namespaces declaration

The namespaces declaration for this module is as follows:

xmlns:mmlFcl="http://www.medxml.net/MML/ContentModule/FirstClinic/1.0"

 

Element list

 

Elements

 

Attribute

Datatypes

Occurrence

Table id

1

mmlFcl:FirstClinicModule

 

 

 

 

 

1.1.

Å 

mmlFcl:familyHistory

 

 

 

?

 

1.1.1.

Å 

Å 

mmlFcl:familyHistoryItem

 

 

+

 

1.1.1.1.

Å 

Å 

Å 

mmlFcl:relation

 

 

string

 

MML0020

1.1.1.2.

Å 

Å 

Å 

mmlRd:RegisteredDiagnosisModule

 

 

 

 

 

1.1.1.3.

Å 

Å 

Å 

mmlFcl:age

 

 

timePeriod

?

 

1.1.1.4.

Å 

Å 

Å 

mmlFcl:memo

 

 

string

?

 

1.2.

Å 

mmlFcl:childhood

 

 

 

?

 

1.2.1.

Å 

Å 

mmlFcl:birthInfo

 

 

 

?

 

1.2.1.1.

Å 

Å 

Å 

mmlFc:Facility

 

 

 

?

 

1.2.1.2.

Å 

Å 

Å 

mmlFcl:deliveryWeeks

 

 

timePeriod

?

 

1.2.1.3.

Å 

Å 

Å 

mmlFcl:deliveryMethod

 

 

string

?

 

1.2.1.4.

Å 

Å 

Å 

mmlFcl:bodyWeight

 

 

decimal

?

 

 

 

 

 

 

 

mmlFcl:unit

string

#REQUIRED

 

1.2.1.5.

Å 

Å 

Å 

mmlFcl:bodyHeight

 

 

decimal

?

 

 

 

 

 

 

 

mmlFcl:unit

string

#REQUIRED

 

1.2.1.6.

Å 

Å 

Å 

mmlFcl:chestCircumference

 

 

decimal

?

 

 

 

 

 

 

 

mmlFcl:unit

string

#REQUIRED

 

1.2.1.7.

Å 

Å 

Å 

mmlFcl:headCircumference

 

 

decimal

?

 

 

 

 

 

 

 

mmlFcl:unit

string

#REQUIRED

 

1.2.1.8.

Å 

Å 

Å 

mmlFcl:memo

 

 

string

?

 

1.2.2.

Å 

Å 

mmlFcl:vaccination

 

 

 

?

 

1.2.2.1.

Å 

Å 

Å 

mmlFcl:vaccinationItem

 

 

 

+

 

1.2.2.1.1.

 

 

 

 

mmlFcl:vaccine

 

string

 

 

1.2.2.1.2.

 

 

 

 

mmlFcl:injected

 

boolean

 

 

1.2.2.1.3.

 

 

 

 

mmlFcl:age

 

timePeriod

?

 

1.2.2.1.4.

 

 

 

 

mmlFcl:memo

 

string

?

 

1.3.

Å 

mmlFcl:pastHistory

 

 

 

?

 

1.3.1.

Å 

Å 

mmlFcl:freeNotes

 

 

string

 

 

1.3.2.

Å 

Å 

mmlFcl:pastHistoryItem

 

 

 

*

 

1.3.2.1.

Å 

Å 

Å 

mmlFcl:timeExpression

 

 

string

 

 

1.3.2.2.

Å 

Å 

Å 

mmlFcl:eventExpression

 

 

string

*

 

1.4.

Å 

mmlFcl:chiefComplaints

 

 

string

?

 

1.5.

Å 

mmlFcl:presentIllnessNotes

 

 

string

?

 


Occurrence None: 1 appearance without fail, ?: 0 or 1 appearance, +: 1 or more appearance, *: 0 or more appearance
#REQUIRED: Mandatory attribute, #IMPLIED: Omissible attribute

 

 

Element explanation

1.mmlFcl:FirstClinicModule

[Detail] Initial-consultation-specific information

 

1.1.mmlFcl:familyHistory

[Detail] Family history information

[Omission] Omission allowed

 

1.1.1.mmlFcl:familyHistoryItem

[Detail] Element for repetition

[Omission] Not allowed

[Repetition setting] Repeated. If multiple family members are available for input, the data should be repeated. Furthermore, if a family member has multiple diseases, the data should be repeated.

 

1.1.1.1.mmlFcl:relation

[Detail] Relation code. Use table MML0020.

[Data type] string

[Omission] Not allowed

[Example] Mother-in-law (If the relation is “in-law,” put “InLaw” at the end.)

<mmlFcl:relation>motherInLaw</mmlFcl:relation>

 

1.1.1.2.mmlRd:RegisteredDiagnosisModule

[Detail] Diagnosis information. Refer to the MML module (diagnosis information) for the structure.

[Omission] Not allowed

[Example] Died of gastric cancer on Aug. 25, 1989.

<mmlRd:RegisteredDiagnosisModule>

<mmlRd:diagnosis mmlRd:code = "C169-.007"
mmlRd:system = "ICD10">gastric cancer</mmlRd:diagnosis>

<mmlRd:endDate>1989-08-25</mmlRd:endDate>

<mmlRd:outcome>died</mmlRd:outcome>

</mmlRd:RegisteredDiagnosisModule>

 

1.1.1.3.mmlFcl:age

[Detail] Age of family member with disease

[Data type] timePeriod Format: PnYnMnDTnHnMnS

Normally PnY is acceptable except for infant.

[Omission] Omission allowed

[Example] 40 years old

<mmlFcl:age>P40Y</mmlFcl:age>


[Example] 1 year and 3 months after birth

<mmlFcl:age>P1Y3M</mmlFcl:age>


[Example] 3 months after birth

<mmlFcl:age>P3M</mmlFcl:age>

 

1.1.1.4.mmlFcl:memo

[Detail] Memo

[Data type] string

[Omission] Omission allowed

[Document layout] Use of XHTML allowed

 

1.2.mmlFcl:childhood

[Detail] Childhood information

[Omission] Omission allowed

 

1.2.1.mmlFcl:birthInfo

[Detail] Birth information

[Omission] Omission allowed

 

1.2.1.1.mmlFc:Facility

[Detail] Birth facility. Refer to the MML common format (facility information format) for the structure.

[Omission] Omission allowed

 

1.2.1.2.mmlFcl:deliveryWeeks

[Detail] Delivery weeks

[Data type] timePeriod Format: PnW

[Omission] Omission allowed

[Example] 40 weeks

<mmlFcl:deliveryWeeks>P40W</mmlFcl:deliveryWeeks>

 

1.2.1.3.mmlFcl:deliveryMethod

[Detail] Delivery method. The expression is not specified in particular.

[Data type] string

[Omission] Omission allowed

[Example] Cesarean section

<mmlFcl:deliveryMethod>cesarean section</mmlFcl:deliveryMethod>

 

1.2.1.4.mmlFcl:bodyWeight

[Detail] Body weight at birth

[Data type] decimal

[Omission] Omission allowed

[Attribute]

Attribute name

Data type

Omission

Explanation

mmlFcl:unit

string

#REQUIRED

Unit. g or kg.


[Example] 3270 g

<mmlFcl:bodyWeight mmlFcl:unit = "g">3270</mmlFcl:bodyWeight>

 

1.2.1.5.mmlFcl:bodyHeight

[Detail] Body height at birth

[Data type] decimal

[Omission] Omission allowed

[Attribute]

Attribute name

Data type

Omission

Explanation

mmlFcl:unit

string

#REQUIRED

Unit. cm or m.

 

1.2.1.6.mmlFcl:chestCircumference

[Detail] Chest circumference at birth

[Data type] decimal

[Omission] Omission allowed

[Attribute]

Attribute name

Data type

Omission

Explanation

mmlFcl:unit

string

#REQUIRED

Unit. cm.

 

1.2.1.7.mmlFcl:headCircumference

[Detail] Head circumference at birth

[Data type] decimal

[Omission] Omission allowed

[Attribute]

Attribute name

Data type

Omission

Explanation

mmlFcl:unit

string

#REQUIRED

Unit. cm.

 

1.2.1.8.mmlFcl:memo

[Detail] Memo at birth

[Data type] string

[Omission] Omission allowed

[Document layout] Use of XHTML allowed

 

1.2.2.mmlFcl:vaccination

[Detail] Vaccination information

[Omission] Omission allowed

 

1.2.2.1.mmlFcl:vaccinationItem

[Detail] Element for repetition

[Omission] Not allowed

[Repetition setting] Repeated. If multiple vaccinations are available, the data should be repeated.

 

1.2.2.1.1.mmlFcl:vaccine

[Detail] Vaccine name

[Data type] string

[Omission] Not allowed

 

1.2.2.1.2.mmlFcl:injected

[Detail] Injection status. true: Injected, false: Not injected

[Data type] boolean

[Omission] Not allowed

 

1.2.2.1.3.mmlFcl:age

[Detail] Vaccination age

[Data type] timePeriod Format: PnYnMnDTnHnMnS
Normally, PnYnM is acceptable.

[Omission] Omission allowed

 

1.2.2.1.4.mmlFcl:memo

[Detail] Memo at vaccination

[Data type] string

[Omission] Omission allowed

[Document layout] Use of XHTML allowed

[Example] Polio injection twice; 6 months and 1 year and 6 months after birth.

<mmlFcl:vaccination>

<mmlFcl:vaccinationItem>
<mmlFcl:vaccine>polio</mmlFcl:vaccine>

<mmlFcl:injected>true</mmlFcl:injected>

<mmlFcl:age>P6M</mmlFcl:age>

<mmlFcl:memo>first administration</mmlFcl:memo>

</mmlFcl:vaccinationItem>

<mmlFcl:vaccinationItem>

<mmlFcl:vaccine>polio</mmlFcl:vaccine>

<mmlFcl:injected>true</mmlFcl:injected>

<mmlFcl:age>P1Y6M</mmlFcl:age>

<mmlFcl:memo>second administration</mmlFcl:memo>

</mmlFcl:vaccinationItem>

</mmlFcl:vaccination>

 

1.3.mmlFcl:pastHistory

[Detail] Past history information. Select either free notes (mmlFcl:freeNotes) or time and event expression (mmlFcl:timeExpression and mmlFcl:eventExpression).

[Omission] Omission allowed

 

1.3.1.mmlFcl:freeNotes

[Detail] Free notes

[Data type] string

[Omission] Not allowed

[Document layout] Use of XHTML allowed

 

1.3.2.mmlFcl:pastHistoryItem

[Detail] Element for repetition

[Omission] Omission allowed

[Repetition setting] Repeated. If multiple past history items are available, the data should be repeated.

 

1.3.2.1.mmlFcl:timeExpression

[Detail] Time expression. The expression format is not defined in particular.

[Data type] string

[Omission] Not allowed

 

1.3.2.2.mmlFcl:eventExpression

[Detail] Event expression for time expression

[Data type] string

[Omission] Omission allowed

[Repetition setting] Repeated. If multiple event expressions are available for one time expression, the data should be repeated.

[Document layout] Use of XHTML allowed

[Example] For free notes of past history

<mmlFcl:pastHistory>

<mmlFcl:freeNotes>

ppendectomy (6 years old), hypertension (5 years ago)

</mmlFcl:freeNotes>

</mmlFcl:pastHistory>

 

[Example] For time expression and event expression of past history

<mmlFcl:pastHistory>

<mmlFcl:pastHistoryItem>
<mmlFcl:timeExpression>6 years old</mmlFcl:timeExpression>

<mmlFcl:eventExpression>appendectomy</mmlFcl:eventExpression>

</mmlFcl:pastHistoryItem>

<mmlFcl:pastHistoryItem>

<mmlFcl:timeExpression>5 years ago (1994)</mmlFcl:timeExpression>

<mmlFcl:eventExpression>hypertension</mmlFcl:eventExpression>

</mmlFcl:pastHistoryItem>

</mmlFcl:pastHistory>

 

1.4.mmlFcl:chiefComplaints

[Detail] Chief complaints

[Data type] string

[Omission] Omission allowed

[Document layout] Use of XHTML allowed

 

1.5.mmlFcl:presentIllnessNotes

[Detail] Free notes for present illness

[Data type] string

[Omission] Omission allowed

[Document layout] Use of XHTML allowed