Clinical Practice Guidelines (CPG) on EBMonFHIR
1.0.2 - qa-preview

This page is part of the CPG-on-EBMonFHIR Implementation Guide (1.0.2).

Resource Profile: Recommendation Eligibility Criteria

Defining URL:https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/recommendation-eligibility-criteria
Version:0.1.1
Name:RecommendationEligibilityCriteria
Title:Recommendation Eligibility Criteria
Status:Draft as of 2022-05-15
Definition:

Eligibility Criteria for a Clinical Guideline Recommendation

Publisher:Netzwerk Universitätsmedizin (NUM),
Source Resource:XML / JSON / Turtle

The official URL for this profile is:

https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/recommendation-eligibility-criteria

Guidance

This resource is used to define the eligibility criteria for a specific Recommendation Plan.

Categories

The following categories are used to describe the population of the patients in the Eligibility Criteria resources (Recommendation Eligibility Criteria, Study Eligibility Criteria).

The categories are defined as slices of the characteristic element in the respective resource.

Fixed Codes:

In EligibilityCriteria:

  • characteristic.definitionByTypeAndValue.typeCodeableConcept must be exactly as defined in the typeCodeableConcept column, or from the value set defined in the typeCodeableConcept column (see examples)
Type Slice Name typeCodeableConcept valueCodeableConcept valueQuantity/valueRange
Condition condition SCT 404684003 “Clinical finding (finding) from http://hl7.org/fhir/ValueSet/clinical-findings
Allergy allergy SCT 609328004 “Allergic disposition (finding) SCT is-a 609328004 “Allergic disposition (finding)
Radiology Finding radiologyFinding SCT 118247008 “Radiologic finding (finding) SCT is-a 118247008 “Radiologic finding (finding)
Episode of Care episodeOfCare LOINC 78030-4 “Episode of care Type from <http://fhir.de/CodeSystem/kontaktart-de>
Observation / Lab Value observation SCT is-a 363787002 "Observable entity (observable entity) or LOINC Laboratory Class ✔️
Procedure procedure SCT 71388002 "Procedure (procedure)" SCT is-a 71388002 Procedure (Procedure)
Assessment Scale assessmentScale from vs-assessment-scales ✔️ ✔️
Device device SCT 49062001 “Device (physical object)” ✔️

Examples

Condition
* characteristic[condition][+]
  * linkId = "covid19"
  * definitionByTypeAndValue
    // typeCodeableConcept *must* use the code below
    * typeCodeableConcept = $sct#404684003 "Clinical finding (finding)"
    * valueCodeableConcept = $sct#840539006 "Disease caused by Severe acute respiratory syndrome coronavirus 2 (disorder)"
Allergy
* characteristic[allergy][+]
  * linkId = "heparin-allergy"
  * definitionByTypeAndValue
    // typeCodeableConcept *must* use the code below
    * typeCodeableConcept = $sct#609328004 "Allergic disposition (finding)"
    * valueCodeableConcept = $sct#294872001 "Allergy to heparin (finding)"
Radiology Finding
* characteristic[radiologyFinding][+]
  * linkId = "heparin-allergy"
  * definitionByTypeAndValue
    // typeCodeableConcept *must* use the code below
    * typeCodeableConcept = $sct#118247008 "Radiologic finding (finding)"
    * valueCodeableConcept = $sct#8701000175105 "Single lobe lung infiltrate (disorder)"
Episode of Care
* characteristic[episodeOfCare][+]
  * linkId = "intensive-care-treatment"
  * definitionByTypeAndValue
   // typeCodeableConcept *must*use the code below
   * typeCodeableConcept = $loinc#78030-4 "Episode of care Type"
   * valueCodeableConcept = $cs-kontaktart-de#intensivstationaer "Intensivstationär"
Measurement / Observation / Lab Value
* characteristic[observation][+]
  * linkId = "ddimer-range"
  * definitionByTypeAndValue
    // typeCodeableConcept *must* be from the valueset defined in typeCodeableConcept column (left)
    * typeCodeableConcept = $loinc#48066-5 "Fibrin D-dimer DDU [Mass/volume] in Platelet poor plasma"
    * valueRange
      * high = 250 'ng/mL'
Procedure
* characteristic[procedure][+]
  * linkId = "noninvasive-ventilation"
  * definitionByTypeAndValue
      // typeCodeableConcept *must* use the code below
      * typeCodeableConcept = $sct#71388002 "Procedure (procedure)"
      * valueCodeableConcept = $sct#428311008 "Non-invasive ventilation (regime/therapy)"
Assessment Scale
  * characteristic[assessmentScale][+]
    * linkId = "cam-icu+"
    * definitionByTypeAndValue
      * type = $loinc#54627-5 "Signs and symptoms of delirium (from CAM)"
      * valueRange.low = 1

The RelativeTime datatype can be used via the RelativeTime extension on the characteristic field to define the timing of the action.

This profile of a FHIR EvidenceVariable is derived from the eligibility-criteria FHIR resource.

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraintsdoco
.. EvidenceVariable C 0..* EligibilityCriteria A definition of an exposure, outcome, or other variable
cnl-0: Name should be usable as an identifier for the module by machine processing applications such as code generation
... id Σ 0..1 id Logical id of this artifact
... meta SΣ 1..1 Meta Metadata about the resource
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... versionId Σ 0..1 id Version specific identifier
.... lastUpdated Σ 0..1 instant When the resource version last changed
.... source SΣ 0..1 uri Identifies where the resource comes from
.... profile SΣ 1..* canonical(StructureDefinition) Profiles this resource claims to conform to
.... security Σ 0..* Coding Security Labels applied to this resource
Binding: AllSecurityLabels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.


.... tag Σ 0..* Coding Tags applied to this resource
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".


... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: AllLanguages (required): IETF language tag for a human language

Additional BindingsPurpose
CommonLanguages Starter Set
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... url SΣC 1..1 uri Canonical identifier for this evidence variable, represented as a URI (globally unique)
cnl-1: URL should not contain | or # - these characters make processing canonical references problematic
... identifier Σ 0..* Identifier Additional identifier for the evidence variable
... version Σ 0..1 string Business version of the evidence variable
... versionAlgorithm[x] Σ 0..1 How to compare versions
Binding: VersionAlgorithm (extensible)
.... versionAlgorithmString string
.... versionAlgorithmCoding Coding
... name SΣC 1..1 string Name for this evidence variable (computer friendly)
... title Σ 0..1 string Name for this evidence variable (human friendly)
... shortTitle Σ 0..1 string Title for use in informal contexts
... status ?!SΣ 1..1 code draft | active | retired | unknown
Binding: PublicationStatus (required): The lifecycle status of an artifact.

... experimental 0..1 boolean For testing purposes, not real usage
... date Σ 0..1 dateTime Date last changed
... publisher Σ 0..1 string Name of the publisher/steward (organization or individual)
... contact Σ 0..* ContactDetail Contact details for the publisher
... description Σ 0..1 markdown Natural language description of the evidence variable
... note 0..* Annotation Used for footnotes or explanatory notes
... useContext Σ 0..* UsageContext The context that the content is intended to support
... purpose 0..1 markdown Why this EvidenceVariable is defined
... copyright 0..1 markdown Use and/or publishing restrictions
... copyrightLabel 0..1 string Copyright holder and year(s)
... approvalDate 0..1 date When the resource was approved by publisher
... lastReviewDate 0..1 date When the resource was last reviewed by the publisher
... effectivePeriod 0..1 Period When the resource is expected to be used
... author 0..* ContactDetail Who authored the content
... editor 0..* ContactDetail Who edited the content
... reviewer 0..* ContactDetail Who reviewed the content
... endorser 0..* ContactDetail Who endorsed the content
... relatedArtifact 0..* RelatedArtifact Additional documentation, citations, etc
... actual 0..1 boolean Actual or conceptual
... Slices for characteristic SΣC 1..* BackboneElement A defining factor of the EvidenceVariable
Slice: Unordered, Open by pattern:definitionByTypeAndValue.type
evv-1: In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
.... characteristic:All Slices Content/Rules for all slices
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... linkId 0..1 id Label for internal linking
..... description 0..1 markdown Natural language description of the characteristic
..... note 0..* Annotation Used for footnotes or explanatory notes
..... exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
..... definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
..... definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
..... definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
..... definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
..... definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
..... definitionByTypeAndValue ΣC 0..1 BackboneElement Defines the characteristic using type and value
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
....... id 0..1 id Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
....... coding SΣ 1..1 Coding Code defined by a terminology system
....... text Σ 0..1 string Plain text representation of the concept
...... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
...... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
...... value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
....... valueCodeableConcept CodeableConcept
....... valueQuantity Quantity
....... valueRange Range
...... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
..... definitionByCombination C 0..1 BackboneElement Used to specify how two or more characteristics are combined
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... code 1..1 code all-of | any-of | at-least | at-most | statistical | net-effect | dataset
Binding: CharacteristicCombination (required)
...... threshold 0..1 positiveInt Provides the value of "n" when "at-least" or "at-most" codes are used
...... Slices for characteristic SC 1..* BackboneElement A defining factor of the characteristic
Slice: Unordered, Open by pattern:definitionByTypeAndValue.type
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
....... characteristic:All Slices Content/Rules for all slices
........ id 0..1 string Unique id for inter-element referencing
........ Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
......... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ linkId 0..1 id Label for internal linking
........ description 0..1 markdown Natural language description of the characteristic
........ note 0..* Annotation Used for footnotes or explanatory notes
........ exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
........ definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
........ definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
........ definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
........ definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
........ definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
........ definitionByTypeAndValue ΣC 0..1 BackboneElement Defines the characteristic using type and value
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
.......... id 0..1 id Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.......... coding SΣ 1..1 Coding Code defined by a terminology system
.......... text Σ 0..1 string Plain text representation of the concept
......... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
......... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
......... value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
.......... valueCodeableConcept CodeableConcept
.......... valueQuantity Quantity
.......... valueRange Range
......... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
........ definitionByCombination C 0..1 BackboneElement Used to specify how two or more characteristics are combined
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... code 1..1 code all-of | any-of | at-least | at-most | statistical | net-effect | dataset
Binding: CharacteristicCombination (required)
......... threshold 0..1 positiveInt Provides the value of "n" when "at-least" or "at-most" codes are used
......... Slices for characteristic S 1..* BackboneElement A defining factor of the characteristic
Slice: Unordered, Open by pattern:definitionByTypeAndValue.type
.......... characteristic:All Slices Content/Rules for all slices
........... id 0..1 string Unique id for inter-element referencing
........... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
............ relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... linkId 0..1 id Label for internal linking
........... description 0..1 markdown Natural language description of the characteristic
........... note 0..* Annotation Used for footnotes or explanatory notes
........... exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
........... definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
........... definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
........... definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
........... definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
........... definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
........... definitionByTypeAndValue ΣC 0..1 BackboneElement Defines the characteristic using type and value
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............ type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
............. id 0..1 id Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
............. coding SΣ 1..1 Coding Code defined by a terminology system
............. text Σ 0..1 string Plain text representation of the concept
............ method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
............ device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
............ value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
............. valueCodeableConcept CodeableConcept
............. valueQuantity Quantity
............. valueRange Range
............ offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
........... definitionByCombination C 0..1 BackboneElement Used to specify how two or more characteristics are combined
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............ code 1..1 code all-of | any-of | at-least | at-most | statistical | net-effect | dataset
Binding: CharacteristicCombination (required)
............ threshold 0..1 positiveInt Provides the value of "n" when "at-least" or "at-most" codes are used
............ Slices for characteristic S 1..* BackboneElement A defining factor of the characteristic
Slice: Unordered, Open by pattern:definitionByTypeAndValue.type
............. characteristic:All Slices Content/Rules for all slices
.............. id 0..1 string Unique id for inter-element referencing
.............. Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
............... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
.............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.............. linkId 0..1 id Label for internal linking
.............. description 0..1 markdown Natural language description of the characteristic
.............. note 0..* Annotation Used for footnotes or explanatory notes
.............. exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
.............. definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
.............. definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
.............. definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
.............. definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
.............. definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
.............. definitionByTypeAndValue ΣC 0..1 BackboneElement Defines the characteristic using type and value
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
................ id 0..1 id Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
................ coding SΣ 1..1 Coding Code defined by a terminology system
................ text Σ 0..1 string Plain text representation of the concept
............... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
............... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
............... value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
................ valueCodeableConcept CodeableConcept
................ valueQuantity Quantity
................ valueRange Range
............... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
.............. definitionByCombination C 0..1 BackboneElement Used to specify how two or more characteristics are combined
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... code 1..1 code all-of | any-of | at-least | at-most | statistical | net-effect | dataset
Binding: CharacteristicCombination (required)
............... threshold 0..1 positiveInt Provides the value of "n" when "at-least" or "at-most" codes are used
............... Slices for characteristic S 1..* BackboneElement A defining factor of the characteristic
Slice: Unordered, Open by pattern:definitionByTypeAndValue.type
................ characteristic:All Slices Content/Rules for all slices
................. id 0..1 string Unique id for inter-element referencing
................. Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.................. relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. linkId 0..1 id Label for internal linking
................. description 0..1 markdown Natural language description of the characteristic
................. note 0..* Annotation Used for footnotes or explanatory notes
................. exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
................. definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
................. definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
................. definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
................. definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
................. definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
................. definitionByTypeAndValue ΣC 0..1 BackboneElement Defines the characteristic using type and value
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.................. type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
................... id 0..1 id Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
................... coding SΣ 1..1 Coding Code defined by a terminology system
................... text Σ 0..1 string Plain text representation of the concept
.................. method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
.................. device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
.................. value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
................... valueCodeableConcept CodeableConcept
................... valueQuantity Quantity
................... valueRange Range
.................. offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
................. definitionByCombination C 0..1 BackboneElement Used to specify how two or more characteristics are combined
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.................. code 1..1 code all-of | any-of | at-least | at-most | statistical | net-effect | dataset
Binding: CharacteristicCombination (required)
.................. threshold 0..1 positiveInt Provides the value of "n" when "at-least" or "at-most" codes are used
.................. characteristic 1..* See characteristic (EvidenceVariable) A defining factor of the characteristic
................. instances[x] 0..1 Number of occurrences meeting the characteristic
.................. instancesQuantity Quantity
.................. instancesRange Range
................. duration[x] 0..1 Length of time in which the characteristic is met
.................. durationQuantity Quantity
.................. durationRange Range
................. timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.................. description 0..1 markdown Human readable description
.................. note 0..* Annotation Used for footnotes or explanatory notes
.................. event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
................... eventCodeableConcept CodeableConcept
................... eventReference Reference(Any)
................... eventDateTime dateTime
................... eventId id
.................. quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
.................. range 0..1 Range Used to express the observation within a period before and/or after the event
................ characteristic:condition 0..* BackboneElement A defining factor of the characteristic
................. id 0..1 string Unique id for inter-element referencing
................. Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.................. relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. linkId 0..1 id Label for internal linking
................. description 0..1 markdown Natural language description of the characteristic
................. note 0..* Annotation Used for footnotes or explanatory notes
................. exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
................. definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
................. definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
................. definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
................. definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
................. definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
................. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.................. type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
.................... id 0..1 string Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
.................... system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
.................... version 0..1 string Version of the system - if relevant
.................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 404684003
.................... display 1..1 string Representation defined by the system
Fixed Value: Clinical finding (finding)
.................... userSelected 0..1 boolean If this coding was chosen directly by the user
................... text 0..1 string Plain text representation of the concept
.................. method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
.................. device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
.................. Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
................... valueCodeableConcept CodeableConcept
................... valueBoolean boolean
................... valueQuantity Quantity
................... valueRange Range
................... valueReference Reference(Any)
................... valueId id
................... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: SNOMEDCTClinicalFindings (extensible)
.................... id 0..1 id Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................... coding SΣ 1..1 Coding Code defined by a terminology system
.................... text Σ 0..1 string Plain text representation of the concept
.................. offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
................. instances[x] 0..1 Number of occurrences meeting the characteristic
.................. instancesQuantity Quantity
.................. instancesRange Range
................. duration[x] 0..1 Length of time in which the characteristic is met
.................. durationQuantity Quantity
.................. durationRange Range
................. timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.................. description 0..1 markdown Human readable description
.................. note 0..* Annotation Used for footnotes or explanatory notes
.................. event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
................... eventCodeableConcept CodeableConcept
................... eventReference Reference(Any)
................... eventDateTime dateTime
................... eventId id
.................. quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
.................. range 0..1 Range Used to express the observation within a period before and/or after the event
................ characteristic:allergy 0..* BackboneElement A defining factor of the characteristic
................. id 0..1 string Unique id for inter-element referencing
................. Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.................. relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. linkId 0..1 id Label for internal linking
................. description 0..1 markdown Natural language description of the characteristic
................. note 0..* Annotation Used for footnotes or explanatory notes
................. exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
................. definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
................. definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
................. definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
................. definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
................. definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
................. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.................. type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
.................... id 0..1 string Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
.................... system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
.................... version 0..1 string Version of the system - if relevant
.................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 609328004
.................... display 1..1 string Representation defined by the system
Fixed Value: Allergic disposition (finding)
.................... userSelected 0..1 boolean If this coding was chosen directly by the user
................... text 0..1 string Plain text representation of the concept
.................. method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
.................. device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
.................. Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
................... valueCodeableConcept CodeableConcept
................... valueBoolean boolean
................... valueQuantity Quantity
................... valueRange Range
................... valueReference Reference(Any)
................... valueId id
................... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: Allergic Disposition SCT (extensible)
.................... id 0..1 id Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................... coding SΣ 1..1 Coding Code defined by a terminology system
.................... text Σ 0..1 string Plain text representation of the concept
.................. offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
................. instances[x] 0..1 Number of occurrences meeting the characteristic
.................. instancesQuantity Quantity
.................. instancesRange Range
................. duration[x] 0..1 Length of time in which the characteristic is met
.................. durationQuantity Quantity
.................. durationRange Range
................. timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.................. description 0..1 markdown Human readable description
.................. note 0..* Annotation Used for footnotes or explanatory notes
.................. event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
................... eventCodeableConcept CodeableConcept
................... eventReference Reference(Any)
................... eventDateTime dateTime
................... eventId id
.................. quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
.................. range 0..1 Range Used to express the observation within a period before and/or after the event
................ characteristic:radiologyFinding 0..* BackboneElement A defining factor of the characteristic
................. id 0..1 string Unique id for inter-element referencing
................. Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.................. relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. linkId 0..1 id Label for internal linking
................. description 0..1 markdown Natural language description of the characteristic
................. note 0..* Annotation Used for footnotes or explanatory notes
................. exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
................. definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
................. definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
................. definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
................. definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
................. definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
................. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.................. type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
.................... id 0..1 string Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
.................... system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
.................... version 0..1 string Version of the system - if relevant
.................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 118247008
.................... display 1..1 string Representation defined by the system
Fixed Value: Radiologic finding (finding)
.................... userSelected 0..1 boolean If this coding was chosen directly by the user
................... text 0..1 string Plain text representation of the concept
.................. method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
.................. device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
.................. Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
................... valueCodeableConcept CodeableConcept
................... valueBoolean boolean
................... valueQuantity Quantity
................... valueRange Range
................... valueReference Reference(Any)
................... valueId id
................... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: Radiologic Finding SCT (extensible)
.................... id 0..1 id Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................... coding SΣ 1..1 Coding Code defined by a terminology system
.................... text Σ 0..1 string Plain text representation of the concept
.................. offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
................. instances[x] 0..1 Number of occurrences meeting the characteristic
.................. instancesQuantity Quantity
.................. instancesRange Range
................. duration[x] 0..1 Length of time in which the characteristic is met
.................. durationQuantity Quantity
.................. durationRange Range
................. timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.................. description 0..1 markdown Human readable description
.................. note 0..* Annotation Used for footnotes or explanatory notes
.................. event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
................... eventCodeableConcept CodeableConcept
................... eventReference Reference(Any)
................... eventDateTime dateTime
................... eventId id
.................. quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
.................. range 0..1 Range Used to express the observation within a period before and/or after the event
................ characteristic:episodeOfCare 0..* BackboneElement A defining factor of the characteristic
................. id 0..1 string Unique id for inter-element referencing
................. Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.................. relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. linkId 0..1 id Label for internal linking
................. description 0..1 markdown Natural language description of the characteristic
................. note 0..* Annotation Used for footnotes or explanatory notes
................. exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
................. definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
................. definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
................. definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
................. definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
................. definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
................. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.................. type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
.................... id 0..1 string Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
.................... system 1..1 uri Identity of the terminology system
Fixed Value: http://loinc.org
.................... version 0..1 string Version of the system - if relevant
.................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 78030-4
.................... display 1..1 string Representation defined by the system
Fixed Value: Episode of care Type
.................... userSelected 0..1 boolean If this coding was chosen directly by the user
................... text 0..1 string Plain text representation of the concept
.................. method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
.................. device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
.................. Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
................... valueCodeableConcept CodeableConcept
................... valueBoolean boolean
................... valueQuantity Quantity
................... valueRange Range
................... valueReference Reference(Any)
................... valueId id
................... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: Episode Of Care Type (extensible)
.................... id 0..1 id Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................... coding SΣ 1..1 Coding Code defined by a terminology system
.................... text Σ 0..1 string Plain text representation of the concept
.................. offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
................. instances[x] 0..1 Number of occurrences meeting the characteristic
.................. instancesQuantity Quantity
.................. instancesRange Range
................. duration[x] 0..1 Length of time in which the characteristic is met
.................. durationQuantity Quantity
.................. durationRange Range
................. timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.................. description 0..1 markdown Human readable description
.................. note 0..* Annotation Used for footnotes or explanatory notes
.................. event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
................... eventCodeableConcept CodeableConcept
................... eventReference Reference(Any)
................... eventDateTime dateTime
................... eventId id
.................. quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
.................. range 0..1 Range Used to express the observation within a period before and/or after the event
................ characteristic:procedure 0..* BackboneElement A defining factor of the characteristic
................. id 0..1 string Unique id for inter-element referencing
................. Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.................. relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. linkId 0..1 id Label for internal linking
................. description 0..1 markdown Natural language description of the characteristic
................. note 0..* Annotation Used for footnotes or explanatory notes
................. exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
................. definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
................. definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
................. definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
................. definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
................. definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
................. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.................. type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
.................... id 0..1 string Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
.................... system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
.................... version 0..1 string Version of the system - if relevant
.................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 71388002
.................... display 1..1 string Representation defined by the system
Fixed Value: Procedure (procedure)
.................... userSelected 0..1 boolean If this coding was chosen directly by the user
................... text 0..1 string Plain text representation of the concept
.................. method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
.................. device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
.................. Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
................... valueCodeableConcept CodeableConcept
................... valueBoolean boolean
................... valueQuantity Quantity
................... valueRange Range
................... valueReference Reference(Any)
................... valueId id
................... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: ProcedureCodesSNOMEDCT (extensible)
.................... id 0..1 id Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................... coding SΣ 1..1 Coding Code defined by a terminology system
.................... text Σ 0..1 string Plain text representation of the concept
.................. offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
................. instances[x] 0..1 Number of occurrences meeting the characteristic
.................. instancesQuantity Quantity
.................. instancesRange Range
................. duration[x] 0..1 Length of time in which the characteristic is met
.................. durationQuantity Quantity
.................. durationRange Range
................. timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.................. description 0..1 markdown Human readable description
.................. note 0..* Annotation Used for footnotes or explanatory notes
.................. event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
................... eventCodeableConcept CodeableConcept
................... eventReference Reference(Any)
................... eventDateTime dateTime
................... eventId id
.................. quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
.................. range 0..1 Range Used to express the observation within a period before and/or after the event
................ characteristic:assessmentScale 0..* BackboneElement A defining factor of the characteristic
................. id 0..1 string Unique id for inter-element referencing
................. Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.................. relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. linkId 0..1 id Label for internal linking
................. description 0..1 markdown Natural language description of the characteristic
................. note 0..* Annotation Used for footnotes or explanatory notes
................. exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
................. definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
................. definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
................. definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
................. definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
................. definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
................. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.................. type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: Assessment Scales (required)
.................. method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
.................. device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
.................. value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
................... valueCodeableConcept CodeableConcept
................... valueBoolean boolean
................... valueQuantity Quantity
................... valueRange Range
................... valueReference Reference(Any)
................... valueId id
.................. offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
................. instances[x] 0..1 Number of occurrences meeting the characteristic
.................. instancesQuantity Quantity
.................. instancesRange Range
................. duration[x] 0..1 Length of time in which the characteristic is met
.................. durationQuantity Quantity
.................. durationRange Range
................. timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.................. description 0..1 markdown Human readable description
.................. note 0..* Annotation Used for footnotes or explanatory notes
.................. event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
................... eventCodeableConcept CodeableConcept
................... eventReference Reference(Any)
................... eventDateTime dateTime
................... eventId id
.................. quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
.................. range 0..1 Range Used to express the observation within a period before and/or after the event
................ characteristic:device 0..* BackboneElement A defining factor of the characteristic
................. id 0..1 string Unique id for inter-element referencing
................. Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.................. relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. linkId 0..1 id Label for internal linking
................. description 0..1 markdown Natural language description of the characteristic
................. note 0..* Annotation Used for footnotes or explanatory notes
................. exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
................. definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
................. definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
................. definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
................. definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
................. definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
................. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.................. type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
.................... id 0..1 string Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
.................... system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
.................... version 0..1 string Version of the system - if relevant
.................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 49062001
.................... display 1..1 string Representation defined by the system
Fixed Value: Device (physical object)
.................... userSelected 0..1 boolean If this coding was chosen directly by the user
................... text 0..1 string Plain text representation of the concept
.................. method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
.................. device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
.................. Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
................... valueCodeableConcept CodeableConcept
................... valueBoolean boolean
................... valueQuantity Quantity
................... valueRange Range
................... valueReference Reference(Any)
................... valueId id
................... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: DeviceType (extensible)
.................... id 0..1 id Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................... coding SΣ 1..1 Coding Code defined by a terminology system
.................... text Σ 0..1 string Plain text representation of the concept
.................. offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
................. instances[x] 0..1 Number of occurrences meeting the characteristic
.................. instancesQuantity Quantity
.................. instancesRange Range
................. duration[x] 0..1 Length of time in which the characteristic is met
.................. durationQuantity Quantity
.................. durationRange Range
................. timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.................. description 0..1 markdown Human readable description
.................. note 0..* Annotation Used for footnotes or explanatory notes
.................. event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
................... eventCodeableConcept CodeableConcept
................... eventReference Reference(Any)
................... eventDateTime dateTime
................... eventId id
.................. quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
.................. range 0..1 Range Used to express the observation within a period before and/or after the event
................ characteristic:observation 0..* BackboneElement A defining factor of the characteristic
................. id 0..1 string Unique id for inter-element referencing
................. Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.................. relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. linkId 0..1 id Label for internal linking
................. description 0..1 markdown Natural language description of the characteristic
................. note 0..* Annotation Used for footnotes or explanatory notes
................. exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
................. definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
................. definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
................. definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
................. definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
................. definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
................. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.................. type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: Observations (required)
.................. method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
.................. device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
.................. value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
................... valueCodeableConcept CodeableConcept
................... valueBoolean boolean
................... valueQuantity Quantity
................... valueRange Range
................... valueReference Reference(Any)
................... valueId id
.................. offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
................. instances[x] 0..1 Number of occurrences meeting the characteristic
.................. instancesQuantity Quantity
.................. instancesRange Range
................. duration[x] 0..1 Length of time in which the characteristic is met
.................. durationQuantity Quantity
.................. durationRange Range
................. timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.................. description 0..1 markdown Human readable description
.................. note 0..* Annotation Used for footnotes or explanatory notes
.................. event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
................... eventCodeableConcept CodeableConcept
................... eventReference Reference(Any)
................... eventDateTime dateTime
................... eventId id
.................. quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
.................. range 0..1 Range Used to express the observation within a period before and/or after the event
................ characteristic:drugAdministration 0..* BackboneElement A defining factor of the characteristic
................. id 0..1 string Unique id for inter-element referencing
................. Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.................. relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
................. linkId 0..1 id Label for internal linking
................. description 0..1 markdown Natural language description of the characteristic
................. note 0..* Annotation Used for footnotes or explanatory notes
................. exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
................. definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
................. definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
................. definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
................. definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
................. definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
................. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
.................. id 0..1 string Unique id for inter-element referencing
.................. Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
................... dosage 0..* Dosage Characteristic Dosage
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/ext-characteristic-dosage
.................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.................. type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
................... id 0..1 string Unique id for inter-element referencing
................... extension 0..* Extension Additional content defined by implementations
................... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
.................... id 0..1 string Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
.................... system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
.................... version 0..1 string Version of the system - if relevant
.................... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 432102000
.................... display 1..1 string Representation defined by the system
Fixed Value: Administration of substance (procedure)
.................... userSelected 0..1 boolean If this coding was chosen directly by the user
................... text 0..1 string Plain text representation of the concept
.................. method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
.................. device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
.................. Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
................... valueCodeableConcept CodeableConcept
................... valueBoolean boolean
................... valueQuantity Quantity
................... valueRange Range
................... valueReference Reference(Any)
................... valueId id
................... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: Drugs (extensible)
.................... id 0..1 id Unique id for inter-element referencing
.................... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.................... coding SΣ 1..1 Coding Code defined by a terminology system
.................... text Σ 0..1 string Plain text representation of the concept
.................. offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
................. instances[x] 0..1 Number of occurrences meeting the characteristic
.................. instancesQuantity Quantity
.................. instancesRange Range
................. duration[x] 0..1 Length of time in which the characteristic is met
.................. durationQuantity Quantity
.................. durationRange Range
................. timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
.................. id 0..1 string Unique id for inter-element referencing
.................. extension 0..* Extension Additional content defined by implementations
.................. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.................. description 0..1 markdown Human readable description
.................. note 0..* Annotation Used for footnotes or explanatory notes
.................. event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
................... eventCodeableConcept CodeableConcept
................... eventReference Reference(Any)
................... eventDateTime dateTime
................... eventId id
.................. quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
.................. range 0..1 Range Used to express the observation within a period before and/or after the event
.............. instances[x] 0..1 Number of occurrences meeting the characteristic
............... instancesQuantity Quantity
............... instancesRange Range
.............. duration[x] 0..1 Length of time in which the characteristic is met
............... durationQuantity Quantity
............... durationRange Range
.............. timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... description 0..1 markdown Human readable description
............... note 0..* Annotation Used for footnotes or explanatory notes
............... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
................ eventCodeableConcept CodeableConcept
................ eventReference Reference(Any)
................ eventDateTime dateTime
................ eventId id
............... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
............... range 0..1 Range Used to express the observation within a period before and/or after the event
............. characteristic:condition 0..* BackboneElement A defining factor of the characteristic
.............. id 0..1 string Unique id for inter-element referencing
.............. Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
............... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
.............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.............. linkId 0..1 id Label for internal linking
.............. description 0..1 markdown Natural language description of the characteristic
.............. note 0..* Annotation Used for footnotes or explanatory notes
.............. exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
.............. definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
.............. definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
.............. definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
.............. definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
.............. definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
.............. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
................ id 0..1 string Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
................ coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: 404684003
................. display 1..1 string Representation defined by the system
Fixed Value: Clinical finding (finding)
................. userSelected 0..1 boolean If this coding was chosen directly by the user
................ text 0..1 string Plain text representation of the concept
............... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
............... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
............... Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
................ valueCodeableConcept CodeableConcept
................ valueBoolean boolean
................ valueQuantity Quantity
................ valueRange Range
................ valueReference Reference(Any)
................ valueId id
................ value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: SNOMEDCTClinicalFindings (extensible)
................. id 0..1 id Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
................. coding SΣ 1..1 Coding Code defined by a terminology system
................. text Σ 0..1 string Plain text representation of the concept
............... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
.............. instances[x] 0..1 Number of occurrences meeting the characteristic
............... instancesQuantity Quantity
............... instancesRange Range
.............. duration[x] 0..1 Length of time in which the characteristic is met
............... durationQuantity Quantity
............... durationRange Range
.............. timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... description 0..1 markdown Human readable description
............... note 0..* Annotation Used for footnotes or explanatory notes
............... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
................ eventCodeableConcept CodeableConcept
................ eventReference Reference(Any)
................ eventDateTime dateTime
................ eventId id
............... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
............... range 0..1 Range Used to express the observation within a period before and/or after the event
............. characteristic:allergy 0..* BackboneElement A defining factor of the characteristic
.............. id 0..1 string Unique id for inter-element referencing
.............. Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
............... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
.............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.............. linkId 0..1 id Label for internal linking
.............. description 0..1 markdown Natural language description of the characteristic
.............. note 0..* Annotation Used for footnotes or explanatory notes
.............. exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
.............. definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
.............. definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
.............. definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
.............. definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
.............. definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
.............. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
................ id 0..1 string Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
................ coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: 609328004
................. display 1..1 string Representation defined by the system
Fixed Value: Allergic disposition (finding)
................. userSelected 0..1 boolean If this coding was chosen directly by the user
................ text 0..1 string Plain text representation of the concept
............... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
............... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
............... Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
................ valueCodeableConcept CodeableConcept
................ valueBoolean boolean
................ valueQuantity Quantity
................ valueRange Range
................ valueReference Reference(Any)
................ valueId id
................ value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: Allergic Disposition SCT (extensible)
................. id 0..1 id Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
................. coding SΣ 1..1 Coding Code defined by a terminology system
................. text Σ 0..1 string Plain text representation of the concept
............... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
.............. instances[x] 0..1 Number of occurrences meeting the characteristic
............... instancesQuantity Quantity
............... instancesRange Range
.............. duration[x] 0..1 Length of time in which the characteristic is met
............... durationQuantity Quantity
............... durationRange Range
.............. timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... description 0..1 markdown Human readable description
............... note 0..* Annotation Used for footnotes or explanatory notes
............... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
................ eventCodeableConcept CodeableConcept
................ eventReference Reference(Any)
................ eventDateTime dateTime
................ eventId id
............... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
............... range 0..1 Range Used to express the observation within a period before and/or after the event
............. characteristic:radiologyFinding 0..* BackboneElement A defining factor of the characteristic
.............. id 0..1 string Unique id for inter-element referencing
.............. Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
............... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
.............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.............. linkId 0..1 id Label for internal linking
.............. description 0..1 markdown Natural language description of the characteristic
.............. note 0..* Annotation Used for footnotes or explanatory notes
.............. exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
.............. definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
.............. definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
.............. definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
.............. definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
.............. definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
.............. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
................ id 0..1 string Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
................ coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: 118247008
................. display 1..1 string Representation defined by the system
Fixed Value: Radiologic finding (finding)
................. userSelected 0..1 boolean If this coding was chosen directly by the user
................ text 0..1 string Plain text representation of the concept
............... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
............... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
............... Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
................ valueCodeableConcept CodeableConcept
................ valueBoolean boolean
................ valueQuantity Quantity
................ valueRange Range
................ valueReference Reference(Any)
................ valueId id
................ value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: Radiologic Finding SCT (extensible)
................. id 0..1 id Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
................. coding SΣ 1..1 Coding Code defined by a terminology system
................. text Σ 0..1 string Plain text representation of the concept
............... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
.............. instances[x] 0..1 Number of occurrences meeting the characteristic
............... instancesQuantity Quantity
............... instancesRange Range
.............. duration[x] 0..1 Length of time in which the characteristic is met
............... durationQuantity Quantity
............... durationRange Range
.............. timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... description 0..1 markdown Human readable description
............... note 0..* Annotation Used for footnotes or explanatory notes
............... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
................ eventCodeableConcept CodeableConcept
................ eventReference Reference(Any)
................ eventDateTime dateTime
................ eventId id
............... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
............... range 0..1 Range Used to express the observation within a period before and/or after the event
............. characteristic:episodeOfCare 0..* BackboneElement A defining factor of the characteristic
.............. id 0..1 string Unique id for inter-element referencing
.............. Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
............... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
.............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.............. linkId 0..1 id Label for internal linking
.............. description 0..1 markdown Natural language description of the characteristic
.............. note 0..* Annotation Used for footnotes or explanatory notes
.............. exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
.............. definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
.............. definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
.............. definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
.............. definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
.............. definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
.............. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
................ id 0..1 string Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
................ coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: http://loinc.org
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: 78030-4
................. display 1..1 string Representation defined by the system
Fixed Value: Episode of care Type
................. userSelected 0..1 boolean If this coding was chosen directly by the user
................ text 0..1 string Plain text representation of the concept
............... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
............... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
............... Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
................ valueCodeableConcept CodeableConcept
................ valueBoolean boolean
................ valueQuantity Quantity
................ valueRange Range
................ valueReference Reference(Any)
................ valueId id
................ value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: Episode Of Care Type (extensible)
................. id 0..1 id Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
................. coding SΣ 1..1 Coding Code defined by a terminology system
................. text Σ 0..1 string Plain text representation of the concept
............... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
.............. instances[x] 0..1 Number of occurrences meeting the characteristic
............... instancesQuantity Quantity
............... instancesRange Range
.............. duration[x] 0..1 Length of time in which the characteristic is met
............... durationQuantity Quantity
............... durationRange Range
.............. timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... description 0..1 markdown Human readable description
............... note 0..* Annotation Used for footnotes or explanatory notes
............... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
................ eventCodeableConcept CodeableConcept
................ eventReference Reference(Any)
................ eventDateTime dateTime
................ eventId id
............... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
............... range 0..1 Range Used to express the observation within a period before and/or after the event
............. characteristic:procedure 0..* BackboneElement A defining factor of the characteristic
.............. id 0..1 string Unique id for inter-element referencing
.............. Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
............... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
.............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.............. linkId 0..1 id Label for internal linking
.............. description 0..1 markdown Natural language description of the characteristic
.............. note 0..* Annotation Used for footnotes or explanatory notes
.............. exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
.............. definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
.............. definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
.............. definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
.............. definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
.............. definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
.............. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
................ id 0..1 string Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
................ coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: 71388002
................. display 1..1 string Representation defined by the system
Fixed Value: Procedure (procedure)
................. userSelected 0..1 boolean If this coding was chosen directly by the user
................ text 0..1 string Plain text representation of the concept
............... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
............... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
............... Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
................ valueCodeableConcept CodeableConcept
................ valueBoolean boolean
................ valueQuantity Quantity
................ valueRange Range
................ valueReference Reference(Any)
................ valueId id
................ value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: ProcedureCodesSNOMEDCT (extensible)
................. id 0..1 id Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
................. coding SΣ 1..1 Coding Code defined by a terminology system
................. text Σ 0..1 string Plain text representation of the concept
............... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
.............. instances[x] 0..1 Number of occurrences meeting the characteristic
............... instancesQuantity Quantity
............... instancesRange Range
.............. duration[x] 0..1 Length of time in which the characteristic is met
............... durationQuantity Quantity
............... durationRange Range
.............. timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... description 0..1 markdown Human readable description
............... note 0..* Annotation Used for footnotes or explanatory notes
............... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
................ eventCodeableConcept CodeableConcept
................ eventReference Reference(Any)
................ eventDateTime dateTime
................ eventId id
............... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
............... range 0..1 Range Used to express the observation within a period before and/or after the event
............. characteristic:assessmentScale 0..* BackboneElement A defining factor of the characteristic
.............. id 0..1 string Unique id for inter-element referencing
.............. Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
............... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
.............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.............. linkId 0..1 id Label for internal linking
.............. description 0..1 markdown Natural language description of the characteristic
.............. note 0..* Annotation Used for footnotes or explanatory notes
.............. exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
.............. definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
.............. definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
.............. definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
.............. definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
.............. definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
.............. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: Assessment Scales (required)
............... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
............... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
............... value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
................ valueCodeableConcept CodeableConcept
................ valueBoolean boolean
................ valueQuantity Quantity
................ valueRange Range
................ valueReference Reference(Any)
................ valueId id
............... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
.............. instances[x] 0..1 Number of occurrences meeting the characteristic
............... instancesQuantity Quantity
............... instancesRange Range
.............. duration[x] 0..1 Length of time in which the characteristic is met
............... durationQuantity Quantity
............... durationRange Range
.............. timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... description 0..1 markdown Human readable description
............... note 0..* Annotation Used for footnotes or explanatory notes
............... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
................ eventCodeableConcept CodeableConcept
................ eventReference Reference(Any)
................ eventDateTime dateTime
................ eventId id
............... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
............... range 0..1 Range Used to express the observation within a period before and/or after the event
............. characteristic:device 0..* BackboneElement A defining factor of the characteristic
.............. id 0..1 string Unique id for inter-element referencing
.............. Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
............... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
.............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.............. linkId 0..1 id Label for internal linking
.............. description 0..1 markdown Natural language description of the characteristic
.............. note 0..* Annotation Used for footnotes or explanatory notes
.............. exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
.............. definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
.............. definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
.............. definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
.............. definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
.............. definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
.............. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
................ id 0..1 string Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
................ coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: 49062001
................. display 1..1 string Representation defined by the system
Fixed Value: Device (physical object)
................. userSelected 0..1 boolean If this coding was chosen directly by the user
................ text 0..1 string Plain text representation of the concept
............... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
............... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
............... Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
................ valueCodeableConcept CodeableConcept
................ valueBoolean boolean
................ valueQuantity Quantity
................ valueRange Range
................ valueReference Reference(Any)
................ valueId id
................ value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: DeviceType (extensible)
................. id 0..1 id Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
................. coding SΣ 1..1 Coding Code defined by a terminology system
................. text Σ 0..1 string Plain text representation of the concept
............... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
.............. instances[x] 0..1 Number of occurrences meeting the characteristic
............... instancesQuantity Quantity
............... instancesRange Range
.............. duration[x] 0..1 Length of time in which the characteristic is met
............... durationQuantity Quantity
............... durationRange Range
.............. timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... description 0..1 markdown Human readable description
............... note 0..* Annotation Used for footnotes or explanatory notes
............... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
................ eventCodeableConcept CodeableConcept
................ eventReference Reference(Any)
................ eventDateTime dateTime
................ eventId id
............... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
............... range 0..1 Range Used to express the observation within a period before and/or after the event
............. characteristic:observation 0..* BackboneElement A defining factor of the characteristic
.............. id 0..1 string Unique id for inter-element referencing
.............. Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
............... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
.............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.............. linkId 0..1 id Label for internal linking
.............. description 0..1 markdown Natural language description of the characteristic
.............. note 0..* Annotation Used for footnotes or explanatory notes
.............. exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
.............. definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
.............. definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
.............. definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
.............. definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
.............. definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
.............. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: Observations (required)
............... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
............... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
............... value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
................ valueCodeableConcept CodeableConcept
................ valueBoolean boolean
................ valueQuantity Quantity
................ valueRange Range
................ valueReference Reference(Any)
................ valueId id
............... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
.............. instances[x] 0..1 Number of occurrences meeting the characteristic
............... instancesQuantity Quantity
............... instancesRange Range
.............. duration[x] 0..1 Length of time in which the characteristic is met
............... durationQuantity Quantity
............... durationRange Range
.............. timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... description 0..1 markdown Human readable description
............... note 0..* Annotation Used for footnotes or explanatory notes
............... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
................ eventCodeableConcept CodeableConcept
................ eventReference Reference(Any)
................ eventDateTime dateTime
................ eventId id
............... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
............... range 0..1 Range Used to express the observation within a period before and/or after the event
............. characteristic:drugAdministration 0..* BackboneElement A defining factor of the characteristic
.............. id 0..1 string Unique id for inter-element referencing
.............. Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
............... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
.............. modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.............. linkId 0..1 id Label for internal linking
.............. description 0..1 markdown Natural language description of the characteristic
.............. note 0..* Annotation Used for footnotes or explanatory notes
.............. exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
.............. definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
.............. definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
.............. definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
.............. definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
.............. definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
.............. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............... id 0..1 string Unique id for inter-element referencing
............... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
................ dosage 0..* Dosage Characteristic Dosage
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/ext-characteristic-dosage
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
................ id 0..1 string Unique id for inter-element referencing
................ extension 0..* Extension Additional content defined by implementations
................ coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
................. id 0..1 string Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
................. system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
................. version 0..1 string Version of the system - if relevant
................. code 1..1 code Symbol in syntax defined by the system
Fixed Value: 432102000
................. display 1..1 string Representation defined by the system
Fixed Value: Administration of substance (procedure)
................. userSelected 0..1 boolean If this coding was chosen directly by the user
................ text 0..1 string Plain text representation of the concept
............... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
............... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
............... Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
................ valueCodeableConcept CodeableConcept
................ valueBoolean boolean
................ valueQuantity Quantity
................ valueRange Range
................ valueReference Reference(Any)
................ valueId id
................ value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: Drugs (extensible)
................. id 0..1 id Unique id for inter-element referencing
................. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
................. coding SΣ 1..1 Coding Code defined by a terminology system
................. text Σ 0..1 string Plain text representation of the concept
............... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
.............. instances[x] 0..1 Number of occurrences meeting the characteristic
............... instancesQuantity Quantity
............... instancesRange Range
.............. duration[x] 0..1 Length of time in which the characteristic is met
............... durationQuantity Quantity
............... durationRange Range
.............. timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
............... id 0..1 string Unique id for inter-element referencing
............... extension 0..* Extension Additional content defined by implementations
............... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............... description 0..1 markdown Human readable description
............... note 0..* Annotation Used for footnotes or explanatory notes
............... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
................ eventCodeableConcept CodeableConcept
................ eventReference Reference(Any)
................ eventDateTime dateTime
................ eventId id
............... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
............... range 0..1 Range Used to express the observation within a period before and/or after the event
........... instances[x] 0..1 Number of occurrences meeting the characteristic
............ instancesQuantity Quantity
............ instancesRange Range
........... duration[x] 0..1 Length of time in which the characteristic is met
............ durationQuantity Quantity
............ durationRange Range
........... timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............ description 0..1 markdown Human readable description
............ note 0..* Annotation Used for footnotes or explanatory notes
............ event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
............. eventCodeableConcept CodeableConcept
............. eventReference Reference(Any)
............. eventDateTime dateTime
............. eventId id
............ quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
............ range 0..1 Range Used to express the observation within a period before and/or after the event
.......... characteristic:condition 0..* BackboneElement A defining factor of the characteristic
........... id 0..1 string Unique id for inter-element referencing
........... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
............ relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... linkId 0..1 id Label for internal linking
........... description 0..1 markdown Natural language description of the characteristic
........... note 0..* Annotation Used for footnotes or explanatory notes
........... exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
........... definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
........... definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
........... definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
........... definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
........... definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
........... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............ type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
.............. id 0..1 string Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
.............. system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
.............. version 0..1 string Version of the system - if relevant
.............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: 404684003
.............. display 1..1 string Representation defined by the system
Fixed Value: Clinical finding (finding)
.............. userSelected 0..1 boolean If this coding was chosen directly by the user
............. text 0..1 string Plain text representation of the concept
............ method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
............ device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
............ Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
............. valueCodeableConcept CodeableConcept
............. valueBoolean boolean
............. valueQuantity Quantity
............. valueRange Range
............. valueReference Reference(Any)
............. valueId id
............. value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: SNOMEDCTClinicalFindings (extensible)
.............. id 0..1 id Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.............. coding SΣ 1..1 Coding Code defined by a terminology system
.............. text Σ 0..1 string Plain text representation of the concept
............ offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
........... instances[x] 0..1 Number of occurrences meeting the characteristic
............ instancesQuantity Quantity
............ instancesRange Range
........... duration[x] 0..1 Length of time in which the characteristic is met
............ durationQuantity Quantity
............ durationRange Range
........... timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............ description 0..1 markdown Human readable description
............ note 0..* Annotation Used for footnotes or explanatory notes
............ event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
............. eventCodeableConcept CodeableConcept
............. eventReference Reference(Any)
............. eventDateTime dateTime
............. eventId id
............ quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
............ range 0..1 Range Used to express the observation within a period before and/or after the event
.......... characteristic:allergy 0..* BackboneElement A defining factor of the characteristic
........... id 0..1 string Unique id for inter-element referencing
........... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
............ relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... linkId 0..1 id Label for internal linking
........... description 0..1 markdown Natural language description of the characteristic
........... note 0..* Annotation Used for footnotes or explanatory notes
........... exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
........... definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
........... definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
........... definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
........... definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
........... definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
........... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............ type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
.............. id 0..1 string Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
.............. system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
.............. version 0..1 string Version of the system - if relevant
.............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: 609328004
.............. display 1..1 string Representation defined by the system
Fixed Value: Allergic disposition (finding)
.............. userSelected 0..1 boolean If this coding was chosen directly by the user
............. text 0..1 string Plain text representation of the concept
............ method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
............ device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
............ Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
............. valueCodeableConcept CodeableConcept
............. valueBoolean boolean
............. valueQuantity Quantity
............. valueRange Range
............. valueReference Reference(Any)
............. valueId id
............. value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: Allergic Disposition SCT (extensible)
.............. id 0..1 id Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.............. coding SΣ 1..1 Coding Code defined by a terminology system
.............. text Σ 0..1 string Plain text representation of the concept
............ offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
........... instances[x] 0..1 Number of occurrences meeting the characteristic
............ instancesQuantity Quantity
............ instancesRange Range
........... duration[x] 0..1 Length of time in which the characteristic is met
............ durationQuantity Quantity
............ durationRange Range
........... timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............ description 0..1 markdown Human readable description
............ note 0..* Annotation Used for footnotes or explanatory notes
............ event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
............. eventCodeableConcept CodeableConcept
............. eventReference Reference(Any)
............. eventDateTime dateTime
............. eventId id
............ quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
............ range 0..1 Range Used to express the observation within a period before and/or after the event
.......... characteristic:radiologyFinding 0..* BackboneElement A defining factor of the characteristic
........... id 0..1 string Unique id for inter-element referencing
........... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
............ relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... linkId 0..1 id Label for internal linking
........... description 0..1 markdown Natural language description of the characteristic
........... note 0..* Annotation Used for footnotes or explanatory notes
........... exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
........... definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
........... definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
........... definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
........... definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
........... definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
........... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............ type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
.............. id 0..1 string Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
.............. system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
.............. version 0..1 string Version of the system - if relevant
.............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: 118247008
.............. display 1..1 string Representation defined by the system
Fixed Value: Radiologic finding (finding)
.............. userSelected 0..1 boolean If this coding was chosen directly by the user
............. text 0..1 string Plain text representation of the concept
............ method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
............ device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
............ Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
............. valueCodeableConcept CodeableConcept
............. valueBoolean boolean
............. valueQuantity Quantity
............. valueRange Range
............. valueReference Reference(Any)
............. valueId id
............. value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: Radiologic Finding SCT (extensible)
.............. id 0..1 id Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.............. coding SΣ 1..1 Coding Code defined by a terminology system
.............. text Σ 0..1 string Plain text representation of the concept
............ offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
........... instances[x] 0..1 Number of occurrences meeting the characteristic
............ instancesQuantity Quantity
............ instancesRange Range
........... duration[x] 0..1 Length of time in which the characteristic is met
............ durationQuantity Quantity
............ durationRange Range
........... timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............ description 0..1 markdown Human readable description
............ note 0..* Annotation Used for footnotes or explanatory notes
............ event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
............. eventCodeableConcept CodeableConcept
............. eventReference Reference(Any)
............. eventDateTime dateTime
............. eventId id
............ quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
............ range 0..1 Range Used to express the observation within a period before and/or after the event
.......... characteristic:episodeOfCare 0..* BackboneElement A defining factor of the characteristic
........... id 0..1 string Unique id for inter-element referencing
........... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
............ relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... linkId 0..1 id Label for internal linking
........... description 0..1 markdown Natural language description of the characteristic
........... note 0..* Annotation Used for footnotes or explanatory notes
........... exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
........... definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
........... definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
........... definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
........... definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
........... definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
........... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............ type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
.............. id 0..1 string Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
.............. system 1..1 uri Identity of the terminology system
Fixed Value: http://loinc.org
.............. version 0..1 string Version of the system - if relevant
.............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: 78030-4
.............. display 1..1 string Representation defined by the system
Fixed Value: Episode of care Type
.............. userSelected 0..1 boolean If this coding was chosen directly by the user
............. text 0..1 string Plain text representation of the concept
............ method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
............ device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
............ Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
............. valueCodeableConcept CodeableConcept
............. valueBoolean boolean
............. valueQuantity Quantity
............. valueRange Range
............. valueReference Reference(Any)
............. valueId id
............. value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: Episode Of Care Type (extensible)
.............. id 0..1 id Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.............. coding SΣ 1..1 Coding Code defined by a terminology system
.............. text Σ 0..1 string Plain text representation of the concept
............ offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
........... instances[x] 0..1 Number of occurrences meeting the characteristic
............ instancesQuantity Quantity
............ instancesRange Range
........... duration[x] 0..1 Length of time in which the characteristic is met
............ durationQuantity Quantity
............ durationRange Range
........... timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............ description 0..1 markdown Human readable description
............ note 0..* Annotation Used for footnotes or explanatory notes
............ event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
............. eventCodeableConcept CodeableConcept
............. eventReference Reference(Any)
............. eventDateTime dateTime
............. eventId id
............ quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
............ range 0..1 Range Used to express the observation within a period before and/or after the event
.......... characteristic:procedure 0..* BackboneElement A defining factor of the characteristic
........... id 0..1 string Unique id for inter-element referencing
........... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
............ relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... linkId 0..1 id Label for internal linking
........... description 0..1 markdown Natural language description of the characteristic
........... note 0..* Annotation Used for footnotes or explanatory notes
........... exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
........... definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
........... definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
........... definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
........... definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
........... definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
........... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............ type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
.............. id 0..1 string Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
.............. system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
.............. version 0..1 string Version of the system - if relevant
.............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: 71388002
.............. display 1..1 string Representation defined by the system
Fixed Value: Procedure (procedure)
.............. userSelected 0..1 boolean If this coding was chosen directly by the user
............. text 0..1 string Plain text representation of the concept
............ method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
............ device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
............ Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
............. valueCodeableConcept CodeableConcept
............. valueBoolean boolean
............. valueQuantity Quantity
............. valueRange Range
............. valueReference Reference(Any)
............. valueId id
............. value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: ProcedureCodesSNOMEDCT (extensible)
.............. id 0..1 id Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.............. coding SΣ 1..1 Coding Code defined by a terminology system
.............. text Σ 0..1 string Plain text representation of the concept
............ offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
........... instances[x] 0..1 Number of occurrences meeting the characteristic
............ instancesQuantity Quantity
............ instancesRange Range
........... duration[x] 0..1 Length of time in which the characteristic is met
............ durationQuantity Quantity
............ durationRange Range
........... timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............ description 0..1 markdown Human readable description
............ note 0..* Annotation Used for footnotes or explanatory notes
............ event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
............. eventCodeableConcept CodeableConcept
............. eventReference Reference(Any)
............. eventDateTime dateTime
............. eventId id
............ quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
............ range 0..1 Range Used to express the observation within a period before and/or after the event
.......... characteristic:assessmentScale 0..* BackboneElement A defining factor of the characteristic
........... id 0..1 string Unique id for inter-element referencing
........... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
............ relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... linkId 0..1 id Label for internal linking
........... description 0..1 markdown Natural language description of the characteristic
........... note 0..* Annotation Used for footnotes or explanatory notes
........... exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
........... definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
........... definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
........... definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
........... definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
........... definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
........... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............ type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: Assessment Scales (required)
............ method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
............ device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
............ value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
............. valueCodeableConcept CodeableConcept
............. valueBoolean boolean
............. valueQuantity Quantity
............. valueRange Range
............. valueReference Reference(Any)
............. valueId id
............ offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
........... instances[x] 0..1 Number of occurrences meeting the characteristic
............ instancesQuantity Quantity
............ instancesRange Range
........... duration[x] 0..1 Length of time in which the characteristic is met
............ durationQuantity Quantity
............ durationRange Range
........... timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............ description 0..1 markdown Human readable description
............ note 0..* Annotation Used for footnotes or explanatory notes
............ event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
............. eventCodeableConcept CodeableConcept
............. eventReference Reference(Any)
............. eventDateTime dateTime
............. eventId id
............ quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
............ range 0..1 Range Used to express the observation within a period before and/or after the event
.......... characteristic:device 0..* BackboneElement A defining factor of the characteristic
........... id 0..1 string Unique id for inter-element referencing
........... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
............ relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... linkId 0..1 id Label for internal linking
........... description 0..1 markdown Natural language description of the characteristic
........... note 0..* Annotation Used for footnotes or explanatory notes
........... exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
........... definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
........... definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
........... definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
........... definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
........... definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
........... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............ type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
.............. id 0..1 string Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
.............. system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
.............. version 0..1 string Version of the system - if relevant
.............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: 49062001
.............. display 1..1 string Representation defined by the system
Fixed Value: Device (physical object)
.............. userSelected 0..1 boolean If this coding was chosen directly by the user
............. text 0..1 string Plain text representation of the concept
............ method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
............ device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
............ Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
............. valueCodeableConcept CodeableConcept
............. valueBoolean boolean
............. valueQuantity Quantity
............. valueRange Range
............. valueReference Reference(Any)
............. valueId id
............. value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: DeviceType (extensible)
.............. id 0..1 id Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.............. coding SΣ 1..1 Coding Code defined by a terminology system
.............. text Σ 0..1 string Plain text representation of the concept
............ offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
........... instances[x] 0..1 Number of occurrences meeting the characteristic
............ instancesQuantity Quantity
............ instancesRange Range
........... duration[x] 0..1 Length of time in which the characteristic is met
............ durationQuantity Quantity
............ durationRange Range
........... timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............ description 0..1 markdown Human readable description
............ note 0..* Annotation Used for footnotes or explanatory notes
............ event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
............. eventCodeableConcept CodeableConcept
............. eventReference Reference(Any)
............. eventDateTime dateTime
............. eventId id
............ quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
............ range 0..1 Range Used to express the observation within a period before and/or after the event
.......... characteristic:observation 0..* BackboneElement A defining factor of the characteristic
........... id 0..1 string Unique id for inter-element referencing
........... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
............ relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... linkId 0..1 id Label for internal linking
........... description 0..1 markdown Natural language description of the characteristic
........... note 0..* Annotation Used for footnotes or explanatory notes
........... exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
........... definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
........... definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
........... definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
........... definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
........... definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
........... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............ type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: Observations (required)
............ method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
............ device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
............ value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
............. valueCodeableConcept CodeableConcept
............. valueBoolean boolean
............. valueQuantity Quantity
............. valueRange Range
............. valueReference Reference(Any)
............. valueId id
............ offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
........... instances[x] 0..1 Number of occurrences meeting the characteristic
............ instancesQuantity Quantity
............ instancesRange Range
........... duration[x] 0..1 Length of time in which the characteristic is met
............ durationQuantity Quantity
............ durationRange Range
........... timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............ description 0..1 markdown Human readable description
............ note 0..* Annotation Used for footnotes or explanatory notes
............ event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
............. eventCodeableConcept CodeableConcept
............. eventReference Reference(Any)
............. eventDateTime dateTime
............. eventId id
............ quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
............ range 0..1 Range Used to express the observation within a period before and/or after the event
.......... characteristic:drugAdministration 0..* BackboneElement A defining factor of the characteristic
........... id 0..1 string Unique id for inter-element referencing
........... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
............ relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
........... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........... linkId 0..1 id Label for internal linking
........... description 0..1 markdown Natural language description of the characteristic
........... note 0..* Annotation Used for footnotes or explanatory notes
........... exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
........... definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
........... definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
........... definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
........... definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
........... definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
........... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............ id 0..1 string Unique id for inter-element referencing
............ Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
............. dosage 0..* Dosage Characteristic Dosage
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/ext-characteristic-dosage
............ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............ type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
............. id 0..1 string Unique id for inter-element referencing
............. extension 0..* Extension Additional content defined by implementations
............. coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
.............. id 0..1 string Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
.............. system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
.............. version 0..1 string Version of the system - if relevant
.............. code 1..1 code Symbol in syntax defined by the system
Fixed Value: 432102000
.............. display 1..1 string Representation defined by the system
Fixed Value: Administration of substance (procedure)
.............. userSelected 0..1 boolean If this coding was chosen directly by the user
............. text 0..1 string Plain text representation of the concept
............ method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
............ device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
............ Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
............. valueCodeableConcept CodeableConcept
............. valueBoolean boolean
............. valueQuantity Quantity
............. valueRange Range
............. valueReference Reference(Any)
............. valueId id
............. value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: Drugs (extensible)
.............. id 0..1 id Unique id for inter-element referencing
.............. extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.............. coding SΣ 1..1 Coding Code defined by a terminology system
.............. text Σ 0..1 string Plain text representation of the concept
............ offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
........... instances[x] 0..1 Number of occurrences meeting the characteristic
............ instancesQuantity Quantity
............ instancesRange Range
........... duration[x] 0..1 Length of time in which the characteristic is met
............ durationQuantity Quantity
............ durationRange Range
........... timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
............ id 0..1 string Unique id for inter-element referencing
............ extension 0..* Extension Additional content defined by implementations
............ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
............ description 0..1 markdown Human readable description
............ note 0..* Annotation Used for footnotes or explanatory notes
............ event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
............. eventCodeableConcept CodeableConcept
............. eventReference Reference(Any)
............. eventDateTime dateTime
............. eventId id
............ quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
............ range 0..1 Range Used to express the observation within a period before and/or after the event
........ instances[x] 0..1 Number of occurrences meeting the characteristic
......... instancesQuantity Quantity
......... instancesRange Range
........ duration[x] 0..1 Length of time in which the characteristic is met
......... durationQuantity Quantity
......... durationRange Range
........ timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... description 0..1 markdown Human readable description
......... note 0..* Annotation Used for footnotes or explanatory notes
......... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
.......... eventCodeableConcept CodeableConcept
.......... eventReference Reference(Any)
.......... eventDateTime dateTime
.......... eventId id
......... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
......... range 0..1 Range Used to express the observation within a period before and/or after the event
....... characteristic:condition SC 0..* BackboneElement A defining factor of the characteristic
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
........ id 0..1 string Unique id for inter-element referencing
........ Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
......... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ linkId 0..1 id Label for internal linking
........ description 0..1 markdown Natural language description of the characteristic
........ note 0..* Annotation Used for footnotes or explanatory notes
........ exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
........ definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
........ definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
........ definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
........ definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
........ definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
........ definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
.......... id 0..1 string Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
.......... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 404684003
........... display 1..1 string Representation defined by the system
Fixed Value: Clinical finding (finding)
........... userSelected 0..1 boolean If this coding was chosen directly by the user
.......... text 0..1 string Plain text representation of the concept
......... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
......... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
......... Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
.......... valueCodeableConcept CodeableConcept
.......... valueBoolean boolean
.......... valueQuantity Quantity
.......... valueRange Range
.......... valueReference Reference(Any)
.......... valueId id
.......... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: SNOMEDCTClinicalFindings (extensible)
........... id 0..1 id Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........... coding SΣ 1..1 Coding Code defined by a terminology system
........... text Σ 0..1 string Plain text representation of the concept
......... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
........ instances[x] 0..1 Number of occurrences meeting the characteristic
......... instancesQuantity Quantity
......... instancesRange Range
........ duration[x] 0..1 Length of time in which the characteristic is met
......... durationQuantity Quantity
......... durationRange Range
........ timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... description 0..1 markdown Human readable description
......... note 0..* Annotation Used for footnotes or explanatory notes
......... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
.......... eventCodeableConcept CodeableConcept
.......... eventReference Reference(Any)
.......... eventDateTime dateTime
.......... eventId id
......... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
......... range 0..1 Range Used to express the observation within a period before and/or after the event
....... characteristic:allergy SC 0..* BackboneElement A defining factor of the characteristic
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
........ id 0..1 string Unique id for inter-element referencing
........ Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
......... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ linkId 0..1 id Label for internal linking
........ description 0..1 markdown Natural language description of the characteristic
........ note 0..* Annotation Used for footnotes or explanatory notes
........ exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
........ definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
........ definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
........ definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
........ definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
........ definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
........ definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
.......... id 0..1 string Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
.......... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 609328004
........... display 1..1 string Representation defined by the system
Fixed Value: Allergic disposition (finding)
........... userSelected 0..1 boolean If this coding was chosen directly by the user
.......... text 0..1 string Plain text representation of the concept
......... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
......... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
......... Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
.......... valueCodeableConcept CodeableConcept
.......... valueBoolean boolean
.......... valueQuantity Quantity
.......... valueRange Range
.......... valueReference Reference(Any)
.......... valueId id
.......... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: Allergic Disposition SCT (extensible)
........... id 0..1 id Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........... coding SΣ 1..1 Coding Code defined by a terminology system
........... text Σ 0..1 string Plain text representation of the concept
......... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
........ instances[x] 0..1 Number of occurrences meeting the characteristic
......... instancesQuantity Quantity
......... instancesRange Range
........ duration[x] 0..1 Length of time in which the characteristic is met
......... durationQuantity Quantity
......... durationRange Range
........ timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... description 0..1 markdown Human readable description
......... note 0..* Annotation Used for footnotes or explanatory notes
......... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
.......... eventCodeableConcept CodeableConcept
.......... eventReference Reference(Any)
.......... eventDateTime dateTime
.......... eventId id
......... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
......... range 0..1 Range Used to express the observation within a period before and/or after the event
....... characteristic:radiologyFinding SC 0..* BackboneElement A defining factor of the characteristic
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
........ id 0..1 string Unique id for inter-element referencing
........ Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
......... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ linkId 0..1 id Label for internal linking
........ description 0..1 markdown Natural language description of the characteristic
........ note 0..* Annotation Used for footnotes or explanatory notes
........ exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
........ definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
........ definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
........ definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
........ definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
........ definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
........ definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
.......... id 0..1 string Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
.......... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 118247008
........... display 1..1 string Representation defined by the system
Fixed Value: Radiologic finding (finding)
........... userSelected 0..1 boolean If this coding was chosen directly by the user
.......... text 0..1 string Plain text representation of the concept
......... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
......... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
......... Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
.......... valueCodeableConcept CodeableConcept
.......... valueBoolean boolean
.......... valueQuantity Quantity
.......... valueRange Range
.......... valueReference Reference(Any)
.......... valueId id
.......... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: Radiologic Finding SCT (extensible)
........... id 0..1 id Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........... coding SΣ 1..1 Coding Code defined by a terminology system
........... text Σ 0..1 string Plain text representation of the concept
......... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
........ instances[x] 0..1 Number of occurrences meeting the characteristic
......... instancesQuantity Quantity
......... instancesRange Range
........ duration[x] 0..1 Length of time in which the characteristic is met
......... durationQuantity Quantity
......... durationRange Range
........ timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... description 0..1 markdown Human readable description
......... note 0..* Annotation Used for footnotes or explanatory notes
......... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
.......... eventCodeableConcept CodeableConcept
.......... eventReference Reference(Any)
.......... eventDateTime dateTime
.......... eventId id
......... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
......... range 0..1 Range Used to express the observation within a period before and/or after the event
....... characteristic:episodeOfCare SC 0..* BackboneElement A defining factor of the characteristic
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
........ id 0..1 string Unique id for inter-element referencing
........ Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
......... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ linkId 0..1 id Label for internal linking
........ description 0..1 markdown Natural language description of the characteristic
........ note 0..* Annotation Used for footnotes or explanatory notes
........ exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
........ definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
........ definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
........ definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
........ definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
........ definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
........ definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
.......... id 0..1 string Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
.......... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: http://loinc.org
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 78030-4
........... display 1..1 string Representation defined by the system
Fixed Value: Episode of care Type
........... userSelected 0..1 boolean If this coding was chosen directly by the user
.......... text 0..1 string Plain text representation of the concept
......... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
......... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
......... Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
.......... valueCodeableConcept CodeableConcept
.......... valueBoolean boolean
.......... valueQuantity Quantity
.......... valueRange Range
.......... valueReference Reference(Any)
.......... valueId id
.......... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: Episode Of Care Type (extensible)
........... id 0..1 id Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........... coding SΣ 1..1 Coding Code defined by a terminology system
........... text Σ 0..1 string Plain text representation of the concept
......... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
........ instances[x] 0..1 Number of occurrences meeting the characteristic
......... instancesQuantity Quantity
......... instancesRange Range
........ duration[x] 0..1 Length of time in which the characteristic is met
......... durationQuantity Quantity
......... durationRange Range
........ timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... description 0..1 markdown Human readable description
......... note 0..* Annotation Used for footnotes or explanatory notes
......... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
.......... eventCodeableConcept CodeableConcept
.......... eventReference Reference(Any)
.......... eventDateTime dateTime
.......... eventId id
......... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
......... range 0..1 Range Used to express the observation within a period before and/or after the event
....... characteristic:procedure SC 0..* BackboneElement A defining factor of the characteristic
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
........ id 0..1 string Unique id for inter-element referencing
........ Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
......... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ linkId 0..1 id Label for internal linking
........ description 0..1 markdown Natural language description of the characteristic
........ note 0..* Annotation Used for footnotes or explanatory notes
........ exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
........ definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
........ definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
........ definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
........ definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
........ definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
........ definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
.......... id 0..1 string Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
.......... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 71388002
........... display 1..1 string Representation defined by the system
Fixed Value: Procedure (procedure)
........... userSelected 0..1 boolean If this coding was chosen directly by the user
.......... text 0..1 string Plain text representation of the concept
......... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
......... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
......... Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
.......... valueCodeableConcept CodeableConcept
.......... valueBoolean boolean
.......... valueQuantity Quantity
.......... valueRange Range
.......... valueReference Reference(Any)
.......... valueId id
.......... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: ProcedureCodesSNOMEDCT (extensible)
........... id 0..1 id Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........... coding SΣ 1..1 Coding Code defined by a terminology system
........... text Σ 0..1 string Plain text representation of the concept
......... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
........ instances[x] 0..1 Number of occurrences meeting the characteristic
......... instancesQuantity Quantity
......... instancesRange Range
........ duration[x] 0..1 Length of time in which the characteristic is met
......... durationQuantity Quantity
......... durationRange Range
........ timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... description 0..1 markdown Human readable description
......... note 0..* Annotation Used for footnotes or explanatory notes
......... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
.......... eventCodeableConcept CodeableConcept
.......... eventReference Reference(Any)
.......... eventDateTime dateTime
.......... eventId id
......... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
......... range 0..1 Range Used to express the observation within a period before and/or after the event
....... characteristic:assessmentScale SC 0..* BackboneElement A defining factor of the characteristic
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
........ id 0..1 string Unique id for inter-element referencing
........ Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
......... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ linkId 0..1 id Label for internal linking
........ description 0..1 markdown Natural language description of the characteristic
........ note 0..* Annotation Used for footnotes or explanatory notes
........ exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
........ definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
........ definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
........ definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
........ definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
........ definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
........ definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: Assessment Scales (required)
......... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
......... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
......... value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
.......... valueCodeableConcept CodeableConcept
.......... valueBoolean boolean
.......... valueQuantity Quantity
.......... valueRange Range
.......... valueReference Reference(Any)
.......... valueId id
......... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
........ instances[x] 0..1 Number of occurrences meeting the characteristic
......... instancesQuantity Quantity
......... instancesRange Range
........ duration[x] 0..1 Length of time in which the characteristic is met
......... durationQuantity Quantity
......... durationRange Range
........ timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... description 0..1 markdown Human readable description
......... note 0..* Annotation Used for footnotes or explanatory notes
......... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
.......... eventCodeableConcept CodeableConcept
.......... eventReference Reference(Any)
.......... eventDateTime dateTime
.......... eventId id
......... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
......... range 0..1 Range Used to express the observation within a period before and/or after the event
....... characteristic:device SC 0..* BackboneElement A defining factor of the characteristic
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
........ id 0..1 string Unique id for inter-element referencing
........ Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
......... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ linkId 0..1 id Label for internal linking
........ description 0..1 markdown Natural language description of the characteristic
........ note 0..* Annotation Used for footnotes or explanatory notes
........ exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
........ definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
........ definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
........ definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
........ definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
........ definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
........ definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
.......... id 0..1 string Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
.......... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 49062001
........... display 1..1 string Representation defined by the system
Fixed Value: Device (physical object)
........... userSelected 0..1 boolean If this coding was chosen directly by the user
.......... text 0..1 string Plain text representation of the concept
......... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
......... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
......... Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
.......... valueCodeableConcept CodeableConcept
.......... valueBoolean boolean
.......... valueQuantity Quantity
.......... valueRange Range
.......... valueReference Reference(Any)
.......... valueId id
.......... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: DeviceType (extensible)
........... id 0..1 id Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........... coding SΣ 1..1 Coding Code defined by a terminology system
........... text Σ 0..1 string Plain text representation of the concept
......... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
........ instances[x] 0..1 Number of occurrences meeting the characteristic
......... instancesQuantity Quantity
......... instancesRange Range
........ duration[x] 0..1 Length of time in which the characteristic is met
......... durationQuantity Quantity
......... durationRange Range
........ timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... description 0..1 markdown Human readable description
......... note 0..* Annotation Used for footnotes or explanatory notes
......... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
.......... eventCodeableConcept CodeableConcept
.......... eventReference Reference(Any)
.......... eventDateTime dateTime
.......... eventId id
......... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
......... range 0..1 Range Used to express the observation within a period before and/or after the event
....... characteristic:observation SC 0..* BackboneElement A defining factor of the characteristic
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
........ id 0..1 string Unique id for inter-element referencing
........ Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
......... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ linkId 0..1 id Label for internal linking
........ description 0..1 markdown Natural language description of the characteristic
........ note 0..* Annotation Used for footnotes or explanatory notes
........ exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
........ definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
........ definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
........ definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
........ definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
........ definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
........ definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: Observations (required)
......... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
......... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
......... value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
.......... valueCodeableConcept CodeableConcept
.......... valueBoolean boolean
.......... valueQuantity Quantity
.......... valueRange Range
.......... valueReference Reference(Any)
.......... valueId id
......... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
........ instances[x] 0..1 Number of occurrences meeting the characteristic
......... instancesQuantity Quantity
......... instancesRange Range
........ duration[x] 0..1 Length of time in which the characteristic is met
......... durationQuantity Quantity
......... durationRange Range
........ timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... description 0..1 markdown Human readable description
......... note 0..* Annotation Used for footnotes or explanatory notes
......... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
.......... eventCodeableConcept CodeableConcept
.......... eventReference Reference(Any)
.......... eventDateTime dateTime
.......... eventId id
......... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
......... range 0..1 Range Used to express the observation within a period before and/or after the event
....... characteristic:drugAdministration SC 0..* BackboneElement A defining factor of the characteristic
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
........ id 0..1 string Unique id for inter-element referencing
........ Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
......... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
........ modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
........ linkId 0..1 id Label for internal linking
........ description 0..1 markdown Natural language description of the characteristic
........ note 0..* Annotation Used for footnotes or explanatory notes
........ exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
........ definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
........ definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
........ definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
........ definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
........ definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
........ definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
......... id 0..1 string Unique id for inter-element referencing
......... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.......... dosage 0..* Dosage Characteristic Dosage
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/ext-characteristic-dosage
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
.......... id 0..1 string Unique id for inter-element referencing
.......... extension 0..* Extension Additional content defined by implementations
.......... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
........... id 0..1 string Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
........... system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
........... version 0..1 string Version of the system - if relevant
........... code 1..1 code Symbol in syntax defined by the system
Fixed Value: 432102000
........... display 1..1 string Representation defined by the system
Fixed Value: Administration of substance (procedure)
........... userSelected 0..1 boolean If this coding was chosen directly by the user
.......... text 0..1 string Plain text representation of the concept
......... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
......... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
......... Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
.......... valueCodeableConcept CodeableConcept
.......... valueBoolean boolean
.......... valueQuantity Quantity
.......... valueRange Range
.......... valueReference Reference(Any)
.......... valueId id
.......... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: Drugs (extensible)
........... id 0..1 id Unique id for inter-element referencing
........... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........... coding SΣ 1..1 Coding Code defined by a terminology system
........... text Σ 0..1 string Plain text representation of the concept
......... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
........ instances[x] 0..1 Number of occurrences meeting the characteristic
......... instancesQuantity Quantity
......... instancesRange Range
........ duration[x] 0..1 Length of time in which the characteristic is met
......... durationQuantity Quantity
......... durationRange Range
........ timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
......... id 0..1 string Unique id for inter-element referencing
......... extension 0..* Extension Additional content defined by implementations
......... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
......... description 0..1 markdown Human readable description
......... note 0..* Annotation Used for footnotes or explanatory notes
......... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
.......... eventCodeableConcept CodeableConcept
.......... eventReference Reference(Any)
.......... eventDateTime dateTime
.......... eventId id
......... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
......... range 0..1 Range Used to express the observation within a period before and/or after the event
..... instances[x] 0..1 Number of occurrences meeting the characteristic
...... instancesQuantity Quantity
...... instancesRange Range
..... duration[x] 0..1 Length of time in which the characteristic is met
...... durationQuantity Quantity
...... durationRange Range
..... timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... description 0..1 markdown Human readable description
...... note 0..* Annotation Used for footnotes or explanatory notes
...... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
....... eventCodeableConcept CodeableConcept
....... eventReference Reference(Any)
....... eventDateTime dateTime
....... eventId id
...... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
...... range 0..1 Range Used to express the observation within a period before and/or after the event
.... characteristic:condition SΣC 0..* BackboneElement A defining factor of the EvidenceVariable
evv-1: In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... linkId 0..1 id Label for internal linking
..... description 0..1 markdown Natural language description of the characteristic
..... note 0..* Annotation Used for footnotes or explanatory notes
..... exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
..... definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
..... definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
..... definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
..... definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
..... definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
..... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
........ version 0..1 string Version of the system - if relevant
........ code 1..1 code Symbol in syntax defined by the system
Fixed Value: 404684003
........ display 1..1 string Representation defined by the system
Fixed Value: Clinical finding (finding)
........ userSelected 0..1 boolean If this coding was chosen directly by the user
....... text 0..1 string Plain text representation of the concept
...... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
...... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
...... Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
....... valueCodeableConcept CodeableConcept
....... valueBoolean boolean
....... valueQuantity Quantity
....... valueRange Range
....... valueReference Reference(Any)
....... valueId id
....... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: SNOMEDCTClinicalFindings (extensible)
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding SΣ 1..1 Coding Code defined by a terminology system
........ text Σ 0..1 string Plain text representation of the concept
...... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
..... instances[x] 0..1 Number of occurrences meeting the characteristic
...... instancesQuantity Quantity
...... instancesRange Range
..... duration[x] 0..1 Length of time in which the characteristic is met
...... durationQuantity Quantity
...... durationRange Range
..... timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... description 0..1 markdown Human readable description
...... note 0..* Annotation Used for footnotes or explanatory notes
...... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
....... eventCodeableConcept CodeableConcept
....... eventReference Reference(Any)
....... eventDateTime dateTime
....... eventId id
...... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
...... range 0..1 Range Used to express the observation within a period before and/or after the event
.... characteristic:allergy SΣC 0..* BackboneElement A defining factor of the EvidenceVariable
evv-1: In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... linkId 0..1 id Label for internal linking
..... description 0..1 markdown Natural language description of the characteristic
..... note 0..* Annotation Used for footnotes or explanatory notes
..... exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
..... definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
..... definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
..... definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
..... definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
..... definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
..... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
........ version 0..1 string Version of the system - if relevant
........ code 1..1 code Symbol in syntax defined by the system
Fixed Value: 609328004
........ display 1..1 string Representation defined by the system
Fixed Value: Allergic disposition (finding)
........ userSelected 0..1 boolean If this coding was chosen directly by the user
....... text 0..1 string Plain text representation of the concept
...... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
...... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
...... Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
....... valueCodeableConcept CodeableConcept
....... valueBoolean boolean
....... valueQuantity Quantity
....... valueRange Range
....... valueReference Reference(Any)
....... valueId id
....... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: Allergic Disposition SCT (extensible)
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding SΣ 1..1 Coding Code defined by a terminology system
........ text Σ 0..1 string Plain text representation of the concept
...... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
..... instances[x] 0..1 Number of occurrences meeting the characteristic
...... instancesQuantity Quantity
...... instancesRange Range
..... duration[x] 0..1 Length of time in which the characteristic is met
...... durationQuantity Quantity
...... durationRange Range
..... timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... description 0..1 markdown Human readable description
...... note 0..* Annotation Used for footnotes or explanatory notes
...... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
....... eventCodeableConcept CodeableConcept
....... eventReference Reference(Any)
....... eventDateTime dateTime
....... eventId id
...... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
...... range 0..1 Range Used to express the observation within a period before and/or after the event
.... characteristic:radiologyFinding SΣC 0..* BackboneElement A defining factor of the EvidenceVariable
evv-1: In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... linkId 0..1 id Label for internal linking
..... description 0..1 markdown Natural language description of the characteristic
..... note 0..* Annotation Used for footnotes or explanatory notes
..... exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
..... definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
..... definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
..... definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
..... definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
..... definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
..... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
........ version 0..1 string Version of the system - if relevant
........ code 1..1 code Symbol in syntax defined by the system
Fixed Value: 118247008
........ display 1..1 string Representation defined by the system
Fixed Value: Radiologic finding (finding)
........ userSelected 0..1 boolean If this coding was chosen directly by the user
....... text 0..1 string Plain text representation of the concept
...... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
...... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
...... Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
....... valueCodeableConcept CodeableConcept
....... valueBoolean boolean
....... valueQuantity Quantity
....... valueRange Range
....... valueReference Reference(Any)
....... valueId id
....... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: Radiologic Finding SCT (extensible)
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding SΣ 1..1 Coding Code defined by a terminology system
........ text Σ 0..1 string Plain text representation of the concept
...... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
..... instances[x] 0..1 Number of occurrences meeting the characteristic
...... instancesQuantity Quantity
...... instancesRange Range
..... duration[x] 0..1 Length of time in which the characteristic is met
...... durationQuantity Quantity
...... durationRange Range
..... timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... description 0..1 markdown Human readable description
...... note 0..* Annotation Used for footnotes or explanatory notes
...... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
....... eventCodeableConcept CodeableConcept
....... eventReference Reference(Any)
....... eventDateTime dateTime
....... eventId id
...... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
...... range 0..1 Range Used to express the observation within a period before and/or after the event
.... characteristic:episodeOfCare SΣC 0..* BackboneElement A defining factor of the EvidenceVariable
evv-1: In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... linkId 0..1 id Label for internal linking
..... description 0..1 markdown Natural language description of the characteristic
..... note 0..* Annotation Used for footnotes or explanatory notes
..... exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
..... definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
..... definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
..... definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
..... definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
..... definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
..... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ system 1..1 uri Identity of the terminology system
Fixed Value: http://loinc.org
........ version 0..1 string Version of the system - if relevant
........ code 1..1 code Symbol in syntax defined by the system
Fixed Value: 78030-4
........ display 1..1 string Representation defined by the system
Fixed Value: Episode of care Type
........ userSelected 0..1 boolean If this coding was chosen directly by the user
....... text 0..1 string Plain text representation of the concept
...... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
...... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
...... Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
....... valueCodeableConcept CodeableConcept
....... valueBoolean boolean
....... valueQuantity Quantity
....... valueRange Range
....... valueReference Reference(Any)
....... valueId id
....... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: Episode Of Care Type (extensible)
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding SΣ 1..1 Coding Code defined by a terminology system
........ text Σ 0..1 string Plain text representation of the concept
...... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
..... instances[x] 0..1 Number of occurrences meeting the characteristic
...... instancesQuantity Quantity
...... instancesRange Range
..... duration[x] 0..1 Length of time in which the characteristic is met
...... durationQuantity Quantity
...... durationRange Range
..... timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... description 0..1 markdown Human readable description
...... note 0..* Annotation Used for footnotes or explanatory notes
...... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
....... eventCodeableConcept CodeableConcept
....... eventReference Reference(Any)
....... eventDateTime dateTime
....... eventId id
...... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
...... range 0..1 Range Used to express the observation within a period before and/or after the event
.... characteristic:procedure SΣC 0..* BackboneElement A defining factor of the EvidenceVariable
evv-1: In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... linkId 0..1 id Label for internal linking
..... description 0..1 markdown Natural language description of the characteristic
..... note 0..* Annotation Used for footnotes or explanatory notes
..... exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
..... definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
..... definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
..... definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
..... definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
..... definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
..... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
........ version 0..1 string Version of the system - if relevant
........ code 1..1 code Symbol in syntax defined by the system
Fixed Value: 71388002
........ display 1..1 string Representation defined by the system
Fixed Value: Procedure (procedure)
........ userSelected 0..1 boolean If this coding was chosen directly by the user
....... text 0..1 string Plain text representation of the concept
...... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
...... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
...... Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
....... valueCodeableConcept CodeableConcept
....... valueBoolean boolean
....... valueQuantity Quantity
....... valueRange Range
....... valueReference Reference(Any)
....... valueId id
....... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: ProcedureCodesSNOMEDCT (extensible)
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding SΣ 1..1 Coding Code defined by a terminology system
........ text Σ 0..1 string Plain text representation of the concept
...... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
..... instances[x] 0..1 Number of occurrences meeting the characteristic
...... instancesQuantity Quantity
...... instancesRange Range
..... duration[x] 0..1 Length of time in which the characteristic is met
...... durationQuantity Quantity
...... durationRange Range
..... timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... description 0..1 markdown Human readable description
...... note 0..* Annotation Used for footnotes or explanatory notes
...... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
....... eventCodeableConcept CodeableConcept
....... eventReference Reference(Any)
....... eventDateTime dateTime
....... eventId id
...... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
...... range 0..1 Range Used to express the observation within a period before and/or after the event
.... characteristic:assessmentScale SΣC 0..* BackboneElement A defining factor of the EvidenceVariable
evv-1: In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... linkId 0..1 id Label for internal linking
..... description 0..1 markdown Natural language description of the characteristic
..... note 0..* Annotation Used for footnotes or explanatory notes
..... exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
..... definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
..... definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
..... definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
..... definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
..... definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
..... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: Assessment Scales (required)
...... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
...... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
...... value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
....... valueCodeableConcept CodeableConcept
....... valueBoolean boolean
....... valueQuantity Quantity
....... valueRange Range
....... valueReference Reference(Any)
....... valueId id
...... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
..... instances[x] 0..1 Number of occurrences meeting the characteristic
...... instancesQuantity Quantity
...... instancesRange Range
..... duration[x] 0..1 Length of time in which the characteristic is met
...... durationQuantity Quantity
...... durationRange Range
..... timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... description 0..1 markdown Human readable description
...... note 0..* Annotation Used for footnotes or explanatory notes
...... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
....... eventCodeableConcept CodeableConcept
....... eventReference Reference(Any)
....... eventDateTime dateTime
....... eventId id
...... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
...... range 0..1 Range Used to express the observation within a period before and/or after the event
.... characteristic:device SΣC 0..* BackboneElement A defining factor of the EvidenceVariable
evv-1: In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... linkId 0..1 id Label for internal linking
..... description 0..1 markdown Natural language description of the characteristic
..... note 0..* Annotation Used for footnotes or explanatory notes
..... exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
..... definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
..... definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
..... definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
..... definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
..... definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
..... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
........ version 0..1 string Version of the system - if relevant
........ code 1..1 code Symbol in syntax defined by the system
Fixed Value: 49062001
........ display 1..1 string Representation defined by the system
Fixed Value: Device (physical object)
........ userSelected 0..1 boolean If this coding was chosen directly by the user
....... text 0..1 string Plain text representation of the concept
...... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
...... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
...... Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
....... valueCodeableConcept CodeableConcept
....... valueBoolean boolean
....... valueQuantity Quantity
....... valueRange Range
....... valueReference Reference(Any)
....... valueId id
....... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: DeviceType (extensible)
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding SΣ 1..1 Coding Code defined by a terminology system
........ text Σ 0..1 string Plain text representation of the concept
...... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
..... instances[x] 0..1 Number of occurrences meeting the characteristic
...... instancesQuantity Quantity
...... instancesRange Range
..... duration[x] 0..1 Length of time in which the characteristic is met
...... durationQuantity Quantity
...... durationRange Range
..... timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... description 0..1 markdown Human readable description
...... note 0..* Annotation Used for footnotes or explanatory notes
...... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
....... eventCodeableConcept CodeableConcept
....... eventReference Reference(Any)
....... eventDateTime dateTime
....... eventId id
...... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
...... range 0..1 Range Used to express the observation within a period before and/or after the event
.... characteristic:observation SΣC 0..* BackboneElement A defining factor of the EvidenceVariable
evv-1: In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... linkId 0..1 id Label for internal linking
..... description 0..1 markdown Natural language description of the characteristic
..... note 0..* Annotation Used for footnotes or explanatory notes
..... exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
..... definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
..... definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
..... definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
..... definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
..... definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
..... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: Observations (required)
...... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
...... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
...... value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
....... valueCodeableConcept CodeableConcept
....... valueBoolean boolean
....... valueQuantity Quantity
....... valueRange Range
....... valueReference Reference(Any)
....... valueId id
...... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
..... instances[x] 0..1 Number of occurrences meeting the characteristic
...... instancesQuantity Quantity
...... instancesRange Range
..... duration[x] 0..1 Length of time in which the characteristic is met
...... durationQuantity Quantity
...... durationRange Range
..... timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... description 0..1 markdown Human readable description
...... note 0..* Annotation Used for footnotes or explanatory notes
...... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
....... eventCodeableConcept CodeableConcept
....... eventReference Reference(Any)
....... eventDateTime dateTime
....... eventId id
...... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
...... range 0..1 Range Used to express the observation within a period before and/or after the event
.... characteristic:drugAdministration SΣC 0..* BackboneElement A defining factor of the EvidenceVariable
evv-1: In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
..... id 0..1 string Unique id for inter-element referencing
..... Slices for extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... relativeTime 0..* (Complex) Timing in which the characteristic is determined
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/relative-time
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... linkId 0..1 id Label for internal linking
..... description 0..1 markdown Natural language description of the characteristic
..... note 0..* Annotation Used for footnotes or explanatory notes
..... exclude 0..1 boolean Whether the characteristic is an inclusion criterion or exclusion criterion
..... definitionReference ΣC 0..1 Reference(EvidenceVariable | Group | Evidence) Defines the characteristic (without using type and value) by a Reference
..... definitionCanonical ΣC 0..1 canonical(EvidenceVariable | Evidence) Defines the characteristic (without using type and value) by a Canonical
..... definitionCodeableConcept ΣC 0..1 CodeableConcept Defines the characteristic (without using type and value) by a CodeableConcept
..... definitionExpression Σ 0..1 Expression Defines the characteristic (without using type and value) by an expression
..... definitionId ΣC 0..1 id Defines the characteristic (without using type and value) by an id
..... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
...... id 0..1 string Unique id for inter-element referencing
...... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
....... dosage 0..* Dosage Characteristic Dosage
URL: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/ext-characteristic-dosage
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... type Σ 1..1 CodeableConcept Expresses the type of characteristic
Binding: UsageContextType (example)
Required Pattern: At least the following
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
........ id 0..1 string Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
........ system 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
........ version 0..1 string Version of the system - if relevant
........ code 1..1 code Symbol in syntax defined by the system
Fixed Value: 432102000
........ display 1..1 string Representation defined by the system
Fixed Value: Administration of substance (procedure)
........ userSelected 0..1 boolean If this coding was chosen directly by the user
....... text 0..1 string Plain text representation of the concept
...... method 0..* CodeableConcept Method for how the characteristic value was determined
Binding: DefinitionMethod (example)
...... device 0..1 Reference(Device | DeviceMetric) Device used for determining characteristic
...... Slices for value[x] Σ 1..1 Defines the characteristic when coupled with characteristic.type
Slice: Unordered, Open by type:$this
....... valueCodeableConcept CodeableConcept
....... valueBoolean boolean
....... valueQuantity Quantity
....... valueRange Range
....... valueReference Reference(Any)
....... valueId id
....... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
Binding: Drugs (extensible)
........ id 0..1 id Unique id for inter-element referencing
........ extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
........ coding SΣ 1..1 Coding Code defined by a terminology system
........ text Σ 0..1 string Plain text representation of the concept
...... offset 0..1 CodeableConcept Reference point for valueQuantity or valueRange
Binding: CharacteristicOffset (example)
..... instances[x] 0..1 Number of occurrences meeting the characteristic
...... instancesQuantity Quantity
...... instancesRange Range
..... duration[x] 0..1 Length of time in which the characteristic is met
...... durationQuantity Quantity
...... durationRange Range
..... timeFromEvent 0..* BackboneElement Timing in which the characteristic is determined
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
...... description 0..1 markdown Human readable description
...... note 0..* Annotation Used for footnotes or explanatory notes
...... event[x] 0..1 The event used as a base point (reference point) in time
Binding: EvidenceVariableEvent (example)
....... eventCodeableConcept CodeableConcept
....... eventReference Reference(Any)
....... eventDateTime dateTime
....... eventId id
...... quantity 0..1 Quantity Used to express the observation at a defined amount of time before or after the event
...... range 0..1 Range Used to express the observation within a period before and/or after the event
... handling 0..1 code continuous | dichotomous | ordinal | polychotomous
Binding: EvidenceVariableHandling (required)
... category 0..* BackboneElement A grouping for ordinal or polychotomous variables
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... name 0..1 string Description of the grouping
.... value[x] 0..1 Definition of the grouping
..... valueCodeableConcept CodeableConcept
..... valueQuantity Quantity
..... valueRange Range

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. EvidenceVariable 0..* EligibilityCriteria A definition of an exposure, outcome, or other variable
... meta Σ 1..1 Meta Metadata about the resource
.... source Σ 0..1 uri Identifies where the resource comes from
.... profile Σ 1..* canonical(StructureDefinition) Profiles this resource claims to conform to
... url ΣC 1..1 uri Canonical identifier for this evidence variable, represented as a URI (globally unique)
cnl-1: URL should not contain | or # - these characters make processing canonical references problematic
... name ΣC 1..1 string Name for this evidence variable (computer friendly)
... Slices for characteristic ΣC 1..* BackboneElement A defining factor of the EvidenceVariable
Slice: Unordered, Open by pattern:definitionByTypeAndValue.type
evv-1: In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
.... characteristic:All Slices Content/Rules for all slices
..... definitionByTypeAndValue ΣC 0..1 BackboneElement Defines the characteristic using type and value
...... type Σ 1..1 CodeableConcept Expresses the type of characteristic
....... coding Σ 1..1 Coding Code defined by a terminology system
..... definitionByCombination C 0..1 BackboneElement Used to specify how two or more characteristics are combined
...... Slices for characteristic C 1..* BackboneElement A defining factor of the characteristic
Slice: Unordered, Open by pattern:definitionByTypeAndValue.type
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
....... characteristic:All Slices Content/Rules for all slices
........ definitionByTypeAndValue ΣC 0..1 BackboneElement Defines the characteristic using type and value
......... type Σ 1..1 CodeableConcept Expresses the type of characteristic
.......... coding Σ 1..1 Coding Code defined by a terminology system
........ definitionByCombination C 0..1 BackboneElement Used to specify how two or more characteristics are combined
......... Slices for characteristic 1..* BackboneElement A defining factor of the characteristic
Slice: Unordered, Open by pattern:definitionByTypeAndValue.type
.......... characteristic:All Slices Content/Rules for all slices
........... definitionByTypeAndValue ΣC 0..1 BackboneElement Defines the characteristic using type and value
............ type Σ 1..1 CodeableConcept Expresses the type of characteristic
............. coding Σ 1..1 Coding Code defined by a terminology system
........... definitionByCombination C 0..1 BackboneElement Used to specify how two or more characteristics are combined
............ Slices for characteristic 1..* BackboneElement A defining factor of the characteristic
Slice: Unordered, Open by pattern:definitionByTypeAndValue.type
............. characteristic:All Slices Content/Rules for all slices
.............. definitionByTypeAndValue ΣC 0..1 BackboneElement Defines the characteristic using type and value
............... type Σ 1..1 CodeableConcept Expresses the type of characteristic
................ coding Σ 1..1 Coding Code defined by a terminology system
.............. definitionByCombination C 0..1 BackboneElement Used to specify how two or more characteristics are combined
............... Slices for characteristic 1..* BackboneElement A defining factor of the characteristic
Slice: Unordered, Open by pattern:definitionByTypeAndValue.type
................ characteristic:All Slices Content/Rules for all slices
................. definitionByTypeAndValue ΣC 0..1 BackboneElement Defines the characteristic using type and value
.................. type Σ 1..1 CodeableConcept Expresses the type of characteristic
................... coding Σ 1..1 Coding Code defined by a terminology system
................ characteristic:condition 0..* BackboneElement A defining factor of the characteristic
................. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
.................. Slices for value[x] Content/Rules for all slices
................... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
.................... coding Σ 1..1 Coding Code defined by a terminology system
................ characteristic:allergy 0..* BackboneElement A defining factor of the characteristic
................. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
.................. Slices for value[x] Content/Rules for all slices
................... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
.................... coding Σ 1..1 Coding Code defined by a terminology system
................ characteristic:radiologyFinding 0..* BackboneElement A defining factor of the characteristic
................. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
.................. Slices for value[x] Content/Rules for all slices
................... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
.................... coding Σ 1..1 Coding Code defined by a terminology system
................ characteristic:episodeOfCare 0..* BackboneElement A defining factor of the characteristic
................. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
.................. Slices for value[x] Content/Rules for all slices
................... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
.................... coding Σ 1..1 Coding Code defined by a terminology system
................ characteristic:procedure 0..* BackboneElement A defining factor of the characteristic
................. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
.................. Slices for value[x] Content/Rules for all slices
................... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
.................... coding Σ 1..1 Coding Code defined by a terminology system
................ characteristic:device 0..* BackboneElement A defining factor of the characteristic
................. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
.................. Slices for value[x] Content/Rules for all slices
................... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
.................... coding Σ 1..1 Coding Code defined by a terminology system
................ characteristic:drugAdministration 0..* BackboneElement A defining factor of the characteristic
................. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
.................. Slices for value[x] Content/Rules for all slices
................... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
.................... coding Σ 1..1 Coding Code defined by a terminology system
............. characteristic:condition 0..* BackboneElement A defining factor of the characteristic
.............. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............... Slices for value[x] Content/Rules for all slices
................ value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
................. coding Σ 1..1 Coding Code defined by a terminology system
............. characteristic:allergy 0..* BackboneElement A defining factor of the characteristic
.............. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............... Slices for value[x] Content/Rules for all slices
................ value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
................. coding Σ 1..1 Coding Code defined by a terminology system
............. characteristic:radiologyFinding 0..* BackboneElement A defining factor of the characteristic
.............. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............... Slices for value[x] Content/Rules for all slices
................ value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
................. coding Σ 1..1 Coding Code defined by a terminology system
............. characteristic:episodeOfCare 0..* BackboneElement A defining factor of the characteristic
.............. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............... Slices for value[x] Content/Rules for all slices
................ value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
................. coding Σ 1..1 Coding Code defined by a terminology system
............. characteristic:procedure 0..* BackboneElement A defining factor of the characteristic
.............. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............... Slices for value[x] Content/Rules for all slices
................ value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
................. coding Σ 1..1 Coding Code defined by a terminology system
............. characteristic:assessmentScale 0..* BackboneElement A defining factor of the characteristic
............. characteristic:device 0..* BackboneElement A defining factor of the characteristic
.............. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............... Slices for value[x] Content/Rules for all slices
................ value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
................. coding Σ 1..1 Coding Code defined by a terminology system
............. characteristic:observation 0..* BackboneElement A defining factor of the characteristic
............. characteristic:drugAdministration 0..* BackboneElement A defining factor of the characteristic
.............. definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............... Slices for value[x] Content/Rules for all slices
................ value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
................. coding Σ 1..1 Coding Code defined by a terminology system
.......... characteristic:condition 0..* BackboneElement A defining factor of the characteristic
........... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............ Slices for value[x] Content/Rules for all slices
............. value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
.............. coding Σ 1..1 Coding Code defined by a terminology system
.......... characteristic:allergy 0..* BackboneElement A defining factor of the characteristic
........... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............ Slices for value[x] Content/Rules for all slices
............. value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
.............. coding Σ 1..1 Coding Code defined by a terminology system
.......... characteristic:radiologyFinding 0..* BackboneElement A defining factor of the characteristic
........... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............ Slices for value[x] Content/Rules for all slices
............. value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
.............. coding Σ 1..1 Coding Code defined by a terminology system
.......... characteristic:episodeOfCare 0..* BackboneElement A defining factor of the characteristic
........... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............ Slices for value[x] Content/Rules for all slices
............. value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
.............. coding Σ 1..1 Coding Code defined by a terminology system
.......... characteristic:procedure 0..* BackboneElement A defining factor of the characteristic
........... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............ Slices for value[x] Content/Rules for all slices
............. value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
.............. coding Σ 1..1 Coding Code defined by a terminology system
.......... characteristic:assessmentScale 0..* BackboneElement A defining factor of the characteristic
.......... characteristic:device 0..* BackboneElement A defining factor of the characteristic
........... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............ Slices for value[x] Content/Rules for all slices
............. value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
.............. coding Σ 1..1 Coding Code defined by a terminology system
.......... characteristic:observation 0..* BackboneElement A defining factor of the characteristic
.......... characteristic:drugAdministration 0..* BackboneElement A defining factor of the characteristic
........... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
............ Slices for value[x] Content/Rules for all slices
............. value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
.............. coding Σ 1..1 Coding Code defined by a terminology system
....... characteristic:condition C 0..* BackboneElement A defining factor of the characteristic
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
........ definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
......... Slices for value[x] Content/Rules for all slices
.......... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
........... coding Σ 1..1 Coding Code defined by a terminology system
....... characteristic:allergy C 0..* BackboneElement A defining factor of the characteristic
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
........ definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
......... Slices for value[x] Content/Rules for all slices
.......... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
........... coding Σ 1..1 Coding Code defined by a terminology system
....... characteristic:radiologyFinding C 0..* BackboneElement A defining factor of the characteristic
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
........ definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
......... Slices for value[x] Content/Rules for all slices
.......... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
........... coding Σ 1..1 Coding Code defined by a terminology system
....... characteristic:episodeOfCare C 0..* BackboneElement A defining factor of the characteristic
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
........ definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
......... Slices for value[x] Content/Rules for all slices
.......... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
........... coding Σ 1..1 Coding Code defined by a terminology system
....... characteristic:procedure C 0..* BackboneElement A defining factor of the characteristic
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
........ definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
......... Slices for value[x] Content/Rules for all slices
.......... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
........... coding Σ 1..1 Coding Code defined by a terminology system
....... characteristic:assessmentScale C 0..* BackboneElement A defining factor of the characteristic
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
....... characteristic:device C 0..* BackboneElement A defining factor of the characteristic
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
........ definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
......... Slices for value[x] Content/Rules for all slices
.......... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
........... coding Σ 1..1 Coding Code defined by a terminology system
....... characteristic:observation C 0..* BackboneElement A defining factor of the characteristic
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
....... characteristic:drugAdministration C 0..* BackboneElement A defining factor of the characteristic
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
........ definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
......... Slices for value[x] Content/Rules for all slices
.......... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
........... coding Σ 1..1 Coding Code defined by a terminology system
.... characteristic:condition ΣC 0..* BackboneElement A defining factor of the EvidenceVariable
evv-1: In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
..... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
...... Slices for value[x] Content/Rules for all slices
....... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
........ coding Σ 1..1 Coding Code defined by a terminology system
.... characteristic:allergy ΣC 0..* BackboneElement A defining factor of the EvidenceVariable
evv-1: In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
..... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
...... Slices for value[x] Content/Rules for all slices
....... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
........ coding Σ 1..1 Coding Code defined by a terminology system
.... characteristic:radiologyFinding ΣC 0..* BackboneElement A defining factor of the EvidenceVariable
evv-1: In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
..... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
...... Slices for value[x] Content/Rules for all slices
....... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
........ coding Σ 1..1 Coding Code defined by a terminology system
.... characteristic:episodeOfCare ΣC 0..* BackboneElement A defining factor of the EvidenceVariable
evv-1: In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
..... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
...... Slices for value[x] Content/Rules for all slices
....... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
........ coding Σ 1..1 Coding Code defined by a terminology system
.... characteristic:procedure ΣC 0..* BackboneElement A defining factor of the EvidenceVariable
evv-1: In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
..... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
...... Slices for value[x] Content/Rules for all slices
....... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
........ coding Σ 1..1 Coding Code defined by a terminology system
.... characteristic:assessmentScale ΣC 0..* BackboneElement A defining factor of the EvidenceVariable
evv-1: In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
.... characteristic:device ΣC 0..* BackboneElement A defining factor of the EvidenceVariable
evv-1: In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
..... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
...... Slices for value[x] Content/Rules for all slices
....... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
........ coding Σ 1..1 Coding Code defined by a terminology system
.... characteristic:observation ΣC 0..* BackboneElement A defining factor of the EvidenceVariable
evv-1: In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
.... characteristic:drugAdministration ΣC 0..* BackboneElement A defining factor of the EvidenceVariable
evv-1: In a characteristic, at most one of these six elements shall be used: definitionReference or definitionCanonical or definitionCodeableConcept or definitionId or definitionByTypeAndValue or definitionByCombination
evidence-variable-unique-definition: For each characteristic, one and only one type of definition must exist
..... definitionByTypeAndValue ΣC 1..1 BackboneElement Defines the characteristic using type and value
...... Slices for value[x] Content/Rules for all slices
....... value[x]:valueCodeableConcept Σ 0..1 CodeableConcept Defines the characteristic when coupled with characteristic.type
........ coding Σ 1..1 Coding Code defined by a terminology system

