FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.ae-research-backport-ig.r4
Resource TypeResearchStudy
IdResearchStudy-BreastCancerTrial.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ResearchStudy

Resource ResearchStudy "BreastCancerTrial"

identifier: id: NCT01234567

title: Breast Cancer Clinical Trial bresentrik study

protocol: : This would reference the PlanDefinition which would contain references to Bresentrik

status: active

primaryPurposeType: Treatment (ResearchStudyPrimaryPurposeType#treatment)

phase: Phase 2/Phase 3 (ResearchStudyPhase#phase-2-phase-3)

category: Interventional research ()

condition: Breast Cancer (SNOMED CT#254837009)

contact: ph: 123-123-1234

description: Eligible participants will be those diagnosed with HER2-positive (IHC 3+ or ISH+), metastatic breast cancer, who have received no prior chemotherapy or HER2-targeted therapy for advanced or metastatic breast cancer. The study aims to evaluate the efficacy, and safety of bresentrik, alone or with pertuzumab, compared with the standard of care treatment (taxane [docetaxel or paclitaxel], trastuzumab and pertuzumab). This study aims to see if bresentrik allows patients to live longer without the cancer getting worse, or simply to live longer, compared to patients receiving standard of care chemotherapy. This study is also looking to see how the treatment and the cancer affects patients' quality of life.

enrollment: : This would be a reference to a Group, use Group.characteristic to define inclusion and exclusion criteria

period: 2021-03-23 --> 2029-03-23

sponsor: : This would be a reference Organization and would be the body legally responsible for the trial

principalInvestigator: : This would be a reference to a Practitioner or PractionerRole

site: : This would be a reference to a Location containing the facility where the trial is taking place

arm

name: Arm A

type: Experimental ()

description: Bresentrik (B) plus pertuzumab-matching placebo

arm

name: Arm B

type: Experimental ()

description: Bresentrik (B) plus pertuzumab

arm

name: Arm C

type: Active Comparator ()

description: Standard of care (Taxane (paclitaxel or docetaxel), trastuzumab, and pertuzumab)


Source1

{
  "resourceType": "ResearchStudy",
  "id": "BreastCancerTrial",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://clinicaltrials.gov/",
      "value": "NCT01234567",
      "assigner": {
        "display": "Allesgut Pharmaceuticals"
      }
    }
  ],
  "title": "Breast Cancer Clinical Trial bresentrik study",
  "protocol": [
    {
      "display": "This would reference the PlanDefinition which would contain references to Bresentrik"
    }
  ],
  "status": "active",
  "primaryPurposeType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/research-study-prim-purp-type",
        "code": "treatment",
        "display": "Treatment"
      }
    ]
  },
  "phase": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/research-study-phase",
        "code": "phase-2-phase-3"
      }
    ]
  },
  "category": [
    {
      "text": "Interventional research"
    }
  ],
  "condition": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "254837009",
          "display": "Breast Cancer"
        }
      ]
    }
  ],
  "contact": [
    {
      "telecom": [
        {
          "system": "phone",
          "value": "123-123-1234"
        }
      ]
    }
  ],
  "description": "Eligible participants will be those diagnosed with HER2-positive (IHC 3+ or ISH+), metastatic breast cancer, who have received no prior chemotherapy or HER2-targeted therapy for advanced or metastatic breast cancer. The study aims to evaluate the efficacy, and safety of bresentrik, alone or with pertuzumab, compared with the standard of care treatment (taxane [docetaxel or paclitaxel], trastuzumab and pertuzumab). This study aims to see if bresentrik allows patients to live longer without the cancer getting worse, or simply to live longer, compared to patients receiving standard of care chemotherapy. This study is also looking to see how the treatment and the cancer affects patients' quality of life.",
  "enrollment": [
    {
      "display": "This would be a reference to a Group, use Group.characteristic to define inclusion and exclusion criteria"
    }
  ],
  "period": {
    "start": "2021-03-23",
    "end": "2029-03-23"
  },
  "sponsor": {
    "display": "This would be a reference Organization and would be the body legally responsible for the trial"
  },
  "principalInvestigator": {
    "display": "This would be a reference to a Practitioner or PractionerRole"
  },
  "site": [
    {
      "display": "This would be a reference to a Location containing the facility where the trial is taking place"
    }
  ],
  "arm": [
    {
      "name": "Arm A",
      "type": {
        "text": "Experimental"
      },
      "description": "Bresentrik (B) plus pertuzumab-matching placebo"
    },
    {
      "name": "Arm B",
      "type": {
        "text": "Experimental"
      },
      "description": "Bresentrik (B) plus pertuzumab"
    },
    {
      "name": "Arm C",
      "type": {
        "text": "Active Comparator"
      },
      "description": "Standard of care (Taxane (paclitaxel or docetaxel), trastuzumab, and pertuzumab)"
    }
  ]
}