Help
Login
Busy
Search
eHDSI - Templates

 
Template locked

OK Not OK
Templates (External repositories)

Warning Ok
Warning
Filter
true50
eHDSI Substance Administration
false
Issues (1)
false
Change Request Status = Closed ( epsos-issue-351 ): Change attribute specification in examples for effectiveTime elements
Type Change Request Status Change Request Status = Closed Priority Normal
Events
Assignment 2020-08-31 07:45:15 : Assigned To Mathias Ghys by Mathias Ghys
Tracking / Status = Closed 2020-08-31 07:45:14 : Tracking by Mathias Ghys
Description
Finding:

We noticed that there is an issue in the examples provided for the effectiveTime elements. If you use the examples in your CDA documents as specified, validation will not pass.

xsi:type must be used instead of just type:

wrong:

                                // twice a day
<effectiveTime type="PIVL_TS" institutionSpecified="true">
  <period value="12" unit="h"/>
</effectiveTime>

correct:

                                // twice a day
<effectiveTime xsi:type="PIVL_TS" institutionSpecified="true">
  <period value="12" unit="h"/>
</effectiveTime>
Suggestion:

- Modify the attributes

Further explanation:

-

 
 
Busy
Structure Definitions (External repositories)