FHIR Chat · US Core Condition Profile · argonaut

Stream: argonaut

Topic: US Core Condition Profile


view this post on Zulip SSM (Jul 21 2020 at 06:27):

Hi, In US Core Condition profile, for Condition.code which has a binding value set of US Core Condition Code(extensible), can i map both ICD code and SNOMED CT codes in the same field or only one codeset is allowed?
Also another question is in USCDI guidelines they have only listed the condition(problem) to map with applicable standard as SNOMED CT, not with ICD code (please refer here https://www.healthit.gov/isa/sites/isa/files/2020-03/USCDI-Version1-2020-Final-Standard.pdf) but as in US Core Condition it has allowed both the codeset. So which one will take more precedence and to get compliance with CMS rule. Plz suggest.

view this post on Zulip Michele Mottini (Jul 21 2020 at 13:45):

You can use both SNOMED and ICD (as long as they are codes meaning the same thing of course!). I think SNOMED is better if you can do it

view this post on Zulip SSM (Jul 22 2020 at 18:32):

@Michele Mottini It is confusing for client as why USCDI has only applicable standard as "SNOMED CT" for condition where in US CORE both ICD and SNOMED CT are allowed.

view this post on Zulip SSM (Feb 12 2021 at 03:07):

in our source system, for the same patient, onset date(Date of service) we have multiple ICD codes which needs to be mapped. But as per the condition profile, cardinality of code is 1..1, i am not sure if how can i map multiple ICD codes in this "code" data element? Do we need to show only one ICD per resource? So if there are two ICD codes so there will be two resource ids for the same patient and same date of service with different ICD codes each? Please guide.

view this post on Zulip Eric Haas (Feb 12 2021 at 03:43):

Condition.code is type CodeableConcept. The FHIR specification and US Core provide guidance on Using multiple codes with CodeableConcept Datatype

view this post on Zulip SSM (Feb 12 2021 at 04:32):

so if i map multiple codes in coding under codeableconcept as coding is 0..* cardinality then i will not get fhir validation error for condition.code cardinality 1..1?

view this post on Zulip SSM (Feb 12 2021 at 05:02):

thanks @Eric Haas


Last updated: Apr 12 2022 at 19:14 UTC