http://terminology.hl7.org/CodeSystem/effect-estimate-type|4.0.1

name
EffectEstimateType
package
hl7.fhir.r4.core@4.0.1
content
complete
status
draft
date
2019-10-31 22:29:23.0

EffectEstimateType

Whether the effect estimate is an absolute effect estimate (absolute difference) or a relative effect estimate (relative difference), and the specific type of effect estimate (eg relative risk or median difference).

POST /CodeSystem/$validate-codedocs

Input

{
  "resourceType" : "Parameters",
  "parameter" : [ {
    "name" : "url",
    "valueUri" : "http://terminology.hl7.org/CodeSystem/effect-estimate-type"
  }, {
    "name" : "version",
    "valueString" : "4.0.1"
  } ]
}