mmlHd:drugName

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
mmlHd:code xs:string optional
mmlHd:type xs:string required

Used By

Source

<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>

Sample

< 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>

< mmlHd:dose mmlHd:unit = "mg" >

10

</ mmlHd:dose>

< mmlHd:timeHd mmlHd:timeDirection = "after" >

PT0H0M0S

</ mmlHd:timeHd>

< mmlHd:note>

透析開始時に服用

</ mmlHd:note>

</ mmlHd:medication>