MML common format Personal information format

 

Element structure

 

Element list

 

Elements

Attribute

Datatypes

Occurrence

Table id

8.

mmlPsi:PersonalizedInfo

 

 

 

 

8.1.

 

mmlCm:Id

 

string

 

 

8.2.

 

mmlPsi:personName

 

 

 

 

8.2.1.

 

 

mmlNm:Name

 

 

+

 

8.3.

 

mmlFc:Facility

 

 

?

 

8.4.

 

mmlDp:Department

 

 

?

 

8.5.

 

mmlPsi:addresses

 

 

?

 

8.5.1.

 

 

mmlAd:address

 

 

+

 

8.6.

 

mmlPsi:emailAddresses

 

 

?

 

8.6.1.

 

 

mmlCm:email

 

string

*

 

8.7.

 

mmlPsi:phones

 

 

?

 

8.7.1.

 

 

mmlPh:Phone

 

 

+

 


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

 

8.mmlPsi:PersonalizedInfo (personal information format)

[Detail] Common format that indicates personal information

 

8.1.mmlCm:Id

[Detail] Personal ID. Refer to MML common format (Id format) for the structure.

[Omission] Not allowed

 

8.2.mmlPsi:personName

[Detail] Parent element for input of name information

[Omission] Not allowed

 

8.2.1.mmlNm:Name

[Detail] Name. Refer to MML common format (name expression format) for the structure.

[Omission] Not allowed

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

 

8.3.mmlFc:Facility

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

[Omission] Omission allowed

 

8.4.mmlDp:Department

[Detail] Medical department information. Refer to the MML common format (medical department information format) for the structure.

[Omission] Omission allowed

 

8.5.mmlPsi:addresses

[Detail] Parent element for input of address information

[Omission] Omission allowed

 

8.5.1.mmlAd:address

[Detail] Address. Refer to the MML common format (address expression format) for the structure.

[Omission] Not allowed

[Repetition setting] Repeated. If multiple address types or expression method are available, the data should be repeated.

 

8.6.mmlPsi:emailAddresses

[Detail] Parent element for input of the following E-mail address

[Omission] Omission allowed

 

8.6.1.mmlCm:email

[Detail] E-mail address

[Data type] string

[Omission] Omission allowed

[Repetition setting] Repeated. If multiple E-mail addresses are available, the data should be repeated.

[Example]

<mmlPsi:emailAddresses>

<mmlCm:email>araki@post.medxml.net</mmlCm:email>

</mmlPsi:emailAddresses>

8.7.mmlPsi:phones

[Detail] Parent element for input of the following telephone numbers

[Omission] Omission allowed

 

8.7.1.mmlPh:Phone

[Detail] Refer to the MML common format (telephone number format) for the structure.

[Omission] Not allowed

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

 

mmlPsi:PersonalizedInfo (personal information format) sample instance

<mmlPsi:PersonalizedInfo>

<mmlCm:Id mmlCm:type = "facility" mmlCm:checkDigitSchema = "M10"
mmlCm:checkDigit = "5" mmlCm:tableId = "MML0024">12345</mmlCm:Id>

<mmlPsi:personName>

<mmlNm:Name mmlNm:repCode = "A" mmlNm:tableId = "MML0025">
<mmlNm:family>Araki</mmlNm:family>
<mmlNm:given>Kenji</mmlNm:given>
<mmlNm:degree>M.D.</mmlNm:degree>

</mmlNm:Name>

</mmlPsi:personName>

<mmlFc:Facility>

<mmlFc:name mmlFc:repCode = "A" mmlFc:tableId = "MML0025">
New Millenium Medical College Hospital

</mmlFc:name>

<mmlCm:Id mmlCm:type = "insurance"

mmlCm:tableId = "MML0027">12345</mmlCm:Id>

</mmlFc:Facility>

<mmlDp:Department>

<mmlDp:name mmlDp:repCode = "A" mmlDp:tableId = "MML0025">
CardiovascularÅ@Surgery

</mmlDp:name>

<mmlCm:Id mmlCm:type = "medical" mmlCm:tableId = "MML0029">16</mmlCm:Id>

</mmlDp:Department>

<mmlPsi:addresses>

<mmlAd:Address mmlAd:repCode = "A" mmlAd:addressClass = "business"
mmlAd:tableId = "MML0025">

<mmlAd:full>

5200 Kihara, Kiyotake-cho, Miyazaki-gun, Miyazaki-prefecture

</mmlAd:full>

<mmlAd:zip>889-1692</mmlAd:zip>

<mmlAd:countryCode>JPN</mmlAd:countryCode>

</mmlAd:Address>

</mmlPsi:addresses>

<mmlPsi:emailAddresses>

<mmlCm:email>araki@post.medxml.net</mmlCm:email>

</mmlPsi:emailAddresses>

<mmlPsi:phones>

<mmlPh:Phone mmlPh:telEquipType = "PH">
<mmlPh:area>0985</mmlPh:area>
<mmlPh:city>85</mmlPh:city>
<mmlPh:number>1500</mmlPh:number>
<mmlPh:extension>2067</mmlPh:extension>
<mmlPh:country>81</mmlPh:country>
<mmlPh:memo>daytime</mmlPh:memo>

</mmlPh:Phone>

</mmlPsi:phones>

</mmlPsi:PersonalizedInfo>