Evidence - FHIR Resource (r4)
This Evidence Resource uses the
FHIR API standard for access and structure.
Validate an Evidence FHIR Resource (r4)
Resource Attributes
Attribute | Field is list | Type | Description |
---|
approvalDate | false | date | # When the evidence was approved by publisher |
author | true | ContactDetail | # Who authored the content |
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 |
editor | true | ContactDetail | # Who edited the content |
effectivePeriod | false | Period | # When the evidence is expected to be used |
endorser | true | ContactDetail | # Who endorsed the content |
exposureBackground | false | Reference | # What population? |
exposureVariant | true | Reference | # What exposure? |
identifier | true | Identifier | # Additional identifier for the evidence |
jurisdiction | true | CodeableConcept | # Intended jurisdiction for evidence (if applicable) |
lastReviewDate | false | date | # When the evidence was last reviewed |
name | false | string | # C? Name for this evidence (computer friendly) |
note | true | Annotation | # Used for footnotes or explanatory notes |
outcome | true | Reference | # What outcome? |
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 Evidence |
title | false | string | # Name for this evidence (human friendly) |
topic | true | CodeableConcept | # The category of the Evidence, such as Education, Treatment, Assessment, etc. |
url | false | uri | # Canonical identifier for this evidence, 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 |
Evidence Example
{
"resourceType": "Evidence",
"id": "example",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">[Put rendering here]</div>"
},
"status": "draft",
"exposureBackground": {
"reference": "EvidenceVariable/example"
}
}
Evidence Structure
{
"resourceType" : "Evidence",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"url" : "<uri>", // Canonical identifier for this evidence, represented as a URI (globally unique)
"identifier" : [{ Identifier }], // Additional identifier for the evidence
"version" : "<string>", // Business version of the evidence
"name" : "<string>", // C? Name for this evidence (computer friendly)
"title" : "<string>", // Name for this evidence (human friendly)
"shortTitle" : "<string>", // Title for use in informal contexts
"subtitle" : "<string>", // Subordinate title of the Evidence
"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
"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 (if applicable)
"copyright" : "<markdown>", // Use and/or publishing restrictions
"approvalDate" : "<date>", // When the evidence was approved by publisher
"lastReviewDate" : "<date>", // When the evidence was last reviewed
"effectivePeriod" : { Period }, // When the evidence is expected to be used
"topic" : [{ CodeableConcept }], // The category of the Evidence, 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.
"exposureBackground" : { Reference(EvidenceVariable) }, // R! What population?
"exposureVariant" : [{ Reference(EvidenceVariable) }], // What exposure?
"outcome" : [{ Reference(EvidenceVariable) }] // What outcome?
}
Evidence Search Parameters
The following search parameters can be used to query Evidence resources. Just submit them like so:
https://api.1up.health/fhir/r4/Evidence?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 |