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

FHIR IG analytics

Packagehl7.fhir.uv.ebm
Resource TypeGroup
IdGroup-179902.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": "179902",
  "meta": {
    "versionId": "5",
    "lastUpdated": "2025-03-15T20:55:16.589Z",
    "profile": [
      "http://hl7.org/fhir/uv/ebm/StructureDefinition/conceptual-cohort-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": "ConceptualCohortDefinition: At least 2 risk factors for stroke [Database Entry: FHIR Group Resource]. Contributors: Brian S. Alper [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 179902. Revised 2024-11-16. Available at: https://fevir.net/resources/Group/179902. Computable resource at: https://fevir.net/resources/Group/179902#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/179902",
  "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": "179902",
      "assigner": {
        "display": "Computable Publishing LLC"
      }
    }
  ],
  "name": "ConceptualCohortDefinition_At_least_2_risk_factors_for_stroke",
  "title": "ConceptualCohortDefinition: At least 2 risk factors for stroke",
  "status": "active",
  "publisher": "Computable Publishing LLC",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "support@computablepublishing.com"
        }
      ]
    }
  ],
  "description": "This example shows used of combinationMethod (at-least) and combinationThreshold (2) to express at least 2 of a set of characteristics.",
  "copyright": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
  "membership": "conceptual",
  "combinationMethod": "at-least",
  "combinationThreshold": 2,
  "characteristic": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "64572001",
            "display": "Disease (disorder)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "38341003",
            "display": "Hypertensive disorder"
          }
        ]
      },
      "exclude": false,
      "description": "Hypertension"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "64572001",
            "display": "Disease (disorder)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "53741008",
            "display": "Coronary artery disease"
          }
        ]
      },
      "exclude": false,
      "description": "Coronary artery disease"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "64572001",
            "display": "Disease (disorder)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "73211009",
            "display": "Diabetes mellitus"
          }
        ]
      },
      "exclude": false,
      "description": "Diabetes"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "64572001",
            "display": "Disease (disorder)"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "49436004",
            "display": "Atrial fibrillation"
          }
        ]
      },
      "exclude": false,
      "description": "Atrial fibrillation"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "72166-2",
            "display": "Tobacco smoking status"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "LA18978-9",
            "display": "Never smoker"
          }
        ]
      },
      "exclude": true,
      "description": "Smoker (by excluding Never smoker)"
    }
  ]
}