FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.netzwerk-universitaetsmedizin.ebm-cpg
Resource TypeEvidenceVariable
IdEvidenceVariable-ExampleOutcome.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: EvidenceVariable ExampleOutcome

url: EvidenceVariable Mortality

identifier: https://www.ceosys.de/outcome-example

name: Mortality

status: Active

date: 2025-03-04 10:04:34+0000

characteristic

exclude: false

DefinitionByTypeAndValues

-TypeValue[x]
*Mortality rate (observable entity) percent (Details: UCUM code% = '%')

handling: dichotomous variable


Source1

{
  "resourceType": "EvidenceVariable",
  "id": "ExampleOutcome",
  "meta": {
    "profile": [
      "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/outcome-definition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/EvidenceVariable/ExampleOutcome",
  "identifier": [
    {
      "system": "https://www.ceosys.de",
      "value": "outcome-example"
    }
  ],
  "name": "Mortality",
  "status": "active",
  "date": "2025-03-04T10:04:34+00:00",
  "characteristic": [
    {
      "exclude": false,
      "definitionByTypeAndValue": {
        "type": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "409651001",
              "display": "Mortality rate (observable entity)"
            }
          ]
        },
        "valueQuantity": {
          "unit": "percent",
          "system": "http://unitsofmeasure.org",
          "code": "%"
        }
      }
    }
  ],
  "handling": "dichotomous"
}