FHIR JSON
{
"resourceType" : "Evidence",
"status" : "active",
"title" : "Treatment Evidence Test",
"description" : "Evidence resource for treatment arm.",
"variableDefinition" : [ {
"description" : "Treatment outcome variable"
} ],
"statistic" : [ {
"description" : "Treatment efficacy statistic",
"sampleSize" : {
"numberOfParticipants" : 100
},
"numberAffected" : 60
} ],
"id" : "14"
}