doco Documentation for this format

This structure is derived from EligibilityCriteria

NameFlagsCard.TypeDescription & Constraintsdoco
.. EvidenceVariable EligibilityCriteria
... meta S 1..1 Meta Metadata about the resource
.... source S 0..1 uri Identifies where the resource comes from
.... profile S 1..* canonical(StructureDefinition) Profiles this resource claims to conform to
... url S 1..1 uri Canonical identifier for this evidence variable, represented as a URI (globally unique)

doco Documentation for this format

This structure is derived from EligibilityCriteria

Summary

Mandatory: 3 elements
Must-Support: 4 elements

 

Other representations of profile: CSV, Excel, Schematron

Terminology Bindings

PathConformanceValueSet / CodeURI
EvidenceVariable.meta.securityextensibleAllSecurityLabels
http://hl7.org/fhir/ValueSet/security-labels
from the FHIR Standard
EvidenceVariable.meta.tagexampleCommonTags
http://hl7.org/fhir/ValueSet/common-tags
from the FHIR Standard
EvidenceVariable.languagerequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
from the FHIR Standard
EvidenceVariable.versionAlgorithm[x]extensibleVersionAlgorithm
http://hl7.org/fhir/ValueSet/version-algorithm
from the FHIR Standard
EvidenceVariable.statusrequiredPublicationStatus
http://hl7.org/fhir/ValueSet/publication-status|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByTypeAndValue.typeexampleUsageContextType
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.typeexampleUsageContextType
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.typeexampleUsageContextType
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.typeexampleUsageContextType
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.typeexampleUsageContextType
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:condition.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 404684003("Clinical finding (finding)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:condition.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:condition.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleSNOMEDCTClinicalFindings
http://hl7.org/fhir/ValueSet/clinical-findings
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:condition.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:condition.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:condition.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:allergy.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 609328004("Allergic disposition (finding)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:allergy.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:allergy.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleAllergicDispositionSCT
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-allergic-disposition-sct
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:allergy.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:allergy.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:allergy.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:radiologyFinding.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 118247008("Radiologic finding (finding)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:radiologyFinding.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:radiologyFinding.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleRadiologicFindingSCT
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-radiologic-finding-sct
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:radiologyFinding.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:radiologyFinding.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:radiologyFinding.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:episodeOfCare.definitionByTypeAndValue.typeexamplePattern: LOINC Code 78030-4("Episode of care Type")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:episodeOfCare.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:episodeOfCare.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleEpisodeOfCareType
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-episode-of-care-type
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:episodeOfCare.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:episodeOfCare.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:episodeOfCare.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:procedure.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 71388002("Procedure (procedure)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:procedure.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:procedure.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleProcedureCodesSNOMEDCT
http://hl7.org/fhir/ValueSet/procedure-code
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:procedure.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:procedure.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:procedure.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:assessmentScale.definitionByTypeAndValue.typerequiredAssessmentScales
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-assessment-scales
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:assessmentScale.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:assessmentScale.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:assessmentScale.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:assessmentScale.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:device.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 49062001("Device (physical object)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:device.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:device.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleDeviceType
http://hl7.org/fhir/ValueSet/device-type
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:device.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:device.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:device.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:observation.definitionByTypeAndValue.typerequiredObservations
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-observations
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:observation.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:observation.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:observation.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:observation.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:drugAdministration.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 432102000("Administration of substance (procedure)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:drugAdministration.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:drugAdministration.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleDrugs
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-drugs
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:drugAdministration.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:drugAdministration.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:drugAdministration.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:condition.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 404684003("Clinical finding (finding)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:condition.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:condition.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleSNOMEDCTClinicalFindings
http://hl7.org/fhir/ValueSet/clinical-findings
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:condition.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:condition.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:condition.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:allergy.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 609328004("Allergic disposition (finding)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:allergy.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:allergy.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleAllergicDispositionSCT
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-allergic-disposition-sct
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:allergy.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:allergy.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:allergy.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:radiologyFinding.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 118247008("Radiologic finding (finding)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:radiologyFinding.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:radiologyFinding.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleRadiologicFindingSCT
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-radiologic-finding-sct
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:radiologyFinding.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:radiologyFinding.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:radiologyFinding.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:episodeOfCare.definitionByTypeAndValue.typeexamplePattern: LOINC Code 78030-4("Episode of care Type")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:episodeOfCare.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:episodeOfCare.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleEpisodeOfCareType
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-episode-of-care-type
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:episodeOfCare.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:episodeOfCare.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:episodeOfCare.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:procedure.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 71388002("Procedure (procedure)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:procedure.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:procedure.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleProcedureCodesSNOMEDCT
http://hl7.org/fhir/ValueSet/procedure-code
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:procedure.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:procedure.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:procedure.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:assessmentScale.definitionByTypeAndValue.typerequiredAssessmentScales
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-assessment-scales
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:assessmentScale.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:assessmentScale.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:assessmentScale.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:assessmentScale.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:device.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 49062001("Device (physical object)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:device.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:device.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleDeviceType
http://hl7.org/fhir/ValueSet/device-type
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:device.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:device.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:device.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:observation.definitionByTypeAndValue.typerequiredObservations
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-observations
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:observation.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:observation.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:observation.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:observation.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:drugAdministration.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 432102000("Administration of substance (procedure)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:drugAdministration.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:drugAdministration.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleDrugs
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-drugs
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:drugAdministration.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:drugAdministration.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:drugAdministration.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:condition.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 404684003("Clinical finding (finding)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:condition.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:condition.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleSNOMEDCTClinicalFindings
http://hl7.org/fhir/ValueSet/clinical-findings
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:condition.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:condition.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:condition.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:allergy.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 609328004("Allergic disposition (finding)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:allergy.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:allergy.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleAllergicDispositionSCT
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-allergic-disposition-sct
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:allergy.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:allergy.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:allergy.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:radiologyFinding.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 118247008("Radiologic finding (finding)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:radiologyFinding.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:radiologyFinding.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleRadiologicFindingSCT
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-radiologic-finding-sct
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:radiologyFinding.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:radiologyFinding.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:radiologyFinding.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:episodeOfCare.definitionByTypeAndValue.typeexamplePattern: LOINC Code 78030-4("Episode of care Type")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:episodeOfCare.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:episodeOfCare.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleEpisodeOfCareType
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-episode-of-care-type
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:episodeOfCare.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:episodeOfCare.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:episodeOfCare.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:procedure.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 71388002("Procedure (procedure)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:procedure.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:procedure.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleProcedureCodesSNOMEDCT
http://hl7.org/fhir/ValueSet/procedure-code
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:procedure.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:procedure.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:procedure.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:assessmentScale.definitionByTypeAndValue.typerequiredAssessmentScales
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-assessment-scales
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:assessmentScale.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:assessmentScale.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:assessmentScale.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:assessmentScale.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:device.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 49062001("Device (physical object)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:device.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:device.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleDeviceType
http://hl7.org/fhir/ValueSet/device-type
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:device.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:device.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:device.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:observation.definitionByTypeAndValue.typerequiredObservations
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-observations
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:observation.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:observation.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:observation.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:observation.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:drugAdministration.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 432102000("Administration of substance (procedure)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:drugAdministration.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:drugAdministration.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleDrugs
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-drugs
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:drugAdministration.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:drugAdministration.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.definitionByCombination.characteristic:drugAdministration.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:condition.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 404684003("Clinical finding (finding)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic:condition.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:condition.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleSNOMEDCTClinicalFindings
http://hl7.org/fhir/ValueSet/clinical-findings
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:condition.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:condition.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:condition.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:allergy.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 609328004("Allergic disposition (finding)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic:allergy.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:allergy.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleAllergicDispositionSCT
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-allergic-disposition-sct
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic:allergy.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:allergy.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:allergy.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:radiologyFinding.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 118247008("Radiologic finding (finding)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic:radiologyFinding.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:radiologyFinding.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleRadiologicFindingSCT
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-radiologic-finding-sct
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic:radiologyFinding.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:radiologyFinding.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:radiologyFinding.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:episodeOfCare.definitionByTypeAndValue.typeexamplePattern: LOINC Code 78030-4("Episode of care Type")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic:episodeOfCare.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:episodeOfCare.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleEpisodeOfCareType
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-episode-of-care-type
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic:episodeOfCare.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:episodeOfCare.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:episodeOfCare.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:procedure.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 71388002("Procedure (procedure)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic:procedure.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:procedure.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleProcedureCodesSNOMEDCT
http://hl7.org/fhir/ValueSet/procedure-code
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:procedure.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:procedure.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:procedure.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:assessmentScale.definitionByTypeAndValue.typerequiredAssessmentScales
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-assessment-scales
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic:assessmentScale.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:assessmentScale.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:assessmentScale.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:assessmentScale.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:device.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 49062001("Device (physical object)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic:device.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:device.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleDeviceType
http://hl7.org/fhir/ValueSet/device-type
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:device.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:device.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:device.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:observation.definitionByTypeAndValue.typerequiredObservations
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-observations
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic:observation.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:observation.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:observation.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:observation.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:drugAdministration.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 432102000("Administration of substance (procedure)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic.definitionByCombination.characteristic:drugAdministration.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:drugAdministration.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleDrugs
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-drugs
from this IG
EvidenceVariable.characteristic.definitionByCombination.characteristic:drugAdministration.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:drugAdministration.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic.definitionByCombination.characteristic:drugAdministration.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic:condition.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 404684003("Clinical finding (finding)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic:condition.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic:condition.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleSNOMEDCTClinicalFindings
http://hl7.org/fhir/ValueSet/clinical-findings
from the FHIR Standard
EvidenceVariable.characteristic:condition.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic:condition.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic:condition.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic:allergy.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 609328004("Allergic disposition (finding)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic:allergy.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic:allergy.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleAllergicDispositionSCT
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-allergic-disposition-sct
from this IG
EvidenceVariable.characteristic:allergy.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic:allergy.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic:allergy.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic:radiologyFinding.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 118247008("Radiologic finding (finding)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic:radiologyFinding.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic:radiologyFinding.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleRadiologicFindingSCT
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-radiologic-finding-sct
from this IG
EvidenceVariable.characteristic:radiologyFinding.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic:radiologyFinding.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic:radiologyFinding.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic:episodeOfCare.definitionByTypeAndValue.typeexamplePattern: LOINC Code 78030-4("Episode of care Type")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic:episodeOfCare.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic:episodeOfCare.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleEpisodeOfCareType
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-episode-of-care-type
from this IG
EvidenceVariable.characteristic:episodeOfCare.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic:episodeOfCare.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic:episodeOfCare.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic:procedure.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 71388002("Procedure (procedure)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic:procedure.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic:procedure.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleProcedureCodesSNOMEDCT
http://hl7.org/fhir/ValueSet/procedure-code
from the FHIR Standard
EvidenceVariable.characteristic:procedure.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic:procedure.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic:procedure.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic:assessmentScale.definitionByTypeAndValue.typerequiredAssessmentScales
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-assessment-scales
from this IG
EvidenceVariable.characteristic:assessmentScale.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic:assessmentScale.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic:assessmentScale.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic:assessmentScale.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic:device.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 49062001("Device (physical object)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic:device.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic:device.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleDeviceType
http://hl7.org/fhir/ValueSet/device-type
from the FHIR Standard
EvidenceVariable.characteristic:device.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic:device.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic:device.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic:observation.definitionByTypeAndValue.typerequiredObservations
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-observations
from this IG
EvidenceVariable.characteristic:observation.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic:observation.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic:observation.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic:observation.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.characteristic:drugAdministration.definitionByTypeAndValue.typeexamplePattern: SNOMED-CT Code 432102000("Administration of substance (procedure)")
http://terminology.hl7.org/ValueSet/usage-context-type
EvidenceVariable.characteristic:drugAdministration.definitionByTypeAndValue.methodexampleDefinitionMethod
http://hl7.org/fhir/ValueSet/definition-method
from the FHIR Standard
EvidenceVariable.characteristic:drugAdministration.definitionByTypeAndValue.value[x]:valueCodeableConceptextensibleDrugs
https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-drugs
from this IG
EvidenceVariable.characteristic:drugAdministration.definitionByTypeAndValue.offsetexampleCharacteristicOffset
http://hl7.org/fhir/ValueSet/characteristic-offset
from the FHIR Standard
EvidenceVariable.characteristic:drugAdministration.definitionByCombination.coderequiredCharacteristicCombination
http://hl7.org/fhir/ValueSet/characteristic-combination|5.0.0
from the FHIR Standard
EvidenceVariable.characteristic:drugAdministration.timeFromEvent.event[x]exampleEvidenceVariableEvent
http://hl7.org/fhir/ValueSet/evidence-variable-event
from the FHIR Standard
EvidenceVariable.handlingrequiredEvidenceVariableHandling
http://hl7.org/fhir/ValueSet/variable-handling|5.0.0
from the FHIR Standard