11. 6. Initial-consultation-specific
information module
Namespace declaration
Namespace declaration of this module is as follows.
xmlns:mmlFcl="http://www.medxml.net/MML/ContentModule/FirstClinic/1.0"
Element list
|
|
Element
|
Attribute
|
Data type
|
Occurrence
|
Table
|
|
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; 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.mmlFcl:FirstClinicModule
Description: initial-consultation-specific
information
1.1.mmlFcl:familyHistory
Description: family history information
Omission: allowed
1.1.1.mmlFcl:familyHistoryItem
Description: element for repetition
Omission: not allowed
Repetition: allowed. If there are
multiple family members to be described, the element should be repeated. Furthermore,
if a family member has multiple diseases, the element should also be repeated.
1.1.1.1.mmlFcl:relation
Description: 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
Description: diagnosis information.
Refer to the MML module (Diagnosis record information) for the structure.
Omission: not allowed
Example: died of gastric cancer
on August 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
Description: age of a family member
at disease onset
Data type: timePeriod Format: PnYnMnDTnHnMnS
Normally PnY is acceptable except for infant.
Omission: allowed
Example: at the age of 40
<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
Description: memo
Data type: string
Omission: allowed
Document layout: use of XHTML is
allowed.
1.2.mmlFcl:childhood
Description: childhood information
Omission: allowed
1.2.1.mmlFcl:birthInfo
Description: birth information
Omission: allowed
1.2.1.1.mmlFc:Facility
Description: birth facility. Refer
to the MML common format (Facility information format) for the structure.
Omission: allowed
1.2.1.2.mmlFcl:deliveryWeeks
Description: delivery weeks
Data type: timePeriod Format: PnW
Omission: allowed
Example: 40 weeks
<mmlFcl:deliveryWeeks>P40W</mmlFcl:deliveryWeeks>
1.2.1.3.mmlFcl:deliveryMethod
Description: delivery method. The
description method is not specified in particular.
Data type: string
Omission: allowed
Example: Cesarean section
<mmlFcl:deliveryMethod>cesarean section</mmlFcl:deliveryMethod>
1.2.1.4.mmlFcl:bodyWeight
Description: body weight at birth
Data type: decimal
Omission: allowed
Attribute:
|
Attribute name
|
Data type
|
Omission
|
Remarks
|
|
mmlFcl:unit
|
string
|
#REQUIRED
|
Unit: g or kg
|
Example: 3,270 gram
<mmlFcl:bodyWeight mmlFcl:unit = "g">3270</mmlFcl:bodyWeight>
1.2.1.5.mmlFcl:bodyHeight
Description: body height at birth
Data type: decimal
Omission: allowed
Attribute:
|
Attribute name
|
Data type
|
Omission
|
Remarks
|
|
mmlFcl:unit
|
string
|
#REQUIRED
|
Unit: cm or m
|
1.2.1.6.mmlFcl:chestCircumference
Description: chest circumference
at birth
Data type: decimal
Omission: allowed
Attribute:
|
Attribute name
|
Data type
|
Omission
|
Remarks
|
|
mmlFcl:unit
|
string
|
#REQUIRED
|
Unit: cm
|
1.2.1.7.mmlFcl:headCircumference
Description: head circumference at
birth
Data type: decimal
Omission: allowed
Attribute:
|
Attribute name
|
Data type
|
Omission
|
Remarks
|
|
mmlFcl:unit
|
string
|
#REQUIRED
|
Unit: cm
|
1.2.1.8.mmlFcl:memo
Description: memo at birth
Data type: string
Omission: allowed
Document layout: use of XHTML is
allowed.
1.2.2.mmlFcl:vaccination
Description: vaccination information
Omission: allowed
1.2.2.1.mmlFcl:vaccinationItem
Description: element for repetition
Omission: not allowed
Repetition: allowed. If multiple
vaccination records are available, the element should be repeated.
1.2.2.1.1.mmlFcl:vaccine
Description: vaccine name
Data type: string
Omission: not allowed
1.2.2.1.2.mmlFcl:injected
Description: vaccination status.
true: Vaccinated, false: Not vaccinated
Data type: boolean
Omission: not allowed
1.2.2.1.3.mmlFcl:age
Description: vaccination age
Data type: timePeriod Format: PnYnMnDTnHnMnS
Normally, PnYnM is acceptable.
Omission: allowed
1.2.2.1.4.mmlFcl:memo
Description: memo at vaccination
Data type: string
Omission: allowed
Document layout: use of XHTML is
allowed.
Example: polio injection twice;
at 6 months and 1 year and 6 months old.
<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
Description: past history information.
Select either the free style expression (mmlFcl:freeNotes) or time and event
expressions (mmlFcl:timeExpression and mmlFcl:eventExpression).
Omission: allowed
1.3.1.mmlFcl:freeNotes
Description: free style expression
Data type: string
Omission: not allowed
Document layout: use of XHTML is
allowed.
1.3.2.mmlFcl:pastHistoryItem
Description: element for repetition
Omission: allowed
Repetition: allowed. If multiple
past history items are available, the element should be repeated.
1.3.2.1.mmlFcl:timeExpression
Description: time expression. The
expression format is not defined in particular.
Data type: string
Omission: not allowed
1.3.2.2.mmlFcl:eventExpression
Description: corresponding event
expression to time expression.
Data type: string
Omission: 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: for past history information
in the free style expression
<mmlFcl:pastHistory>
<mmlFcl:freeNotes>
Appendectomy (6 years old), hypertension (5 years ago)
</mmlFcl:freeNotes>
</mmlFcl:pastHistory>
Example: for past history information
in the time and event expressions
<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
Description: chief complaint
Data type: string
Omission: allowed
Document layout: use of XHTML is
allowed.
1.5.mmlFcl:presentIllnessNotes
Description: present illness in free
style expression
Data type: string
Omission: allowed
Document layout: use of XHTML is
allowed.
© 2003. All rights reserved