Evidence Based Medicine on FHIR Implementation Guide
1.0.0-ballot2 - STU 1 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 1.0.0-ballot2 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

: Sex with intervention - JSON Representation

Raw json | Download

{
  "resourceType" : "Evidence",
  "id" : "298049",
  "meta" : {
    "versionId" : "11",
    "lastUpdated" : "2025-02-13T13:25:47.165Z"
  },
  "text" : {
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>[No data.]</p></div>"
  },
  "url" : "https://fevir.net/resources/Evidence/298049",
  "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/298049",
      "assigner" : {
        "display" : "Computable Publishing LLC"
      }
    }
  ],
  "name" : "Sex_with_intervention",
  "title" : "Sex with intervention",
  "status" : "active",
  "author" : [
    {
      "name" : "Brian S. Alper"
    }
  ],
  "publisher" : "Computable Publishing LLC",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "support@computablepublishing.com"
        }
      ]
    }
  ],
  "copyright" : "https://creativecommons.org/licenses/by-nc-sa/4.0/",
  "relatesTo" : [
    {
      "type" : "part-of",
      "targetReference" : {
        🔗 "reference" : "Composition/307245",
        "type" : "Composition",
        "display" : "PARACHUTE Trial baseline characteristics"
      }
    },
    {
      "type" : "cite-as",
      "targetMarkdown" : "Sex with intervention [Database Entry: FHIR Evidence Resource]. Contributors: Brian S. Alper [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 298049. Revised 2025-02-12. Available at: https://fevir.net/resources/Evidence/298049. Computable resource at: https://fevir.net/resources/Evidence/298049#json."
    }
  ],
  "description" : "Example of Variable Definition for EBMonFHIR IG",
  "variableDefinition" : [
    {
      "variableRole" : "population",
      "observed" : {
        🔗 "reference" : "Group/297487",
        "type" : "Group",
        "display" : "PARACHUTE trial participants assigned parachute"
      }
    },
    {
      "variableRole" : "outcome",
      "observed" : {
        🔗 "reference" : "EvidenceVariable/297728",
        "type" : "EvidenceVariable",
        "display" : "Sex"
      }
    }
  ],
  "statistic" : [
    {
      "description" : "Male 7 of 11 (64%)",
      "statisticType" : {
        "coding" : [
          {
            "system" : "https://fevir.net/sevco",
            "code" : "STATO:0000639",
            "display" : "percentage"
          }
        ]
      },
      "category" : {
        "text" : "Male"
      },
      "quantity" : {
        "value" : 64,
        "unit" : "%"
      },
      "numberAffected" : 7,
      "sampleSize" : {
        "knownDataCount" : 11
      }
    },
    {
      "description" : "Female 4 of 11 (36%)",
      "statisticType" : {
        "coding" : [
          {
            "system" : "https://fevir.net/sevco",
            "code" : "STATO:0000639",
            "display" : "Percentage"
          }
        ]
      },
      "category" : {
        "text" : "Female"
      },
      "quantity" : {
        "value" : 36,
        "unit" : "%"
      },
      "numberAffected" : 4,
      "sampleSize" : {
        "knownDataCount" : 11
      }
    }
  ]
}