Stream: implementers
Topic: The nature of the disease
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?
Grahame Grieve (Sep 09 2021 at 10:54):
That would be Condition.severity
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?
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:
- https://chat.fhir.org/#narrow/stream/179166-implementers/topic/Condition.20Chronicity
- https://chat.fhir.org/#narrow/stream/179166-implementers/topic/Condition.20Resource.20-.20Past.20Medical.20History
Last updated: Apr 12 2022 at 19:14 UTC