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

FHIR IG analytics

Packagehl7.fhir.uv.ebm
Resource TypeGroup
IdGroup-172460.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

[No data.]


Source1

{
  "resourceType": "Group",
  "id": "172460",
  "meta": {
    "versionId": "9",
    "lastUpdated": "2025-03-15T20:53:58.683Z",
    "profile": [
      "http://hl7.org/fhir/uv/ebm/StructureDefinition/conceptual-comparator-definition"
    ]
  },
  "language": "en",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/artifact-author",
      "valueContactDetail": {
        "name": "Brian S. Alper"
      }
    },
    {
      "url": "http://hl7.org/fhir/uv/ebm/StructureDefinition/cite-as",
      "valueMarkdown": "ComparatorDefinition: Obese patients ≥ 18 years old without bariatric surgery [Database Entry: FHIR Group Resource]. Contributors: Brian S. Alper [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 172460. Revised 2025-03-03. Available at: https://fevir.net/resources/Group/172460. Computable resource at: https://fevir.net/resources/Group/172460#json."
    },
    {
      "url": "http://hl7.org/fhir/uv/ebm/StructureDefinition/artifact-publication-status",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/cited-artifact-status-type",
            "code": "active",
            "display": "Active"
          }
        ]
      }
    }
  ],
  "url": "https://fevir.net/resources/Group/172460",
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "ACSN",
            "display": "Accession ID"
          }
        ],
        "text": "FEvIR Object Identifier"
      },
      "system": "https://fevir.net/FOI",
      "value": "172460",
      "assigner": {
        "display": "Computable Publishing LLC"
      }
    }
  ],
  "name": "ComparatorDefinition_Obese_patients_18_years_old_without_bariatric_surgery",
  "title": "ComparatorDefinition: Obese patients ≥ 18 years old without bariatric surgery",
  "status": "active",
  "publisher": "Computable Publishing LLC",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "support@computablepublishing.com"
        }
      ]
    }
  ],
  "description": "This example of a ComparatorDefinition Profile expresses the definition of a group by the combination of meeting both (all of) two characteristics by using the 'all-of' code in the combinationMethod element. Each of the two characteristics in this example are defined by reference to another Group Resource, so the characteristic.code element has a value of text:'Defined by Reference' and uses a valueReference element.",
  "copyright": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
  "type": "person",
  "membership": "conceptual",
  "combinationMethod": "all-of",
  "characteristic": [
    {
      "code": {
        "text": "Defined by Reference"
      },
      "valueReference": {
        "reference": "Group/171819",
        "type": "Group",
        "display": "StudyEligibilityCriteria: Obese patients ≥ 18 years old"
      },
      "exclude": false,
      "description": "obese adult"
    },
    {
      "code": {
        "text": "Defined by Reference"
      },
      "valueReference": {
        "reference": "Group/172424",
        "type": "Group",
        "display": "ComparatorDefinition: NOT Bariatric Surgery (RYGB, VSG, LAGB, BPD)"
      },
      "exclude": false,
      "description": "no bariatric surgery"
    }
  ]
}