...
- A Text widget for DV_TEXT and its specialisation DV_CODED_TEXT which, combined with DV_PARAGRAPH, handle all textural data in openEHR
- Widgets for The Quantity data types (UML) which are comparible, have normal ranges and may exist as types of DV_INTERVAL including:
- A Quantity widget for DV_QUANTITY which handles real numbers to various levels of precision and units
- An Integer widget for DV_COUNT which handles integer values
- An Ordinal widget for DV_ORDINAL which handles text values which are associated with an integer, and
- A Proportion widget for DV_PROPORTION which handles ratios and fractions
- The special types for handling time (UML) including:
- A Duration widget for DV_DURATION for time periods
- A DateTime widget for
- DV_DATE for dates
- DV_TIME for times, and
- DV_DATE_TIME for dates and times
- A True or false widget for DV_BOOLEAN for true/false
- An Identifier widget for DV_IDENTIFIER for handling IDs and other identifiers
- Encapsulated data types (UML) including:
- A Multimedia widget for DV_MULTIMEDIA which handles MIME types such as images
- A Parse widget for DV_PARSABLE which handles information that conforms to known formal specifications such as workflow engines
- A Hyperlink widget for Hyperlink classes which handle expression of links to other information:
- DV_URI which handles URIs to the web and its specialisation
- DV_EHR_URI which provides the mechanism to address any part of an openEHR EHR (including its internet link)
- DV_URI which handles URIs to the web and its specialisation