Details
-
Wijzigingsverzoek
-
Status: Gesloten
-
3
-
Resolution: Resolved
-
None
-
Nee
-
BgZ, Basisgegevens GGZ
-
FHIR
-
The profile will be easier to handle. Updating the profile does not impact qualification testing in any backward incompatible way.
-
Profiles
-
Accept the proposed solution to add the timezone +01:00 (CET) to the example inside zib-TobaccoUse
-
Description
zib-TobaccoUse contains a dateTime example to the second but without timestamp. The FHIR core spec says:
A date, date-time or partial date (e.g. just year or year + month) as used in human communication. If hours and minutes are specified, a time zone SHALL be populated.
The example reads:
<example>
<label value="Example dateTime" />
<valueDateTime value="2012-02-28T00:00:00" />
</example>
But should have been:
<example>
<label value="Example dateTime" />
<valueDateTime value="2012-02-28T00:00:00*+01:00*" />
</example>