FHIR Chat · I have a problem to using condition resource for diagnosis · implementers

Stream: implementers

Topic: I have a problem to using condition resource for diagnosis


view this post on Zulip hongxia Tan (Jul 14 2016 at 06:26):

I cann't find the way to define the type of diagnosis (like Admission diagnosis,pathologic diagnosis...),and to identify the primary or secondary diagnosis, and to identify the disease is contagious or not.

view this post on Zulip Grahame Grieve (Jul 14 2016 at 07:06):

whether the diagnosis is primary or secondary is not a property of the diagnosis, but of the context in which you are engaging with the patient - on the encounter, say.

view this post on Zulip Grahame Grieve (Jul 14 2016 at 07:06):

I don't think anyone has raised the issue of contagious before or not

view this post on Zulip hongxia Tan (Jul 14 2016 at 07:55):

but Encounter resource only have Condition resource's references, couldn't find element to identify the primary diagnosis.
Should diagnostic types be defined in Condition? Encounter just defines OutpatientDiagnosis(indication)、admittingDiagnosis and dischargeDiagnosis.

view this post on Zulip Lin Zhang (Jul 14 2016 at 08:18):

You can use loinc codes to encode these observations

view this post on Zulip Lin Zhang (Jul 14 2016 at 08:22):

For example,
LOINC 8651-2 Hospital discharge Dx

view this post on Zulip hongxia Tan (Jul 14 2016 at 09:30):

not the Terminology,I couldn't find the Appropriate element in resources to record diagnosis type

view this post on Zulip Grahame Grieve (Jul 14 2016 at 10:13):

this seems like a China question - didn't we discuss it on teh China stream?

view this post on Zulip Yunwei Wang (Jul 14 2016 at 16:33):

This has been discussed before at: https://chat.fhir.org/#narrow/stream/implementers/subject/Condition%27s.20Priority. The conclusion is to use extension but there is no agreement on whether such extension should be in encounter or condition.

view this post on Zulip Grahame Grieve (Jul 14 2016 at 19:51):

thx Yunwei - has anyone created a task to clarify this? Would be for PA or PC? I feel as though this is falling through the cracks

view this post on Zulip Grahame Grieve (Jul 14 2016 at 19:59):

just found this looking for something else: http://hl7-fhir.github.io/encounter-example-f003-abscess.xml.html

view this post on Zulip Michelle (Moseman) Miller (Sep 01 2016 at 14:42):

GF#10544 has been logged, which is specific to having extension(s) on the Condition (e.g. diagnosis) since the extensions already exist on the Encounter as follows:
http://hl7-fhir.github.io/extension-encounter-primarydiagnosis.html
http://hl7-fhir.github.io/extension-encounter-relatedcondition.html


Last updated: Apr 12 2022 at 19:14 UTC