NCPI FHIR Implementation Guide
0.2.0 - ci-build

NCPI FHIR Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: ncpi-research-study-01 - XML Representation

Raw xml | Download



<ResearchStudy xmlns="http://hl7.org/fhir">
  <id value="ncpi-research-study-01"/>
  <meta>
    <profile
             value="https://nih-ncpi.github.io/ncpi-fhir-ig/StructureDefinition/ncpi-research-study"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: ResearchStudy</b><a name="ncpi-research-study-01"> </a></p><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">Resource ResearchStudy &quot;ncpi-research-study-01&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ncpi-research-study.html">NCPI Research Study</a></p></div><p><b>title</b>: Example research study</p><p><b>status</b>: completed</p><p><b>primaryPurposeType</b>: diagnostic <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> ([not stated]#diagnostic)</span></p><p><b>category</b>: Study Cohort <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-ncpi.html">NCPI FHIR Codes</a>#StudyCohort)</span></p><p><b>enrollment</b>: <a href="Group-ncpi-research-study-01-group-01-main.html">Group/ncpi-research-study-01-group-01-main</a> &quot;Study 01's participants&quot;</p></div>
  </text>
  <title value="Example research study"/>
  <status value="completed"/>
  <primaryPurposeType>
    <coding>
      <code value="diagnostic"/>
    </coding>
  </primaryPurposeType>
  <category>
    <coding>
      <system
              value="https://nih-ncpi.github.io/ncpi-fhir-ig/CodeSystem/ncpi"/>
      <code value="StudyCohort"/>
      <display value="Study Cohort"/>
    </coding>
  </category>
  <enrollment>
    <reference value="Group/ncpi-research-study-01-group-01-main"/>
  </enrollment>
</ResearchStudy>