FHIR Chat · Do we have any best practice about modelling classificati... · terminology

Stream: terminology

Topic: Do we have any best practice about modelling classificati...


view this post on Zulip Lin Zhang (Nov 04 2020 at 04:53):

Otherwise, there would be many variant models.

view this post on Zulip Michael Lawley (Nov 04 2020 at 05:03):

Your question in the subject has been truncated

view this post on Zulip Lin Zhang (Nov 04 2020 at 05:09):

Oops...
Any best practice about modelling classifications such as ICD?

view this post on Zulip Lin Zhang (Nov 04 2020 at 05:10):

Different modellers might produce different structures.

view this post on Zulip Michael Lawley (Nov 04 2020 at 05:52):

Beyond this? https://www.hl7.org/fhir/icd.html

view this post on Zulip Lin Zhang (Nov 04 2020 at 13:24):

This is a pretty good guidance. More would be better. How to model relationships such as those between "A00" and its "descendants"?

view this post on Zulip Michael Lawley (Nov 04 2020 at 13:51):

That is a parent/child (hierarchy) relationship.
So, you can just nest the codes in the CodeSystem to create the tree structure.
Ontoserver will also let you equivalently just specify it as parent or child property values

view this post on Zulip Lin Zhang (Nov 04 2020 at 16:32):

Agree. Could Ontoserver support to create intensional VS definitions based on both kinds of parent/child relationships? Both kinds are transitive?

view this post on Zulip Michael Lawley (Nov 04 2020 at 22:05):

Yes. To Ontoserver they are indistinguishable (nested codes automatically define the parent/child properties)

view this post on Zulip Lin Zhang (Nov 04 2020 at 23:41):

Wow, interesting:smiley:


Last updated: Apr 12 2022 at 19:14 UTC