Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Your entire form must be wrapped in an htmlform tag

No Format
<htmlform>
    ...stuff goes here...
</htmlform>

...

A form is required to ask for the datetime, location, and provider, and it must have a submit button. For a complete reference on these tags see Tag Reference Page

No Format
<htmlform>
    Date: <encounterDate default="today"/> <br/>
    Location: <encounterLocation/> <br/>
    Provider: <encounterProvider role="Provider"/> <br/>
    ...stuff goes here...
    <submit/>
</htmlform>

Section Tag

...