FHIR IG analytics| Package | hl7.fhir.us.sirb |
| Resource Type | ResearchStudy |
| Id | ResearchStudy-ResearchStudyExample-sIRB.json |
| FHIR Version | R4 |
No resources found
No resources found
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
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)
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)
{
"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"
}
}