Evidence Based Medicine on FHIR Implementation Guide
1.0.0-ballot2 - STU 1 ballot International flag

This page is part of the Evidence Based Medicine on FHIR Implementation Guide (v1.0.0-ballot2: STU1 Ballot 2) based on FHIR (HL7® FHIR® Standard) v6.0.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: StudyEligibilityCriteria: Obese patients ≥ 18 years old - XML Representation

Page standards status: Informative

Raw xml | Download


<Group xmlns="http://hl7.org/fhir">
  <id value="171819"/>
  <meta>
    <versionId value="9"/>
    <lastUpdated value="2025-03-15T21:14:28.477Z"/>
    <profile
             value="http://hl7.org/fhir/uv/ebm/StructureDefinition/study-eligibility-criteria"/>
  </meta>
  <text>
    <status value="empty"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>[No data.]</p></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/characteristicExpression">
    <valueExpression>
      <language value="text/cql-expression"/>
      <expression
                  value="(AgeInYears() &gt;= 18) and (Last([Observation: Code '39156-5' from &quot;http://loinc.org&quot;] O sort by effective) &gt;= 30 'kg/m2')"/>
    </valueExpression>
  </extension>
  <extension url="http://hl7.org/fhir/uv/ebm/StructureDefinition/cite-as">
    <valueMarkdown
                   value="StudyEligibilityCriteria: Obese patients ≥ 18 years old [Database Entry: FHIR Group Resource]. Contributors: Joanne Dehnbostel [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 171819. Revised 2023-12-04. Available at: https://fevir.net/resources/Group/171819. Computable resource at: https://fevir.net/resources/Group/171819#json."/>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/artifact-author">
    <valueContactDetail>
      <name value="Joanne Dehnbostel"/>
    </valueContactDetail>
  </extension>
  <url value="https://fevir.net/resources/Group/171819"/>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="ACSN"/>
        <display value="Accession ID"/>
      </coding>
      <text value="FEvIR Object Identifier"/>
    </type>
    <system value="urn:ietf:rfc:3986"/>
    <value value="https://fevir.net/FOI/171819"/>
    <assigner>
      <display value="Computable Publishing LLC"/>
    </assigner>
  </identifier>
  <name value="StudyEligibilityCriteria_Obese_patients_18_years_old"/>
  <title value="StudyEligibilityCriteria: Obese patients ≥ 18 years old"/>
  <status value="active"/>
  <publisher value="Computable Publishing LLC"/>
  <contact>
    <telecom>
      <system value="email"/>
      <value value="support@computablepublishing.com"/>
    </telecom>
  </contact>
  <description value="obese, adult (age ≥18 years old) patients"/>
  <copyright value="https://creativecommons.org/licenses/by-nc-sa/4.0/"/>
  <type value="person"/>
  <membership value="definitional"/>
  <combinationMethod value="all-of"/>
  <characteristic>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="397669002"/>
        <display value="Age"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="18"/>
      <comparator value="&gt;="/>
      <unit value="years"/>
    </valueQuantity>
    <exclude value="false"/>
    <description value="adult (age ≥18 years old)"/>
  </characteristic>
  <characteristic>
    <code>
      <coding>
        <system value="http://loinc.org"/>
        <code value="39156-5"/>
        <display value="Body mass index (BMI) [Ratio]"/>
      </coding>
    </code>
    <valueQuantity>
      <value value="30"/>
      <comparator value="&gt;="/>
      <unit value="kg/m2"/>
    </valueQuantity>
    <exclude value="false"/>
    <description value="obese (Body mass index &gt;= 30 kg/m2)"/>
  </characteristic>
</Group>