Clinical Study Protocol
1.0.0-ballot2 - STU 1 Ballot2 International flag

Clinical Study Protocol, published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/vulcan-udp-ig/ and changes regularly. See the Directory of published versions

: IGBJ Research Study with narrative as Single Composition

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "ResearchStudy",
  "id" : "ResearchStudy-Single-Composition-001",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/clinical-study-protocol/StructureDefinition/m11-research-study-profile"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: ResearchStudy ResearchStudy-Single-Composition-001</b></p><a name=\"ResearchStudy-Single-Composition-001\"> </a><a name=\"hcResearchStudy-Single-Composition-001\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-m11-research-study-profile.html\">M11 Research Study Profile</a></p></div><blockquote><p><b>M11 Research Study Extension</b></p><ul><li>versionDate: 2017-10-01</li><li>originalProtocol: <span title=\"Codes:{http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl C218485}\">Protocol Not Amended</span></li></ul></blockquote><p><b>Narrative Elements</b>: <a href=\"Composition-Narrative-Single-Composition.html\">Composition Example Single Narrative- (this is the Composition Title}</a></p><p><b>identifier</b>: Sponsor Identifier/ABC-123</p><p><b>version</b>: (a)</p><p><b>title</b>: Illustration of Assembling Narrative Sections</p><p><b>status</b>: Active</p></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "versionDate",
          "valueDate" : "2017-10-01"
        },
        {
          "url" : "originalProtocol",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
                "code" : "C218485",
                "display" : "Protocol Not Amended"
              }
            ]
          }
        }
      ],
      "url" : "http://hl7.org/fhir/uv/clinical-study-protocol/StructureDefinition/m11-research-study"
    },
    {
      "url" : "http://hl7.org/fhir/uv/clinical-study-protocol/StructureDefinition/narrative-elements",
      "valueReference" : {
        🔗 "reference" : "Composition/Narrative-Single-Composition"
      }
    }
  ],
  "identifier" : [
    {
      "type" : {
        "text" : "Sponsor Identifier"
      },
      "system" : "https://exemplarSponsor.com/sponsor-identifier",
      "value" : "ABC-123"
    }
  ],
  "version" : "(a)",
  "title" : "Illustration of Assembling Narrative Sections",
  "status" : "active"
}