FHIR Chat · ServiceTypeValueset · implementers

Stream: implementers

Topic: ServiceTypeValueset


view this post on Zulip Mounika (Nov 06 2018 at 13:25):

Hi all,
We need to create a valueset which includes CPT codes, display, Service type ID, SUb service type ID, Key components, History level, Exam level, Decision level, Age low, Age high, Time low and Time high. Can anyone suggest me how to create the valueset?
Thank you.

view this post on Zulip Lloyd McKenzie (Nov 06 2018 at 14:06):

CPT is a code system. What other code systems are you planning to draw from for the other observation types you've identified? (Also, this particular combination of elements seems a little odd - what FHIR element are you planning to bind the value set to?)

view this post on Zulip Robert McClure (Nov 07 2018 at 17:54):

That sounds like lots of value sets for lots of uses, not one value set.

view this post on Zulip Mounika (Nov 08 2018 at 05:18):

@Lloyd McKenzie Those are actually Evaluation & Management codes which were taken from CPT code system. We are trying to bind these to Encounter.serviceType

view this post on Zulip Yunwei Wang (Nov 08 2018 at 14:52):

Agree with @Robert McClure This need several valuesets. One for each of the required item.

view this post on Zulip Mounika (Nov 09 2018 at 11:45):

We have sub components (sub service) which includes code (id) and display.
We have other components (service) which have includes code (id) and display.
we need to tell sub component parent value which were stored in component (service).
we have another valueset which includes E-M codes then again we need to link these two. We may have multiple parents.
How to link these?
Can anyone help me.

view this post on Zulip Lloyd McKenzie (Nov 09 2018 at 12:05):

What I think I'm hearing is: You have a record that defines what a particular service involves. That record defines a code for the overall service and then (potentially) a number of sub-services that can occur within that overall service. Is that accurate? If so, you might look at PlanDefinition.

view this post on Zulip Mounika (Nov 14 2018 at 11:54):

Thank you @Lloyd McKenzie Can you give me any example for that.

view this post on Zulip Lloyd McKenzie (Nov 14 2018 at 12:16):

There are examples of PlanDefinition in the spec, including some where you have actions with child actions, which is what would be relevant here


Last updated: Apr 12 2022 at 19:14 UTC