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

FHIR IG analytics

Packagehl7.fhir.us.sirb.r4b
Resource TypeResearchStudy
IdResearchStudy-ResearchStudyExample-sIRB.json
FHIR VersionR4B

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 "ResearchStudyExample-sIRB" Version "2" Updated "2021-07-28 19:08:33+0000"

identifier: The Questionnaire Response ID for the associated Initiate a Study FHIR Questionnaire Response: initiate-study-populate-exampleQR (use: USUAL), IRB Study Protocol Number assigned by the research study management database of the lead institution: PRO098765 (use: USUAL)

title: A clinical study of the efficacy of Drug A for arthritis

protocol:

identifier: id: PRO098765 (use: USUAL)

name: PlanDefInitiateStudyPopulateExampleQR

status: draft

status: in-review

category: Interventional Study (ncimeta.nci.nih.gov#C98388)

keyword: Gov-123456 (www.protocols.examplenationalgovernmentfunder.org#Gov-123456)

principalInvestigator:

name: Jane Doe, MD(OFFICIAL)


Generated Narrative: PlanDefinition #plandefinition-initiate-study-populate-exampleQR

identifier: id: PRO098765 (use: USUAL)

name: PlanDefInitiateStudyPopulateExampleQR

status: draft


Generated Narrative: Practitioner #practitioner-initiate-study-populate-exampleQR

name: Jane Doe, MD(OFFICIAL)


Source1

{
  "resourceType": "ResearchStudy",
  "id": "ResearchStudyExample-sIRB",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2021-07-28T19:08:33.805+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "PlanDefinition",
      "id": "plandefinition-initiate-study-populate-exampleQR",
      "identifier": [
        {
          "use": "usual",
          "system": "https://www.examplestudymanagementdb.org",
          "value": "PRO098765"
        }
      ],
      "name": "PlanDefInitiateStudyPopulateExampleQR",
      "status": "draft"
    },
    {
      "resourceType": "Practitioner",
      "id": "practitioner-initiate-study-populate-exampleQR",
      "name": [
        {
          "use": "official",
          "text": "Jane Doe, MD",
          "family": "Doe",
          "given": [
            "Jane"
          ],
          "suffix": [
            "MD"
          ]
        }
      ]
    }
  ],
  "identifier": [
    {
      "use": "usual",
      "type": {
        "text": "The Questionnaire Response ID for the associated Initiate a Study FHIR Questionnaire Response"
      },
      "system": "https://hl7.org/fhir/us/sirb/QuestionnaireResponse",
      "value": "initiate-study-populate-exampleQR"
    },
    {
      "use": "usual",
      "type": {
        "text": "IRB Study Protocol Number assigned by the research study management database of the lead institution"
      },
      "value": "PRO098765",
      "assigner": {
        "display": "Sample University Medical Center"
      }
    }
  ],
  "title": "A clinical study of the efficacy of Drug A for arthritis",
  "protocol": [
    {
      "reference": "#plandefinition-initiate-study-populate-exampleQR"
    }
  ],
  "status": "in-review",
  "category": [
    {
      "coding": [
        {
          "system": "http://ncimeta.nci.nih.gov",
          "code": "C98388",
          "display": "Interventional Study"
        }
      ]
    }
  ],
  "keyword": [
    {
      "coding": [
        {
          "system": "https://www.protocols.examplenationalgovernmentfunder.org",
          "code": "Gov-123456"
        }
      ],
      "text": "Gov-123456"
    }
  ],
  "principalInvestigator": {
    "reference": "#practitioner-initiate-study-populate-exampleQR"
  }
}