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

: Adults with type 2 diabetes - JSON Representation

Raw json | Download

{
  "resourceType" : "Group",
  "id" : "265093",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2024-11-16T19:08:51.020Z",
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/ebm/StructureDefinition/cohort-definition"
    ]
  },
  "text" : {
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">[No data.]</div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-author",
      "valueContactDetail" : {
        "name" : "Sheyu Li"
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/artifact-relatedArtifact",
      "valueRelatedArtifact" : {
        "type" : "cite-as",
        "citation" : "Adults with type 2 diabetes [Database Entry: FHIR Group Resource]. Contributors: Sheyu Li [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 265093. Revised 2024-11-16. Available at: https://fevir.net/resources/Group/265093. Computable resource at: https://fevir.net/resources/Group/265093."
      }
    }
  ],
  "url" : "https://fevir.net/resources/Group/265093",
  "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/265093",
      "assigner" : {
        "display" : "Computable Publishing LLC"
      }
    }
  ],
  "title" : "Adults with type 2 diabetes",
  "status" : "active",
  "publisher" : "Computable Publishing LLC",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "support@computablepublishing.com"
        }
      ]
    }
  ],
  "description" : "An example of CohortDefinition used to support a SystematicReviewEligibilityCriteria example.",
  "copyright" : "https://creativecommons.org/licenses/by-nc-sa/4.0/",
  "type" : "person",
  "membership" : "definitional",
  "combinationMethod" : "all-of",
  "characteristic" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "397669002",
            "display" : "Age"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://meshb.nlm.nih.gov/",
            "code" : "D000328",
            "display" : "Adult"
          }
        ]
      },
      "exclude" : false,
      "description" : "Adult"
    },
    {
      "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" : "Type 2 diabetes"
    }
  ]
}