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

FHIR IG analytics

Packagehl7.fhir.uv.ebm
Resource TypeResearchStudy
IdResearchStudy-586129.json
FHIR VersionR6

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 586129

version: 4; Last updated: 2026-07-30 12:54:53+0000

Profile: ResearchStudySite

ArtifactPublicationStatus: Active

Artifact Author: Brian S. Alper, MD, MSPH:

url: https://fevir.net/resources/ResearchStudy/586129

identifier: FEvIR Object Identifier/586129

title: Example of a ResearchStudySite

partOf: Testing the Combination of the Anti-cancer Drugs ZEN003694 (ZEN-3694) and Talazoparib in Patients With Advanced Solid Tumors, The ComBET Trial

citeAs:

Example of a ResearchStudySite [Database Entry: FHIR ResearchStudy Resource]. Contributors: Brian S. Alper, MD, MSPH [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 586129. Revised 2026-07-30. Available at: https://fevir.net/resources/ResearchStudy/586129. Computable resource at: https://fevir.net/resources/ResearchStudy/586129#json.

status: Active

description:

This is an example of a ResearchStudySite Profile in the EBMonFHIR IG. The ResearchStudySite.partOf references the parent research study, and the ResearchStudySite Profile is mainly used for data that is site-specific, such as recruiting status.

site: Location City of Hope Comprehensive Cancer Center

ProgressStatuses

-State
*Recruiting

Generated Narrative: Location #NCT05327010-Location-0

name: City of Hope Comprehensive Cancer Center

Contacts

-PurposeNameTelecom
*General contactSite Public Contactph: 800-826-4673, becomingapatient@coh.org
*Principal investigatorIrene M. Kang

address: Duarte California 91010 United States

Positions

-LongitudeLatitude
*-117.9772934.13945

Source1

{
  "resourceType": "ResearchStudy",
  "id": "586129",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2026-07-30T12:54:53.701Z",
    "profile": [
      "http://hl7.org/fhir/uv/ebm/StructureDefinition/research-study-site"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Location",
      "id": "NCT05327010-Location-0",
      "name": "City of Hope Comprehensive Cancer Center",
      "contact": [
        {
          "purpose": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/research-study-party-role",
                "code": "general-contact",
                "display": "General contact"
              }
            ]
          },
          "name": [
            {
              "text": "Site Public Contact"
            }
          ],
          "telecom": [
            {
              "system": "phone",
              "value": "800-826-4673"
            },
            {
              "system": "email",
              "value": "becomingapatient@coh.org"
            }
          ]
        },
        {
          "purpose": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/research-study-party-role",
                "code": "primary-investigator",
                "display": "Principal investigator"
              }
            ]
          },
          "name": [
            {
              "text": "Irene M. Kang"
            }
          ]
        }
      ],
      "address": {
        "city": "Duarte",
        "state": "California",
        "postalCode": "91010",
        "country": "United States"
      },
      "position": {
        "longitude": -117.97729,
        "latitude": 34.13945
      }
    }
  ],
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/ebm/StructureDefinition/artifact-publication-status",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/cited-artifact-status-type",
            "code": "active",
            "display": "Active"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/artifact-author",
      "valueContactDetail": {
        "name": "Brian S. Alper, MD, MSPH"
      }
    }
  ],
  "url": "https://fevir.net/resources/ResearchStudy/586129",
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "ACSN",
            "display": "Accession ID"
          }
        ],
        "text": "FEvIR Object Identifier"
      },
      "system": "https://fevir.net/FOI",
      "value": "586129",
      "assigner": {
        "display": "Computable Publishing LLC"
      }
    }
  ],
  "title": "Example of a ResearchStudySite",
  "partOf": [
    {
      "reference": "ResearchStudy/583768",
      "type": "ResearchStudy",
      "display": "Testing the Combination of the Anti-cancer Drugs ZEN003694 (ZEN-3694) and Talazoparib in Patients With Advanced Solid Tumors, The ComBET Trial"
    }
  ],
  "citeAs": "Example of a ResearchStudySite [Database Entry: FHIR ResearchStudy Resource]. Contributors: Brian S. Alper, MD, MSPH [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 586129. Revised 2026-07-30. Available at: https://fevir.net/resources/ResearchStudy/586129. Computable resource at: https://fevir.net/resources/ResearchStudy/586129#json.",
  "status": "active",
  "description": "This is an example of a ResearchStudySite Profile in the EBMonFHIR IG. The ResearchStudySite.partOf references the parent research study, and the ResearchStudySite Profile is mainly used for data that is site-specific, such as recruiting status.",
  "site": [
    {
      "reference": "#NCT05327010-Location-0",
      "type": "Location"
    }
  ],
  "progressStatus": [
    {
      "state": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/research-study-status",
            "code": "recruiting",
            "display": "Recruiting"
          }
        ]
      }
    }
  ]
}