XMLWordPrintableJSON

    • Type: Change Request
    • Resolution: Not Persuasive
    • Priority: Medium
    • FHIR Core (FHIR)
    • STU3
    • Financial Mgmt
    • Coverage
    • Hide

      FM has altered the structure based on a prior input as shown in the resource in the ballot to replace 'grouping' with 'class' which closely resembles your Option 2 but uses a string rather then an identifier to hod the value of the 'group' or 'plan' given that it would be a code-like thing but where the system is never expressed.

      Show
      FM has altered the structure based on a prior input as shown in the resource in the ballot to replace 'grouping' with 'class' which closely resembles your Option 2 but uses a string rather then an identifier to hod the value of the 'group' or 'plan' given that it would be a code-like thing but where the system is never expressed.
    • Lou Bedor/Andy Stechishin: 5-0-0
    • Enhancement

      Coverage.grouping is very un FHIR-like. Since these are identifiers use the Identifier datatype mapping the elements as follows:

      Option A:

      grouping.group --> group 0..1 Identifier

      + add new code for 'Payor Group Number' to http://hl7.org/fhir/ValueSet/identifier-type for Idenfiier.type

      grouping.groupDisplay --> Idenfiier.assigner.display

      + add new code for 'Payor SubGroup Number' to http://hl7.org/fhir/ValueSet/identifier-type for Idenfiier.type

      grouping.subgroup --> subgroup 0..1 Identifier

      etc..

      Option B:

      .grouping --> .plan 0..* BackboneElement

      plan.type 1..1 type codeableConcept ( valueset of 'plan', 'group', 'subplan', 'subgroup', etc. and allows for display)

      plan.identifier 1..1 type Identifier ( add code for payor plan number to type)

      e.g., grouping.group --> plan.type.coding.code = "plan" + plan.identifiier.value = [id]

      e.g.,grouping.groupDisplay --> plan.type.text = "Kaiser Bronze Plan"

            Assignee:
            Unassigned
            Reporter:
            Eric Haas
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: