QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
mmlHd:code | xs:string | optional | ||||
mmlHd:type | xs:string | required |
Elements | mmlHd:injection, mmlHd:medication |
<xs:element name="drugName"> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="code" type="xs:string" form="qualified"/> <xs:attribute name="type" type="xs:string" use="required" form="qualified"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |
< mmlHd:medication xmlns:mmlHd = "http://www.medxml.net/MML/v4/ContentModule/Hemodialysis/1.0" > |
< mmlHd:drugName mmlHd:code = "2190022F1024" mmlHd:type = "YJコード" > |
リズミック錠10mg |
</ mmlHd:drugName> |
10 |
</ mmlHd:dose> |
PT0H0M0S |
</ mmlHd:timeHd> |
< mmlHd:note> |
透析開始時に服用 |
</ mmlHd:note> |
</ mmlHd:medication> |