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: Eligibility Criteria for DIBASY Trial - XML Representation

Page standards status: Informative

Raw xml | Download


<Group xmlns="http://hl7.org/fhir">
  <id value="172461"/>
  <meta>
    <versionId value="7"/>
    <lastUpdated value="2025-03-15T21:14:09.031Z"/>
    <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/artifact-author">
    <valueContactDetail>
      <name value="Brian S. Alper"/>
    </valueContactDetail>
  </extension>
  <extension url="http://hl7.org/fhir/uv/ebm/StructureDefinition/cite-as">
    <valueMarkdown
                   value="StudyEligibilityCriteria: Eligibility Criteria for DIBASY Trial [Database Entry: FHIR Group Resource]. Contributors: Brian S. Alper [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 172461. Revised 2024-11-16. Available at: https://fevir.net/resources/Group/172461. Computable resource at: https://fevir.net/resources/Group/172461#json."/>
  </extension>
  <url value="https://fevir.net/resources/Group/172461"/>
  <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/172461"/>
    <assigner>
      <display value="Computable Publishing LLC"/>
    </assigner>
  </identifier>
  <name
        value="StudyEligibilityCriteria_Eligibility_Criteria_for_DIBASY_Trial"/>
  <title
         value="StudyEligibilityCriteria: Eligibility Criteria for DIBASY Trial"/>
  <status value="active"/>
  <publisher value="Computable Publishing LLC"/>
  <contact>
    <telecom>
      <system value="email"/>
      <value value="support@computablepublishing.com"/>
    </telecom>
  </contact>
  <description
               value="Patients aged 30-60 years with a body-mass index of 35 kg/m(2) or more and a history of type 2 diabetes lasting at least 5 years"/>
  <useContext>
    <code>
      <system value="https://fevir.net/resources/CodeSystem/179423"/>
      <code value="evidence-communication"/>
      <display value="Evidence Communication"/>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="https://fevir.net/resources/CodeSystem/179423"/>
        <code value="StudyEligibilityCriteria"/>
        <display value="StudyEligibilityCriteria"/>
      </coding>
    </valueCodeableConcept>
  </useContext>
  <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="64572001"/>
        <display value="Disease (disorder)"/>
      </coding>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="44054006"/>
        <display value="Diabetes mellitus type 2 (disorder)"/>
      </coding>
    </valueCodeableConcept>
    <exclude value="false"/>
    <description value="history of type 2 diabetes lasting at least 5 years"/>
    <durationDuration>
      <value value="5"/>
      <comparator value="&gt;="/>
      <unit value="years"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="a"/>
    </durationDuration>
  </characteristic>
  <characteristic>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="397669002"/>
        <display value="Age"/>
      </coding>
    </code>
    <valueRange>
      <low>
        <value value="30"/>
        <unit value="years"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="a"/>
      </low>
      <high>
        <value value="60"/>
        <unit value="years"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="a"/>
      </high>
    </valueRange>
    <exclude value="false"/>
    <description value="aged 30-60 years"/>
  </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="35"/>
      <comparator value="&gt;="/>
      <unit value="kilogram per square meter"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="kg/m2"/>
    </valueQuantity>
    <exclude value="false"/>
    <description value="body-mass index of 35 kg/m(2) or more"/>
  </characteristic>
</Group>