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

: ConceptualCohortDefinition: Heart failure based on Phenotypes - JSON Representation

Raw json | Download

{
  "resourceType" : "Group",
  "id" : "179901",
  "meta" : {
    "versionId" : "6",
    "lastUpdated" : "2024-11-16T19:37:16.398Z",
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/ebm/StructureDefinition/conceptual-cohort-definition"
    ]
  },
  "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-author",
      "valueContactDetail" : {
        "name" : "Brian S. Alper"
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-relatedArtifact",
      "valueRelatedArtifact" : {
        "type" : "cite-as",
        "citation" : "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."
      }
    }
  ],
  "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" : "urn:ietf:rfc:3986",
      "value" : "https://fevir.net/FOI/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"
    }
  ]
}