Evidence Based Medicine on FHIR Implementation Guide
1.0.0-ballot2 - STU 1 ballot International flag

This page is part of the Evidence Based Medicine on FHIR Implementation Guide (v1.0.0-ballot2: STU1 Ballot 2) based on FHIR (HL7® FHIR® Standard) v6.0.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: OutcomeDefinition: Mortality at 14 days - JSON Representation

Raw json | Download

{
  "resourceType" : "Group",
  "id" : "291368",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2025-03-15T21:10:12.076Z",
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/ebm/StructureDefinition/outcome-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/uv/ebm/StructureDefinition/cite-as",
      "valueMarkdown" : "OutcomeDefinition: Mortality at 14 days [Database Entry: FHIR Group Resource]. Contributors: Brian S. Alper [Authors/Creators]. In: Fast Evidence Interoperability Resources (FEvIR) Platform, FOI 291368. Revised 2024-11-16. Available at: https://fevir.net/resources/Group/291368. Computable resource at: https://fevir.net/resources/Group/291368#json."
    }
  ],
  "url" : "https://fevir.net/resources/Group/291368",
  "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/291368",
      "assigner" : {
        "display" : "Computable Publishing LLC"
      }
    }
  ],
  "name" : "An_example_of_OutcomeDefinition_Profile_which_is_a_conceptual_group_used_to_provided_a_definition_for_an_EvidenceVariable",
  "title" : "OutcomeDefinition: Mortality at 14 days",
  "status" : "active",
  "publisher" : "Computable Publishing LLC",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "email",
          "value" : "support@computablepublishing.com"
        }
      ]
    }
  ],
  "description" : "This Group Resource is referenced in an example for the EBMonFHIR Implementation Guide.",
  "copyright" : "https://creativecommons.org/licenses/by-nc-sa/4.0/",
  "membership" : "conceptual",
  "characteristic" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "260905004",
            "display" : "Condition"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "419099009",
            "display" : "Dead"
          }
        ]
      },
      "exclude" : false,
      "description" : "Dead 14 days after study start",
      "timing" : [
        {
          "contextCode" : {
            "text" : "initiation of study"
          },
          "offsetDuration" : {
            "value" : 14,
            "unit" : "days",
            "system" : "http://unitsofmeasure.org",
            "code" : "d"
          },
          "text" : "14 days after study start"
        }
      ]
    }
  ]
}