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 Study Data Dictionary Variable bmi - XML Representation

Raw xml | Download



<ObservationDefinition xmlns="http://hl7.org/fhir">
  <id value="example-study-data-dictionary-variable-1-4"/>
  <meta>
    <profile
             value="https://nih-ncpi.github.io/ncpi-fhir-ig/StructureDefinition/study-data-dictionary-variable"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: ObservationDefinition</b><a name="example-study-data-dictionary-variable-1-4"> </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 ObservationDefinition &quot;example-study-data-dictionary-variable-1-4&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-study-data-dictionary-variable.html">NCPI Study Data Dictionary Data Variable</a></p></div><p><b>code</b>: Subject's BMI, Measured at Enrollment <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-example-study-data-dictionary-datatable-codesystem-1.html">Datatable CodeSystem (lists all variables)</a>#bmi)</span></p><p><b>permittedDataType</b>: Quantity</p><h3>QuantitativeDetails</h3><table class="grid"><tr><td>-</td><td><b>Unit</b></td></tr><tr><td>*</td><td>kg/m2 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://ucum.org">UCUM</a>#kg/m2)</span></td></tr></table></div>
  </text>
  <code>
    <coding>
      <system
              value="https://nih-ncpi.github.io/ncpi-fhir-ig/CodeSystem/example-study-data-dictionary-datatable-codesystem-1"/>
      <code value="bmi"/>
    </coding>
  </code>
  <permittedDataType value="Quantity"/>
  <quantitativeDetails>
    <unit>
      <coding>
        <system value="http://unitsofmeasure.org"/>
        <code value="kg/m2"/>
      </coding>
    </unit>
  </quantitativeDetails>
</ObservationDefinition>