Universal API Implementation Guide
1.1.20 - ci-build

Universal API Implementation Guide - Local Development build (v1.1.20) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Release 2024 Dec 13

ANNOUNCEMENTS

  • BioOncology Prescriber Service Form (PSF) version M-US-00019768(v3.0)(2024) will be valid until 03/14/2025.
  • Venclexta Prescriber Service Form (PSF) version M-US-00005342(v3.0) will be valid until 03/23/2025.
    • Updated Venclexta PSF includes updated verbiage in terms & conditions and privacy sections; no changes to existing Venclexta questionnaire.



REMOVED

The following Access Solutions/GPF questionnaire has been removed:

Available in Test
Environment
Product linkId Prescriber Form Version
valid until:
Comments
Yes Perjeta
Phesgo
linkId: her2-positive 03/14/2025 Updated BioOncology PSF M-US-00019768(v4.0)(2024) is available in test and production environments



ADDITIONS

The following Access Solutions/GPF questionnaires have been added:

Available in Test
Environment
Product linkId Prescriber Form Version
valid until:
Comments
Yes Alecensa
Avastin
Columvi
Cotellic
Erivedge
Gazyva
Herceptin
Herceptin Hylecta
Kadcyla
Lunsumio
Perjeta
PHESGO
Polivy
Rituxan for Oncology
Rituxan Hycela
Rozlytrek
Tecentriq
Tecentriq Hybreza
Zelboraf
linkId: clinical-trial-participant 03/14/2025 Updated BioOncology PSF M-US-00019768(v4.0)(2024) is available in test and production environments
Yes Herceptin
Herceptin Hylecta
Kadcyla
Perjeta
Phesgo
linkId: her2-status 03/14/2025 Updated BioOncology PSF M-US-00019768(v4.0)(2024) is available in test and production environments



Example: linkId: clinical-trial-participant

{
  "linkId": "<<product>>-clinical-trial-participant",
  "text":"Was the patient a clinical trial participant for this medicine?,",
  "type": "choice",
  "enableWhen": [
    {
      "question": "applied-for-bipa",
      "operator": "=",
      "answerBoolean": true
    },
    {
      "question": "applied-for-copay",
      "operator": "=",
      "answerBoolean": true
    }
  ],
  "enableBehavior": "any",
  "required": false,
  "repeats": false,
  "answerOption": [
    {
      "valueString": "Yes"
    },
    {
      "valueString": "No"
    }
  ]
}


Example: linkId: her2-status

{
  "linkId": "<<product>>-her2-status",
  "text":"HER2 status?",
  "type": "choice",
  "enableWhen": [
    {
      "question": "applied-for-copay",
      "operator": "=",
      "answerBoolean": true
    }
  ],
  "enableBehavior": "all",
  "required": true,
  "repeats": false,
  "answerOption": [
    {
      "valueString": "HER2+"
    },
    {
      "valueString": "HER2-"
    }
  ]
}