EvidenceVariable
The EvidenceVariable resource describes an element that knowledge (Evidence) is about.
Endpoints
dev
https://api.sandbox.ovok.com/fhir/R5/EvidenceVariable| Interaction | Method | Path |
|---|---|---|
| Read | GET | /fhir/R5/EvidenceVariable/[id] |
| Vread | GET | /fhir/R5/EvidenceVariable/[id]/_history/[vid] |
| Update | PUT | /fhir/R5/EvidenceVariable/[id] |
| Patch | PATCH | /fhir/R5/EvidenceVariable/[id] |
| Delete | DELETE | /fhir/R5/EvidenceVariable/[id] |
| Create | POST | /fhir/R5/EvidenceVariable |
| Search | GET | /fhir/R5/EvidenceVariable?... |
| History | GET | /fhir/R5/EvidenceVariable/[id]/_history |
| Type-history | GET | /fhir/R5/EvidenceVariable/_history |
Top-level elements
| Element | Type(s) | Cardinality | Description |
|---|---|---|---|
url | uri | 0..1 | Canonical identifier for this evidence variable, represented as a URI (globally unique) |
identifier | Identifier | 0..* | Additional identifier for the evidence variable |
version | string | 0..1 | Business version of the evidence variable |
versionAlgorithm[x] | string / Coding | 0..1 | How to compare versions |
name | string | 0..1 | Name for this evidence variable (computer friendly) |
title | string | 0..1 | Name for this evidence variable (human friendly) |
shortTitle | string | 0..1 | Title for use in informal contexts |
status | code | 1..1 | draft |
experimental | boolean | 0..1 | For testing purposes, not real usage |
date | dateTime | 0..1 | Date last changed |
publisher | string | 0..1 | Name of the publisher/steward (organization or individual) |
contact | ContactDetail | 0..* | Contact details for the publisher |
description | markdown | 0..1 | Natural language description of the evidence variable |
note | Annotation | 0..* | Used for footnotes or explanatory notes |
useContext | UsageContext | 0..* | The context that the content is intended to support |
purpose | markdown | 0..1 | Why this EvidenceVariable is defined |
copyright | markdown | 0..1 | Use and/or publishing restrictions |
copyrightLabel | string | 0..1 | Copyright holder and year(s) |
approvalDate | date | 0..1 | When the resource was approved by publisher |
lastReviewDate | date | 0..1 | When the resource was last reviewed by the publisher |
effectivePeriod | Period | 0..1 | When the resource is expected to be used |
author | ContactDetail | 0..* | Who authored the content |
editor | ContactDetail | 0..* | Who edited the content |
reviewer | ContactDetail | 0..* | Who reviewed the content |
endorser | ContactDetail | 0..* | Who endorsed the content |
relatedArtifact | RelatedArtifact | 0..* | Additional documentation, citations, etc |
actual | boolean | 0..1 | Actual or conceptual |
characteristic | BackboneElement | 0..* | A defining factor of the EvidenceVariable |
handling | code | 0..1 | continuous |
category | BackboneElement | 0..* | A grouping for ordinal or polychotomous variables |
Resource-specific search parameters
| Parameter | Type | Description |
|---|---|---|
composed-of | reference | What resource is being referenced |
context | token | A use context assigned to the activity definition |
context-quantity | quantity | A quantity- or range-valued use context assigned to the activity definition |
context-type | token | A type of use context assigned to the activity definition |
context-type-quantity | composite | A use context type and quantity- or range-based value assigned to the activity definition |
context-type-value | composite | A use context type and value assigned to the activity definition |
date | date | The activity definition publication date |
depends-on | reference | What resource is being referenced |
derived-from | reference | What resource is being referenced |
description | string | The description of the activity definition |
identifier | token | External identifier for the activity definition |
name | string | Computationally friendly name of the activity definition |
predecessor | reference | What resource is being referenced |
publisher | string | Name of the publisher of the activity definition |
status | token | The current status of the activity definition |
successor | reference | What resource is being referenced |
title | string | The human-friendly name of the activity definition |
topic | token | Topics associated with the module |
url | uri | The uri that identifies the activity definition |
version | token | The business version of the activity definition |
Reference
- Official FHIR R5 spec:
EvidenceVariable - Maturity: Trial Use 1 (FMM 1).