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 - JSON Representation

Page standards status: Informative

Raw json | Download

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