FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.clinical-study-protocol
Resource TypeGroup
IdGroup-DIBASY-Eligibility.json
FHIR VersionR6

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Group DIBASY-Eligibility

Language: en

identifier: Filler Identifier/172461

name: DIBASY Eligibility Criteria

title: StudyEligibilityCriteria: Eligibility Criteria for DIBASY Trial

status: Active

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

type: Person

membership: Definitional

combinationMethod: All of

characteristic

code: Disease (disorder)

value: Diabetes mellitus type 2 (disorder)

exclude: false

description:

history of type 2 diabetes lasting at least 5 years

duration: No display for Duration (value: 5; comparator: >=; unit: years; system: http://unitsofmeasure.org; code: a)

characteristic

code: Age

value: 30-60 years

exclude: false

description:

aged 30-60 years

characteristic

code: Body mass index (BMI) [Ratio]

value: >=35 kilogram per square meter (Details: UCUM codekg/m2 = 'kg/m2')

exclude: false

description:

body-mass index of 35 kg/m(2) or more


Source1

{
  "resourceType": "Group",
  "id": "DIBASY-Eligibility",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "FILL",
            "display": "Filler Identifier"
          }
        ]
      },
      "system": "https://example.org/ID-EligibilityCriteria",
      "value": "172461"
    }
  ],
  "name": "DIBASY Eligibility Criteria",
  "title": "StudyEligibilityCriteria: Eligibility Criteria for DIBASY Trial",
  "status": "active",
  "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",
  "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"
    }
  ]
}