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
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 |
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-"
}
]
}