FHIR Chat · Procedure modifiers · implementers

Stream: implementers

Topic: Procedure modifiers


view this post on Zulip Peter Bernhardt (Jan 04 2017 at 21:31):

I have a question about how to handle CPT modifier codes in a Procedure. Anyone dealt with this yet? TIA

view this post on Zulip Grahame Grieve (Jan 04 2017 at 22:04):

I can't even talk about that, Peter. Licensing issues that the AMA has declined to help out with

view this post on Zulip Peter Bernhardt (Jan 04 2017 at 22:53):

@Grahame Grieve that's a shame given CPT is in such wide use here in the land of E Pluribus Unum

view this post on Zulip Grahame Grieve (Jan 04 2017 at 22:57):

well, you could let them know. They've promised me a license etc. And we've tried to work with them to get the content at http://build.fhir.org/cpt.html fleshed out

view this post on Zulip Grahame Grieve (Jan 04 2017 at 22:57):

the logical FHIR approach is to just add modifier codes in the code a la

view this post on Zulip Peter Bernhardt (Jan 04 2017 at 22:58):

SNOMED ?

view this post on Zulip Grahame Grieve (Jan 04 2017 at 22:58):

<coding>
    <system value="http://www.ama-assn.org/go/cpt"/>
    <version value="2014"/>
    <code value="31502 [modifier] [modifier]"/>
    <display value="..."/>
  </coding>

view this post on Zulip Grahame Grieve (Jan 04 2017 at 22:58):

but that's the sort of thing we tried to clarify with them and couldn't. Got any leverage with them? anyone...?

view this post on Zulip Peter Bernhardt (Jan 04 2017 at 22:59):

Maybe my outfit does. I'll escalate. I'd expect Cerner and Epic could exert some considerable influence, too. ;)

view this post on Zulip Grahame Grieve (Jan 04 2017 at 23:00):

I dug up an old dead thread and cc:ed you in. Maybe you can chime in and explain why this is a deal. And cc: epic/cerner as fit. And if they don't play ball, we'll shame them in public or something

view this post on Zulip Peter Bernhardt (Jan 04 2017 at 23:01):

thanks ...

view this post on Zulip Jay Lyle (Mar 02 2018 at 14:35):

any movement on this?

view this post on Zulip Grahame Grieve (Mar 02 2018 at 20:13):

no it's languishing in my inbox right now. It's me that needs shaming... but I'm shame proof till next week

view this post on Zulip Michelle (Moseman) Miller (Mar 05 2018 at 22:35):

For whatever it is worth, we do care :) We have procedure modifiers, but we are not currently exposing them via FHIR, which raises all kinds of questions about how to interpret Procedure.status = completed correctly when the modifier implies that the procedure was aborted or not-done...

view this post on Zulip Rob Hausam (Mar 09 2018 at 21:12):

I think we will want to treat these as a de facto compositional syntax (likely using codes separated with spaces), as Grahame described before. This would be similar to what we had said for ICD, but there based on some further feedback we're going to expand on that a bit (by Sunday) to add the possibility of including the additional symbols when required. I don't think we'll need to worry about anything more complex for CPT (unless something has changed which I'm not aware of, which I don't think is likely).


Last updated: Apr 12 2022 at 19:14 UTC