FHIR IG Statistics: ValueSet/vs-mean-difference-type
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/statistic-type
Code | Display | Definition |
0000457 | Mean Difference | The mean difference, or difference in means, measures the absolute difference between the mean value in two different groups. |
0000100 | Standardized Mean Difference | Computed by forming the difference between two means, divided by an estimate of the within-group standard deviation. It is used to provide an estimatation of the effect size between two treatments when the predictor (independent variable) is categorical and the response(dependent) variable is continuous. |
Source
{
"resourceType": "ValueSet",
"id": "vs-mean-difference-type",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablevalueset"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
"valueCode": "shareable"
},
{
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
"valueCode": "computable"
},
{
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
"valueCode": "publishable"
},
{
"url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel",
"valueCode": "structured"
}
],
"url": "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-mean-difference-type",
"version": "0.1.1",
"name": "MeanDifferenceType",
"title": "Mean Difference Type",
"status": "draft",
"date": "2022-09-06",
"publisher": "Netzwerk Universitätsmedizin (NUM)",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.netzwerk-universitaetsmedizin.de"
}
]
}
],
"description": "Mean difference types",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/statistic-type",
"concept": [
{
"code": "0000457",
"display": "Mean Difference"
},
{
"code": "0000100",
"display": "Standardized Mean Difference"
}
]
}
]
}
}