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

: Example Variable Summary with categories (gender) - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="example-study-summary-gender"/>
  <meta>
    <profile
             value="https://nih-ncpi.github.io/ncpi-fhir-ig/StructureDefinition/study-variable-summary"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Observation</b><a name="example-study-summary-gender"> </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 Observation &quot;example-study-summary-gender&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-study-variable-summary.html">Study Variable Summary</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Summary Report <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (umls#C0242482)</span></p><p><b>subject</b>: <a href="Group-example-summary-group-1.html">Group/example-summary-group-1</a></p><p><b>focus</b>: <a href="ResearchStudy-ncpi-research-study-01.html">ResearchStudy/ncpi-research-study-01</a></p><p><b>value</b>: Gender <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (umls#C0079399; <a href="CodeSystem-example-study-data-dictionary-datatable-codesystem-1.html">Datatable CodeSystem (lists all variables)</a>#gender)</span></p><blockquote><p><b>component</b></p><p><b>code</b>: Female <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://hl7.org/fhir/R4/codesystem-administrative-gender.html">AdministrativeGender</a>#female)</span></p><p><b>value</b>: 205</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Male <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://hl7.org/fhir/R4/codesystem-administrative-gender.html">AdministrativeGender</a>#male)</span></p><p><b>value</b>: 183</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Missing <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (umls#C1705492)</span></p><p><b>value</b>: 12</p></blockquote></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="https://uts.nlm.nih.gov/uts/umls"/>
      <code value="C0242482"/>
      <display value="Summary Report"/>
    </coding>
  </code>
  <subject>
    <reference value="Group/example-summary-group-1"/>
  </subject>
  <focus>
    <reference value="ResearchStudy/ncpi-research-study-01"/>
  </focus>
  <valueCodeableConcept>
    <coding>
      <system value="https://uts.nlm.nih.gov/uts/umls"/>
      <code value="C0079399"/>
      <display value="Gender"/>
    </coding>
    <coding>
      <system
              value="https://nih-ncpi.github.io/ncpi-fhir-ig/CodeSystem/example-study-data-dictionary-datatable-codesystem-1"/>
      <code value="gender"/>
    </coding>
  </valueCodeableConcept>
  <component>
    <code>
      <coding>
        <system value="http://hl7.org/fhir/administrative-gender"/>
        <code value="female"/>
      </coding>
    </code>
    <valueInteger value="205"/>
  </component>
  <component>
    <code>
      <coding>
        <system value="http://hl7.org/fhir/administrative-gender"/>
        <code value="male"/>
      </coding>
    </code>
    <valueInteger value="183"/>
  </component>
  <component>
    <code>
      <coding>
        <system value="https://uts.nlm.nih.gov/uts/umls"/>
        <code value="C1705492"/>
        <display value="Missing"/>
      </coding>
    </code>
    <valueInteger value="12"/>
  </component>
</Observation>