Structured Data Capture
3.0.0 - STU 3 International flag

Structured Data Capture, published by HL7 International - FHIR Infrastructure Work Group. This is not an authorized publication; it is the continuous build for version 3.0.0). This version is based on the current content of https://github.com/HL7/sdc/ and changes regularly. See the Directory of published versions

: SDC-Weight and Height Tracking Panel - XML Representation

Page standards status: Draft Maturity Level: 0

Raw xml | Download



<Questionnaire xmlns="http://hl7.org/fhir">
  <id value="questionnaire-sdc-profile-example-weight-height-tracking-panel"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Placeholder</div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/variable">
    <valueExpression>
      <name value="weight"/>
      <language value="text/fhirpath"/>
      <expression
                  value="%resource.item.where(linkId='/29463-7').answer.valueDecimal"/>
    </valueExpression>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/variable">
    <valueExpression>
      <name value="height"/>
      <language value="text/fhirpath"/>
      <expression
                  value="%resource.item.where(linkId='/8302-2').answer.valueDecimal*0.0254"/>
    </valueExpression>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="draft"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="0"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-performerType">
    <valueCode value="Practitioner"/>
  </extension>
  <url
       value="http://hl7.org/fhir/uv/sdc/Questionnaire/questionnaire-sdc-profile-example-weight-height-tracking-panel"/>
  <identifier>
    <system value="http://loinc.org"/>
    <value value="55418-8"/>
  </identifier>
  <version value="3.0.0"/>
  <name value="WeightHeightTrackingPanel"/>
  <title value="Weight &amp; Height tracking panel"/>
  <status value="draft"/>
  <experimental value="true"/>
  <subjectType value="Patient"/>
  <date value="2023-09-21T07:17:21+00:00"/>
  <publisher value="HL7 International - FHIR Infrastructure Work Group"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/Special/committees/fiwg"/>
    </telecom>
  </contact>
  <description
               value="A weight &amp; height panel (from LOINC) with a FHIRPath rule for calculating the BMI."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <purpose
           value="This Questionnaire example was generated to ensure a non-proprietary, publicly available questionnaire that is available to test the Structured Data Capture profiles"/>
  <code>
    <system value="http://loinc.org"/>
    <code value="55418-8"/>
    <display value="Weight and Height tracking panel"/>
  </code>
  <item>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/questionnaire-unit">
      <valueCoding>
        <system value="http://unitsofmeasure.org"/>
        <code value="kg"/>
      </valueCoding>
    </extension>
    <extension
               url="http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-observationLinkPeriod">
      <valueDuration>
        <value value="1"/>
        <unit value="year"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="a"/>
      </valueDuration>
    </extension>
    <linkId value="/29463-7"/>
    <code>
      <system value="http://loinc.org"/>
      <code value="29463-7"/>
      <display value="Weight"/>
    </code>
    <text value="Weight"/>
    <type value="decimal"/>
    <required value="false"/>
  </item>
  <item>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl">
      <valueCodeableConcept>
        <coding>
          <system value="http://hl7.org/fhir/questionnaire-item-control"/>
          <code value="drop-down"/>
          <display value="Drop down"/>
        </coding>
        <text value="Drop down"/>
      </valueCodeableConcept>
    </extension>
    <linkId value="/8352-7"/>
    <code>
      <system value="http://loinc.org"/>
      <code value="8352-7"/>
      <display value="Clothing worn during measure"/>
    </code>
    <text value="Clothing worn during measure"/>
    <type value="choice"/>
    <required value="false"/>
    <answerOption>
      <valueCoding>
        <system value="http://loinc.org"/>
        <code value="LA11871-3"/>
        <display value="Underwear or less"/>
      </valueCoding>
    </answerOption>
    <answerOption>
      <valueCoding>
        <system value="http://loinc.org"/>
        <code value="LA11872-1"/>
        <display value="Street clothes, no shoes"/>
      </valueCoding>
    </answerOption>
    <answerOption>
      <valueCoding>
        <system value="http://loinc.org"/>
        <code value="LA11873-9"/>
        <display value="Street clothes &amp; shoes"/>
      </valueCoding>
    </answerOption>
  </item>
  <item>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/questionnaire-unit">
      <valueCoding>
        <system value="http://unitsofmeasure.org"/>
        <code value="[in_i]"/>
      </valueCoding>
    </extension>
    <extension
               url="http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-observationLinkPeriod">
      <valueDuration>
        <value value="1"/>
        <unit value="year"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="a"/>
      </valueDuration>
    </extension>
    <linkId value="/8302-2"/>
    <code>
      <system value="http://loinc.org"/>
      <code value="8302-2"/>
      <display value="Body height"/>
    </code>
    <text value="Body height"/>
    <type value="decimal"/>
    <required value="false"/>
  </item>
  <item>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/questionnaire-unit">
      <valueCoding>
        <system value="http://unitsofmeasure.org"/>
        <code value="kg/m2"/>
      </valueCoding>
    </extension>
    <extension
               url="http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-calculatedExpression">
      <valueExpression>
        <description value="BMI calculation"/>
        <language value="text/fhirpath"/>
        <expression value="(%weight/(%height.power(2))).round(1)"/>
      </valueExpression>
    </extension>
    <linkId value="/39156-5"/>
    <code>
      <system value="http://loinc.org"/>
      <code value="39156-5"/>
      <display value="BMI"/>
    </code>
    <text value="BMI"/>
    <type value="decimal"/>
    <required value="false"/>
  </item>
  <item>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl">
      <valueCodeableConcept>
        <coding>
          <system value="http://hl7.org/fhir/questionnaire-item-control"/>
          <code value="drop-down"/>
          <display value="Drop down"/>
        </coding>
        <text value="Drop down"/>
      </valueCodeableConcept>
    </extension>
    <linkId value="/8361-8"/>
    <code>
      <system value="http://loinc.org"/>
      <code value="8361-8"/>
      <display value="Bdy position with respect to gravity"/>
    </code>
    <text value="Bdy position with respect to gravity"/>
    <type value="choice"/>
    <required value="false"/>
    <answerOption>
      <valueCoding>
        <system value="http://loinc.org"/>
        <code value="LA11868-9"/>
        <display value="Sitting"/>
      </valueCoding>
    </answerOption>
    <answerOption>
      <valueCoding>
        <system value="http://loinc.org"/>
        <code value="LA11869-7"/>
        <display value="Lying"/>
      </valueCoding>
    </answerOption>
    <answerOption>
      <valueCoding>
        <system value="http://loinc.org"/>
        <code value="LA11870-5"/>
        <display value="Standing"/>
      </valueCoding>
    </answerOption>
  </item>
</Questionnaire>