Evidence Based Medicine on FHIR Implementation Guide
2.0.0-ballot - ballot International flag

Evidence Based Medicine on FHIR Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ebm/ and changes regularly. See the Directory of published versions

: StudyEligibilityCriteria: Eligibility Criteria for DIBASY Trial - JSON Representation

Raw json | Download

{
  "resourceType" : "Group",
  "id" : "172461",
  "meta" : {
    "versionId" : "6",
    "lastUpdated" : "2024-11-16T20:02:34.585Z",
    "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/artifact-relatedArtifact",
      "valueRelatedArtifact" : {
        "type" : "cite-as",
        "citation" : "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 2023-12-04. Available at: https://fevir.net/resources/Group/172461. Computable resource at: https://fevir.net/resources/Group/172461."
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-author",
      "valueContactDetail" : {
        "name" : "Brian S. Alper"
      }
    }
  ],
  "url" : "https://fevir.net/resources/Group/172461",
  "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/172461",
      "assigner" : {
        "display" : "Computable Publishing LLC"
      }
    }
  ],
  "name" : "StudyEligibilityCriteria_Eligibility_Criteria_for_DIBASY_Trial",
  "title" : "StudyEligibilityCriteria: Eligibility Criteria for DIBASY Trial",
  "status" : "active",
  "publisher" : "Computable Publishing LLC",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "support@computablepublishing.com"
        }
      ]
    }
  ],
  "description" : "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" : "https://fevir.net/resources/CodeSystem/179423",
        "code" : "evidence-communication",
        "display" : "Evidence Communication"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fevir.net/resources/CodeSystem/179423",
            "code" : "StudyEligibilityCriteria",
            "display" : "StudyEligibilityCriteria"
          }
        ]
      }
    }
  ],
  "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" : "64572001",
            "display" : "Disease (disorder)"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "44054006",
            "display" : "Diabetes mellitus type 2 (disorder)"
          }
        ]
      },
      "exclude" : false,
      "description" : "history of type 2 diabetes lasting at least 5 years",
      "durationDuration" : {
        "value" : 5,
        "comparator" : ">=",
        "unit" : "years",
        "system" : "http://unitsofmeasure.org",
        "code" : "a"
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "397669002",
            "display" : "Age"
          }
        ]
      },
      "valueRange" : {
        "low" : {
          "value" : 30,
          "unit" : "years",
          "system" : "http://unitsofmeasure.org",
          "code" : "a"
        },
        "high" : {
          "value" : 60,
          "unit" : "years",
          "system" : "http://unitsofmeasure.org",
          "code" : "a"
        }
      },
      "exclude" : false,
      "description" : "aged 30-60 years"
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "39156-5",
            "display" : "Body mass index (BMI) [Ratio]"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 35,
        "comparator" : ">=",
        "unit" : "kilogram per square meter",
        "system" : "http://unitsofmeasure.org",
        "code" : "kg/m2"
      },
      "exclude" : false,
      "description" : "body-mass index of 35 kg/m(2) or more"
    }
  ]
}