FHIR Chat · CodeSystem properties · implementers

Stream: implementers

Topic: CodeSystem properties


view this post on Zulip Axel Biernat (Jan 17 2019 at 12:02):

Working on implementation using the CodeSystem resource found some discrepancy in the specifications. Reading http://hl7.org/fhir/codesystem.html#status you find various default properties. However when I check the respective CodeSystem http://hl7.org/implement/standards/fhir/codesystem-concept-properties.html some are missing, namely retirementDate as well as deprecationDate.
Furthermore the Date properties are using the Date data type. But the code system is specifying its super type DateTime only.
Find this confusing and would like to her feedback on it.

view this post on Zulip Grahame Grieve (Jan 17 2019 at 13:39):

hmm we didn't do very well there.

view this post on Zulip Grahame Grieve (Jan 17 2019 at 13:39):

the date vs dateTime thing - the property type will be dateTime, but we expect that the property will only ever have date, not dateTime

view this post on Zulip Grahame Grieve (Jan 17 2019 at 13:40):

we missed defining all the codes in the code system.

view this post on Zulip Grahame Grieve (Jan 17 2019 at 13:40):

can you make a task in gForge for us to fix it up?

view this post on Zulip Axel Biernat (Jan 17 2019 at 15:14):

Sure. Will log it.


Last updated: Apr 12 2022 at 19:14 UTC