This page is part of the FHIR Specification (v4.4.0: R5 Preview #2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Clinical Decision Support Work Group | Maturity Level: 0 | Trial Use | Security Category: Business | Compartments: Not linked to any defined compartments |
EvidenceFocus.
No resources refer to this resource directly.
This resource does not implement any patterns.
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
EvidenceFocus | TU | MetadataResource | An EvidenceFocus + Warning: Name should be usable as an identifier for the module by machine processing applications such as code generation Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension, url, identifier, version, name, title, status, experimental, date, publisher, contact, description, useContext, jurisdiction, purpose, copyright, approvalDate, lastReviewDate, effectivePeriod | |
url | Σ | 0..1 | uri | Canonical identifier for this EvidenceFocus, represented as a globally unique URI |
identifier | Σ | 0..* | Identifier | Unique to the EvidenceFocus Resource |
version | Σ | 0..1 | string | Business version of this summary |
name | ΣI | 0..1 | string | Name |
status | ?!Σ | 1..1 | code | draft | active | retired | unknown PublicationStatus (Required) |
useContext | Σ | 0..* | UsageContext | Use context |
date | Σ | 0..1 | dateTime | Date created |
note | 0..* | Annotation | Footnotes and/or explanatory notes | |
copyright | 0..1 | markdown | Copyright | |
citeAs | Σ | 0..1 | Reference(Citation) | Citation for this EvidenceFocus resource |
characteristic | 0..* | BackboneElement | Characteristic | |
code | Σ | 1..1 | CodeableConcept | Characteristic code EvidenceFocusCharacteristicCode (Extensible) |
value[x] | Σ | 1..1 | Characteristic value | |
valueReference | Reference(Any) | |||
valueCodeableConcept | CodeableConcept | |||
valueBoolean | boolean | |||
valueQuantity | Quantity | |||
valueRange | Range | |||
exclude | 0..1 | boolean | Is used to express not the characteristic | |
period | 0..1 | Period | Timeframe for the characteristic | |
relatedArtifact | 0..* | RelatedArtifact | Additional documentation | |
Documentation for this format |
UML Diagram (Legend)
XML Template
<EvidenceFocus xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <url value="[uri]"/><!-- 0..1 Canonical identifier for this EvidenceFocus, represented as a globally unique URI --> <identifier><!-- 0..* Identifier Unique to the EvidenceFocus Resource --></identifier> <version value="[string]"/><!-- 0..1 Business version of this summary --> <name value="[string]"/><!-- 0..1 Name --> <status value="[code]"/><!-- 1..1 draft | active | retired | unknown --> <useContext><!-- 0..* UsageContext Use context --></useContext> <date value="[dateTime]"/><!-- 0..1 Date created --> <note><!-- 0..* Annotation Footnotes and/or explanatory notes --></note> <copyright value="[markdown]"/><!-- 0..1 Copyright --> <citeAs><!-- 0..1 Reference(Citation) Citation for this EvidenceFocus resource --></citeAs> <characteristic> <!-- 0..* Characteristic --> <code><!-- 1..1 CodeableConcept Characteristic code --></code> <value[x]><!-- 1..1 Reference(Any)|CodeableConcept|boolean|Quantity|Range Characteristic value --></value[x]> <exclude value="[boolean]"/><!-- 0..1 Is used to express not the characteristic --> <period><!-- 0..1 Period Timeframe for the characteristic --></period> </characteristic> <relatedArtifact><!-- 0..* RelatedArtifact Additional documentation --></relatedArtifact> </EvidenceFocus>
JSON Template
{ "resourceType" : "EvidenceFocus", // from Resource: id, meta, implicitRules, and language "url" : "<uri>", // Canonical identifier for this EvidenceFocus, represented as a globally unique URI "identifier" : [{ Identifier }], // Unique to the EvidenceFocus Resource "version" : "<string>", // Business version of this summary "name" : "<string>", // C? Name "status" : "<code>", // R! draft | active | retired | unknown "useContext" : [{ UsageContext }], // Use context "date" : "<dateTime>", // Date created "note" : [{ Annotation }], // Footnotes and/or explanatory notes "copyright" : "<markdown>", // Copyright "citeAs" : { Reference(Citation) }, // Citation for this EvidenceFocus resource "characteristic" : [{ // Characteristic "code" : { CodeableConcept }, // R! Characteristic code // value[x]: Characteristic value. One of these 5: "valueReference" : { Reference(Any) }, "valueCodeableConcept" : { CodeableConcept }, "valueBoolean" : <boolean>, "valueQuantity" : { Quantity }, "valueRange" : { Range }, "exclude" : <boolean>, // Is used to express not the characteristic "period" : { Period } // Timeframe for the characteristic }], "relatedArtifact" : [{ RelatedArtifact }] // Additional documentation }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:EvidenceFocus; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language fhir:EvidenceFocus.url [ uri ]; # 0..1 Canonical identifier for this EvidenceFocus, represented as a globally unique URI fhir:EvidenceFocus.identifier [ Identifier ], ... ; # 0..* Unique to the EvidenceFocus Resource fhir:EvidenceFocus.version [ string ]; # 0..1 Business version of this summary fhir:EvidenceFocus.name [ string ]; # 0..1 Name fhir:EvidenceFocus.status [ code ]; # 1..1 draft | active | retired | unknown fhir:EvidenceFocus.useContext [ UsageContext ], ... ; # 0..* Use context fhir:EvidenceFocus.date [ dateTime ]; # 0..1 Date created fhir:EvidenceFocus.note [ Annotation ], ... ; # 0..* Footnotes and/or explanatory notes fhir:EvidenceFocus.copyright [ markdown ]; # 0..1 Copyright fhir:EvidenceFocus.citeAs [ Reference(Citation) ]; # 0..1 Citation for this EvidenceFocus resource fhir:EvidenceFocus.characteristic [ # 0..* Characteristic fhir:EvidenceFocus.characteristic.code [ CodeableConcept ]; # 1..1 Characteristic code # EvidenceFocus.characteristic.value[x] : 1..1 Characteristic value. One of these 5 fhir:EvidenceFocus.characteristic.valueReference [ Reference(Any) ] fhir:EvidenceFocus.characteristic.valueCodeableConcept [ CodeableConcept ] fhir:EvidenceFocus.characteristic.valueBoolean [ boolean ] fhir:EvidenceFocus.characteristic.valueQuantity [ Quantity ] fhir:EvidenceFocus.characteristic.valueRange [ Range ] fhir:EvidenceFocus.characteristic.exclude [ boolean ]; # 0..1 Is used to express not the characteristic fhir:EvidenceFocus.characteristic.period [ Period ]; # 0..1 Timeframe for the characteristic ], ...; fhir:EvidenceFocus.relatedArtifact [ RelatedArtifact ], ... ; # 0..* Additional documentation ]
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
EvidenceFocus | TU | MetadataResource | An EvidenceFocus + Warning: Name should be usable as an identifier for the module by machine processing applications such as code generation Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension, url, identifier, version, name, title, status, experimental, date, publisher, contact, description, useContext, jurisdiction, purpose, copyright, approvalDate, lastReviewDate, effectivePeriod | |
url | Σ | 0..1 | uri | Canonical identifier for this EvidenceFocus, represented as a globally unique URI |
identifier | Σ | 0..* | Identifier | Unique to the EvidenceFocus Resource |
version | Σ | 0..1 | string | Business version of this summary |
name | ΣI | 0..1 | string | Name |
status | ?!Σ | 1..1 | code | draft | active | retired | unknown PublicationStatus (Required) |
useContext | Σ | 0..* | UsageContext | Use context |
date | Σ | 0..1 | dateTime | Date created |
note | 0..* | Annotation | Footnotes and/or explanatory notes | |
copyright | 0..1 | markdown | Copyright | |
citeAs | Σ | 0..1 | Reference(Citation) | Citation for this EvidenceFocus resource |
characteristic | 0..* | BackboneElement | Characteristic | |
code | Σ | 1..1 | CodeableConcept | Characteristic code EvidenceFocusCharacteristicCode (Extensible) |
value[x] | Σ | 1..1 | Characteristic value | |
valueReference | Reference(Any) | |||
valueCodeableConcept | CodeableConcept | |||
valueBoolean | boolean | |||
valueQuantity | Quantity | |||
valueRange | Range | |||
exclude | 0..1 | boolean | Is used to express not the characteristic | |
period | 0..1 | Period | Timeframe for the characteristic | |
relatedArtifact | 0..* | RelatedArtifact | Additional documentation | |
Documentation for this format |
XML Template
<EvidenceFocus xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <url value="[uri]"/><!-- 0..1 Canonical identifier for this EvidenceFocus, represented as a globally unique URI --> <identifier><!-- 0..* Identifier Unique to the EvidenceFocus Resource --></identifier> <version value="[string]"/><!-- 0..1 Business version of this summary --> <name value="[string]"/><!-- 0..1 Name --> <status value="[code]"/><!-- 1..1 draft | active | retired | unknown --> <useContext><!-- 0..* UsageContext Use context --></useContext> <date value="[dateTime]"/><!-- 0..1 Date created --> <note><!-- 0..* Annotation Footnotes and/or explanatory notes --></note> <copyright value="[markdown]"/><!-- 0..1 Copyright --> <citeAs><!-- 0..1 Reference(Citation) Citation for this EvidenceFocus resource --></citeAs> <characteristic> <!-- 0..* Characteristic --> <code><!-- 1..1 CodeableConcept Characteristic code --></code> <value[x]><!-- 1..1 Reference(Any)|CodeableConcept|boolean|Quantity|Range Characteristic value --></value[x]> <exclude value="[boolean]"/><!-- 0..1 Is used to express not the characteristic --> <period><!-- 0..1 Period Timeframe for the characteristic --></period> </characteristic> <relatedArtifact><!-- 0..* RelatedArtifact Additional documentation --></relatedArtifact> </EvidenceFocus>
JSON Template
{ "resourceType" : "EvidenceFocus", // from Resource: id, meta, implicitRules, and language "url" : "<uri>", // Canonical identifier for this EvidenceFocus, represented as a globally unique URI "identifier" : [{ Identifier }], // Unique to the EvidenceFocus Resource "version" : "<string>", // Business version of this summary "name" : "<string>", // C? Name "status" : "<code>", // R! draft | active | retired | unknown "useContext" : [{ UsageContext }], // Use context "date" : "<dateTime>", // Date created "note" : [{ Annotation }], // Footnotes and/or explanatory notes "copyright" : "<markdown>", // Copyright "citeAs" : { Reference(Citation) }, // Citation for this EvidenceFocus resource "characteristic" : [{ // Characteristic "code" : { CodeableConcept }, // R! Characteristic code // value[x]: Characteristic value. One of these 5: "valueReference" : { Reference(Any) }, "valueCodeableConcept" : { CodeableConcept }, "valueBoolean" : <boolean>, "valueQuantity" : { Quantity }, "valueRange" : { Range }, "exclude" : <boolean>, // Is used to express not the characteristic "period" : { Period } // Timeframe for the characteristic }], "relatedArtifact" : [{ RelatedArtifact }] // Additional documentation }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:EvidenceFocus; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language fhir:EvidenceFocus.url [ uri ]; # 0..1 Canonical identifier for this EvidenceFocus, represented as a globally unique URI fhir:EvidenceFocus.identifier [ Identifier ], ... ; # 0..* Unique to the EvidenceFocus Resource fhir:EvidenceFocus.version [ string ]; # 0..1 Business version of this summary fhir:EvidenceFocus.name [ string ]; # 0..1 Name fhir:EvidenceFocus.status [ code ]; # 1..1 draft | active | retired | unknown fhir:EvidenceFocus.useContext [ UsageContext ], ... ; # 0..* Use context fhir:EvidenceFocus.date [ dateTime ]; # 0..1 Date created fhir:EvidenceFocus.note [ Annotation ], ... ; # 0..* Footnotes and/or explanatory notes fhir:EvidenceFocus.copyright [ markdown ]; # 0..1 Copyright fhir:EvidenceFocus.citeAs [ Reference(Citation) ]; # 0..1 Citation for this EvidenceFocus resource fhir:EvidenceFocus.characteristic [ # 0..* Characteristic fhir:EvidenceFocus.characteristic.code [ CodeableConcept ]; # 1..1 Characteristic code # EvidenceFocus.characteristic.value[x] : 1..1 Characteristic value. One of these 5 fhir:EvidenceFocus.characteristic.valueReference [ Reference(Any) ] fhir:EvidenceFocus.characteristic.valueCodeableConcept [ CodeableConcept ] fhir:EvidenceFocus.characteristic.valueBoolean [ boolean ] fhir:EvidenceFocus.characteristic.valueQuantity [ Quantity ] fhir:EvidenceFocus.characteristic.valueRange [ Range ] fhir:EvidenceFocus.characteristic.exclude [ boolean ]; # 0..1 Is used to express not the characteristic fhir:EvidenceFocus.characteristic.period [ Period ]; # 0..1 Timeframe for the characteristic ], ...; fhir:EvidenceFocus.relatedArtifact [ RelatedArtifact ], ... ; # 0..* Additional documentation ]
See the Profiles & Extensions and the alternate definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) , the spreadsheet version & the dependency analysis a
Path | Definition | Type | Reference |
---|---|---|---|
EvidenceFocus.status | The lifecycle status of an artifact. | Required | PublicationStatus |
EvidenceFocus.characteristic.code | Evidence focus characteristic code. | Extensible | EvidenceFocusCharacteristicCode |
id | Level | Location | Description | Expression |
cnl-0 | Warning | (base) | Name should be usable as an identifier for the module by machine processing applications such as code generation | name.matches('[A-Z]([A-Za-z0-9_]){0,254}') |
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Expression | In Common |
context | token | A use context assigned to the evidence focus | (EvidenceFocus.useContext.value as CodeableConcept) | |
context-quantity | quantity | A quantity- or range-valued use context assigned to the evidence focus | (EvidenceFocus.useContext.value as Quantity) | (EvidenceFocus.useContext.value as Range) | |
context-type | token | A type of use context assigned to the evidence focus | EvidenceFocus.useContext.code | |
context-type-quantity | composite | A use context type and quantity- or range-based value assigned to the evidence focus | On EvidenceFocus.useContext: context-type: code context-quantity: value.as(Quantity) | value.as(Range) | |
context-type-value | composite | A use context type and value assigned to the evidence focus | On EvidenceFocus.useContext: context-type: code context: value.as(CodeableConcept) | |
date N | date | The evidence focus publication date | EvidenceFocus.date | |
identifier | token | External identifier for the evidence focus | EvidenceFocus.identifier | |
name N | string | Computationally friendly name of the evidence focus | EvidenceFocus.name | |
status N | token | The current status of the evidence focus | EvidenceFocus.status | |
url N | uri | The uri that identifies the evidence focus | EvidenceFocus.url | |
version N | token | The business version of the evidence focus | EvidenceFocus.version |