EvidenceVariable - FHIR Resource (r4)
This EvidenceVariable Resource uses the
FHIR API standard for access and structure.
Validate an EvidenceVariable FHIR Resource (r4)
Resource Attributes
Attribute | Field is list | Type | Description |
---|
approvalDate | false | date | # When the evidence variable was approved by publisher |
author | true | ContactDetail | # Who authored the content |
characteristic | true | Data Type | # What defines the members of the evidence element |
contact | true | ContactDetail | # Contact details for the publisher |
copyright | false | markdown | # Use and/or publishing restrictions |
date | false | dateTime | # Date last changed |
description | false | markdown | # Natural language description of the evidence variable |
editor | true | ContactDetail | # Who edited the content |
effectivePeriod | false | Period | # When the evidence variable is expected to be used |
endorser | true | ContactDetail | # Who endorsed the content |
identifier | true | Identifier | # Additional identifier for the evidence variable |
jurisdiction | true | CodeableConcept | # Intended jurisdiction for evidence variable (if applicable) |
lastReviewDate | false | date | # When the evidence variable was last reviewed |
name | false | string | # C? Name for this evidence variable (computer friendly) |
note | true | Annotation | # Used for footnotes or explanatory notes |
publisher | false | string | # Name of the publisher (organization or individual) |
relatedArtifact | true | RelatedArtifact | # Additional documentation, citations, etc. |
reviewer | true | ContactDetail | # Who reviewed the content |
shortTitle | false | string | # Title for use in informal contexts |
status | false | code | # draft | active | retired | unknown |
subtitle | false | string | # Subordinate title of the EvidenceVariable |
title | false | string | # Name for this evidence variable (human friendly) |
topic | true | CodeableConcept | # The category of the EvidenceVariable, such as Education, Treatment, Assessment, etc. |
type | false | code | # dichotomous | continuous | descriptive |
url | false | uri | # Canonical identifier for this evidence variable, represented as a URI (globally unique) |
useContext | true | UsageContext | # The context that the content is intended to support |
version | false | string | # Business version of the evidence variable |
EvidenceVariable Example
{
"resourceType": "EvidenceVariable",
"id": "example",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">[Put rendering here]</div>"
},
"status": "draft",
"characteristic": [
{
"definitionCodeableConcept": {
"text": "Diabetic patients over 65"
}
}
]
}
EvidenceVariable Structure
{
"resourceType" : "EvidenceVariable",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"url" : "<uri>", // Canonical identifier for this evidence variable, represented as a URI (globally unique)
"identifier" : [{ Identifier }], // Additional identifier for the evidence variable
"version" : "<string>", // Business version of the evidence variable
"name" : "<string>", // C? Name for this evidence variable (computer friendly)
"title" : "<string>", // Name for this evidence variable (human friendly)
"shortTitle" : "<string>", // Title for use in informal contexts
"subtitle" : "<string>", // Subordinate title of the EvidenceVariable
"status" : "<code>", // R! draft | active | retired | unknown
"date" : "<dateTime>", // Date last changed
"publisher" : "<string>", // Name of the publisher (organization or individual)
"contact" : [{ ContactDetail }], // Contact details for the publisher
"description" : "<markdown>", // Natural language description of the evidence variable
"note" : [{ Annotation }], // Used for footnotes or explanatory notes
"useContext" : [{ UsageContext }], // The context that the content is intended to support
"jurisdiction" : [{ CodeableConcept }], // Intended jurisdiction for evidence variable (if applicable)
"copyright" : "<markdown>", // Use and/or publishing restrictions
"approvalDate" : "<date>", // When the evidence variable was approved by publisher
"lastReviewDate" : "<date>", // When the evidence variable was last reviewed
"effectivePeriod" : { Period }, // When the evidence variable is expected to be used
"topic" : [{ CodeableConcept }], // The category of the EvidenceVariable, such as Education, Treatment, Assessment, etc.
"author" : [{ ContactDetail }], // Who authored the content
"editor" : [{ ContactDetail }], // Who edited the content
"reviewer" : [{ ContactDetail }], // Who reviewed the content
"endorser" : [{ ContactDetail }], // Who endorsed the content
"relatedArtifact" : [{ RelatedArtifact }], // Additional documentation, citations, etc.
"type" : "<code>", // dichotomous | continuous | descriptive
"characteristic" : [{ // R! What defines the members of the evidence element
"description" : "<string>", // Natural language description of the characteristic
// definition[x]: What code or expression defines members?. One of these 6:
"definitionReference" : { Reference(Group) },
"definitionCanonical" : { canonical(ActivityDefinition) },
"definitionCodeableConcept" : { CodeableConcept },
"definitionExpression" : { Expression },
"definitionDataRequirement" : { DataRequirement },
"definitionTriggerDefinition" : { TriggerDefinition },
"usageContext" : [{ UsageContext }], // What code/value pairs define members?
"exclude" : <boolean>, // Whether the characteristic includes or excludes members
// participantEffective[x]: What time period do participants cover. One of these 4:
"participantEffectiveDateTime" : "<dateTime>",
"participantEffectivePeriod" : { Period },
"participantEffectiveDuration" : { Duration },
"participantEffectiveTiming" : { Timing },
"timeFromStart" : { Duration }, // Observation time from study start
"groupMeasure" : "<code>" // mean | median | mean-of-mean | mean-of-median | median-of-mean | median-of-median
}]
}
EvidenceVariable Search Parameters
The following search parameters can be used to query EvidenceVariable resources. Just submit them like so:
https://api.1up.health/fhir/r4/EvidenceVariable?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|
composed-of | reference | relatedArtifact.where |
context | text | useContext.value |
context-quantity | quantity | useContext.value |
context-type | text | useContext.code |
context-type-quantity | composite | useContext |
context-type-value | composite | useContext |
date | date | date |
depends-on | reference | relatedArtifact.where |
derived-from | reference | relatedArtifact.where |
description | text | description |
effective | date | effectivePeriod |
identifier | text | identifier |
jurisdiction | text | jurisdiction |
name | text | name |
predecessor | reference | relatedArtifact.where |
publisher | text | publisher |
status | text | status |
successor | reference | relatedArtifact.where |
title | text | title |
topic | text | topic |
url | uri | url |
version | text | version |