{
  "resourceType" : "Group",
  "id" : "179901",
  "meta" : {
    "versionId" : "7",
    "lastUpdated" : "2025-03-15T20:58:28.763Z",
    "profile" : ["http://hl7.org/fhir/uv/ebm/StructureDefinition/conceptual-cohort-definition"]
  },
  "language" : "en",
  "text" : {
    "status" : "empty",
    "div" : "<div xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\"><p>[No data.]</p></div>"
  },
  "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: Heart failure based on Phenotypes [Database Entry: FHIR Group Resource]. Contributors: Brian S. Alper [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 179901. Revised 2024-11-16. Available at: https://fevir.net/resources/Group/179901. Computable resource at: https://fevir.net/resources/Group/179901#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/179901",
  "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" : "179901",
    "assigner" : {
      "display" : "Computable Publishing LLC"
    }
  }],
  "name" : "ConceptualCohortDefinition_Heart_failure_based_on_Phenotypes",
  "title" : "ConceptualCohortDefinition: Heart failure based on Phenotypes",
  "status" : "active",
  "publisher" : "Computable Publishing LLC",
  "contact" : [{
    "telecom" : [{
      "system" : "email",
      "value" : "support@computablepublishing.com"
    }]
  }],
  "description" : "This example shows how to express a Group defined by meeting either of two phenotype definitions for 'heart failure' where the phenotype definitions are found by URL in a system not using FHIR for phenotype expression. This demonstrates the Group.characteristic.valueUri element.",
  "copyright" : "https://creativecommons.org/licenses/by-nc-sa/4.0/",
  "type" : "person",
  "membership" : "conceptual",
  "combinationMethod" : "any-of",
  "characteristic" : [{
    "code" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "260905004",
        "display" : "Condition"
      }]
    },
    "valueUri" : "https://phenotypes.healthdatagateway.org/phenotypes/PH182/version/364/detail/",
    "exclude" : false,
    "description" : "Heart failure"
  },
  {
    "code" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "260905004",
        "display" : "Condition"
      }]
    },
    "valueUri" : "https://phenotypes.healthdatagateway.org/phenotypes/PH1603/version/3016/detail/",
    "exclude" : false,
    "description" : "Heart failure medication"
  }]
}