FHIR Chat · The nature of the disease · implementers

Stream: implementers

Topic: The nature of the disease


view this post on Zulip Nata Samarina (Sep 09 2021 at 10:45):

Hello. The task is to store information about the nature of the disease for each diagnosis. For example, the preliminary diagnosis is J06. 9 (ICD-10 reference book) the nature of the disease is "Acute", the final diagnosis is J45. 8 the nature of the disease is "Chronic for the first time in life".
To store the ICD-10 diagnosis code, we use the Condition.code resource. But the question arose where is it better to store the nature of the disease in the Condition resource?

view this post on Zulip Grahame Grieve (Sep 09 2021 at 10:54):

That would be Condition.severity

view this post on Zulip Grahame Grieve (Sep 09 2021 at 10:54):

no sorry. Not that, it would be part of Condition.code - does ICD-10 have a way to do that?

view this post on Zulip Brian Kaney (Oct 04 2021 at 20:16):

I was just looking for the same thing and came across these two related threads - hope this helps:


Last updated: Apr 12 2022 at 19:14 UTC