Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Iframe
srchttps://renalreg.github.io/ukrdcresources/master/Types/Name.html
width420
frameborderhide
height600

Schema

Schema Name (Github)

Example

Code Block
languagexml
<Patient>
    <Names>
        <Name>
            <Given>Bob</Given>
			<Family>Smith</Family>
        </Name>
    </Names>
</Patient>

...