Search FHIR

FHIR Osiris Implementation Guide
1.1.0 - trial-implementation

This page is part of the OSIRIS FHIR Implementation Guide (v1.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Resource Profile: SNP - Detailed Descriptions

Draft as of 2025-04-03

Definitions for the snp resource profile.

Guidance on how to interpret the contents of this table can be found here

0. Observation
Définition

Details about a set of changes in the tested sample compared to a reference sequence.


Measurements and simple assertions made about a patient, device or other subject.

ShortVariantMeasurements and simple assertions
Commentaires

This change can be simple/discrete (relatively short), structural (potentially very large), or complex (consisting of multiple independent co-occurring variations).


Used for simple observations such as device measurements, laboratory atomic results, vital signs, height, weight, smoking status, comments, etc. Other resources are used to provide context for observations such as laboratory reports, etc.

Control0..*
Is Modifierfalse
Must Supportfalse
Résuméfalse
Alternate NamesVital Signs, Measurement, Results, Tests
Invariantsdom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty())
dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource (contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty())
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated (contained.meta.versionId.empty() and contained.meta.lastUpdated.empty())
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty())
dom-6: A resource should have narrative for robust management (text.`div`.exists())
obs-6: dataAbsentReason SHALL only be present if Observation.value[x] is not present (dataAbsentReason.empty() or value.empty())
obs-7: If Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present (value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty())
obs-6: dataAbsentReason SHALL only be present if Observation.value[x] is not present (dataAbsentReason.empty() or value.empty())
obs-7: If Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present (value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty())
2. Observation.implicitRules
Définition

A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

ShortA set of rules under which this content was created
Commentaires

Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

Control0..1
Typeuri
Is Modifiertrue because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Résumétrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
4. Observation.extension:BodyStructure
Nom de la sliceBodyStructure
Définition

Allows associating observations to a particular portion of the patient - a fetus, a tumor, a lesion, etc.

ShortTarget anatomic location or structure
Control0..1
This element is affected by the following invariants: ele-1
TypeExtension(BodyStructure Reference) (Extension Type: Reference(BodyStructure))
Is Modifierfalse
Must Supportfalse
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
6. Observation.extension:SecondaryFinding
Nom de la sliceSecondaryFinding
Définition

Allows flagging observations that should be considered secondary findings.

ShortSecondary findings are genetic test results that provide information about variants in a gene unrelated to the primary purpose for the testing, most often discovered when [Whole Exome Sequencing (WES)](https://en.wikipedia.org/wiki/Exome_sequencing) or [Whole Genome Sequencing (WGS)](https://en.wikipedia.org/wiki/Whole_genome_sequencing) is performed. This extension should be used to denote when a genetic finding is being shared as a secondary finding, and ideally refer to a corresponding guideline or policy statement. For more detail, please see: https://ghr.nlm.nih.gov/primer/testing/secondaryfindings
Control0..1
This element is affected by the following invariants: ele-1
TypeExtension(Observation Secondary Finding) (Extension Type: CodeableConcept)
Is Modifierfalse
Must Supportfalse
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
8. Observation.extension:strand-bias
Nom de la slicestrand-bias
Définition

Is there a DNA strand bias?

ShortDNA strand bias
Control0..1
TypeExtension(Strand bias) (Extension Type: boolean)
Is Modifierfalse
Must Supporttrue
Résuméfalse
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
10. Observation.extension:strand-bias.extension
Définition

An Extension


May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

ShortExtensionAdditional content defined by implementations
Commentaires

There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

Control0..0*
TypeExtension
Is Modifierfalse
Résuméfalse
Alternate Namesextensions, user content
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
SlicingThis element introduces a set of slices on Observation.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
  • value @ url
  • 12. Observation.extension:strand-bias.url
    Définition

    Source of the definition for the extension code - a logical name or a URL.

    Shortidentifies the meaning of the extension
    Commentaires

    The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

    Control1..1
    Typeuri
    Is Modifierfalse
    XML FormatIn the XML format, this property is represented as an attribute.
    Résuméfalse
    Fixed Valuehttps://ig-osiris.cancer.fr/ig/osiris/StructureDefinition/strand-bias
    14. Observation.extension:strand-bias.value[x]
    Définition

    Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

    ShortValue of extension
    Control0..1
    Typeboolean, date, Meta, Address, Attachment, integer, Count, DataRequirement, Dosage, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, code, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, Expression, Signature, unsignedInt, time
    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Résuméfalse
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    16. Observation.modifierExtension
    Définition

    May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

    ShortExtensions that cannot be ignored
    Commentaires

    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

    Control0..*
    TypeExtension
    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them
    Résuméfalse
    Requirements

    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

    Alternate Namesextensions, user content
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
    18. Observation.status
    Définition

    The status of the result value.

    Shortregistered | preliminary | final | amended +
    Commentaires

    … This should generally be 'completed' or 'revised'.


    This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.

    Control1..1
    BindingThe codes SHALL be taken from ObservationStatushttp://hl7.org/fhir/ValueSet/observation-status|4.0.1
    (required to http://hl7.org/fhir/ValueSet/observation-status|4.0.1)

    Codes providing the status of an observation.

    Typecode
    Is Modifiertrue because This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supportfalse
    Résumétrue
    Requirements

    Need to track the status of individual results. Some results are finalized before the whole report is finalized.

    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    20. Observation.category
    Définition

    A code that classifies the general type of observation being made.

    ShortClassification of type of observation
    Commentaires

    … This should be populated with 'lab'.


    In addition to the required category valueset, this element allows various categorization schemes based on the owner’s definition of the category and effectively multiple categories can be used at once. The level of granularity is defined by the category concepts in the value set.

    Control10..*
    BindingThe codes SHOULD be taken from ObservationCategoryCodeshttp://hl7.org/fhir/ValueSet/observation-category
    (preferred to http://hl7.org/fhir/ValueSet/observation-category)

    Codes for high level observation categories.

    TypeCodeableConcept
    Is Modifierfalse
    Must Supportfalse
    Résuméfalse
    Requirements

    Used for filtering what observations are retrieved and displayed.

    Pattern Value{
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
        "code" : "laboratory"
      }]
    }
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    22. Observation.code
    Définition

    Where testing scenarios are intended to assess the prescence or absence of a known set of DNA variants (e.g. tumor profiling using genotyping technology), then the Genetic Variant Assessment is used in conjunction with answer list supports structured communication of these findings. Of note, 'No Call' is different from 'Absent', because 'No Call' did not result in the determination of the marker's presents or absents. This may be due to test failure or specimen specific context which renders the test ineffective.


    Describes what was observed. Sometimes this is called the observation "name".

    ShortGenetic variant assessmentType of observation (code / type)
    Commentaires

    All code-value and, if present, component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

    Control1..1
    BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
    (example to http://hl7.org/fhir/ValueSet/observation-codes)

    Codes identifying names of simple observations.

    TypeCodeableConcept
    Is Modifierfalse
    Must Supportfalse
    Résumétrue
    Requirements

    Knowing what kind of observation is being made is essential to understanding the observation.

    Alternate NamesName
    Pattern Value{
      "coding" : [{
        "system" : "http://loinc.org",
        "code" : "69548-6"
      }]
    }
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    24. Observation.subject
    Définition

    The patient, or group of patients, location, or device this observation is about and into whose record the observation is placed. If the actual focus of the observation is different from the subject (or a sample of, part, or region of the subject), the focus element or the code itself specifies the actual focus of the observation.

    ShortWho and/or what the observation is about
    Commentaires

    … This must be the same patient as on the DiagnosticReport unless combining data from multiple fetuses or family members in a single report.


    One would expect this element to be a cardinality of 1..1. The only circumstance in which the subject can be missing is when the observation is made by a device that does not know the patient. In this case, the observation SHALL be matched to a patient through some context/channel matching technique, and at this point, the observation should be updated.

    Control10..1
    TypeReference(Oncology Patient, Patient, Group, Device, Location)
    Is Modifierfalse
    Must Supporttrue
    Résumétrue
    Requirements

    Observations have no value if you don't know who or what they're about.

    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    26. Observation.effective[x]
    Définition

    The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself.

    ShortClinically relevant time/time-period for observation
    Commentaires

    At least a date should be present unless this observation is a historical report. For recording imprecise or "fuzzy" times (For example, a blood glucose measurement taken "after breakfast") use the Timing datatype which allow the measurement to be tied to regular life events.


    At least a date should be present unless this observation is a historical report. For recording imprecise or "fuzzy" times (For example, a blood glucose measurement taken "after breakfast") use the Timing datatype which allow the measurement to be tied to regular life events.

    Control0..1
    TypedateTime, Period, Timing, instant
    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Résumétrue
    Requirements

    Knowing when an observation was deemed true is important to its relevance as well as determining trends.

    Alternate NamesOccurrence
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    SlicingThis element introduces a set of slices on Observation.effective[x]. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
    • type @ $this
    • 28. Observation.effective[x]:effectiveDateTime
      Nom de la sliceeffectiveDateTime
      Définition

      The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself.

      ShortClinically relevant time/time-period for observation
      Commentaires

      At least a date should be present unless this observation is a historical report. For recording imprecise or "fuzzy" times (For example, a blood glucose measurement taken "after breakfast") use the Timing datatype which allow the measurement to be tied to regular life events.


      At least a date should be present unless this observation is a historical report. For recording imprecise or "fuzzy" times (For example, a blood glucose measurement taken "after breakfast") use the Timing datatype which allow the measurement to be tied to regular life events.

      Control0..1
      TypedateTime, Period, Timing, instant
      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
      Is Modifierfalse
      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
      Must Supportfalse
      Résumétrue
      Requirements

      Knowing when an observation was deemed true is important to its relevance as well as determining trends.

      Alternate NamesOccurrence
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      30. Observation.performer
      Définition

      Who was responsible for asserting the observed value as "true".

      ShortWho is responsible for the observation
      Control0..1*
      TypeReference(Practitioner, Organization, Patient, RelatedPerson, PractitionerRole, CareTeam)
      Is Modifierfalse
      Must Supportfalse
      Résumétrue
      Requirements

      May give a degree of confidence in the observation and also indicates where follow-up questions should be directed.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      32. Observation.value[x]
      Définition

      Indicates whether the indicated variation was found or not.


      The information determined as a result of making the observation, if the information has a simple value.

      ShortPresent|Absent|No call|IndeterminateActual result
      Commentaires

      If not searching for specific variations and merely reporting what's found, this element should be set to "Present".


      An observation may have; 1) a single value here, 2) both a value and a set of related or component values, or 3) only a set of related or component values. If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

      Control10..1
      This element is affected by the following invariants: obs-7
      BindingThe codes SHALL be taken from For codes, see LOINC Answer List LL1971-2
      (required to http://loinc.org/vs/LL1971-2)

      Genetic Variant Assessment

      TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
      Is Modifierfalse
      Must Supportfalse
      Résumétrue
      Requirements

      An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      34. Observation.interpretation
      Définition

      A categorical assessment of an observation value. For example, high, low, normal.

      ShortHigh, low, normal, etc.
      Commentaires

      Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

      Control0..0*
      BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
      (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

      Codes identifying interpretations of observations.

      TypeCodeableConcept
      Is Modifierfalse
      Must Supportfalse
      Résuméfalse
      Requirements

      For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

      Alternate NamesAbnormal Flag
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      36. Observation.derivedFrom
      Définition

      Analysis from which come this observation


      The target resource that represents a measurement from which this observation value is derived. For example, a calculated anion gap or a fetal measurement based on an ultrasound image.

      ShortAnalysis from which come this observationRelated measurements the observation is made from
      Commentaires

      All the reference choices that are listed in this element can represent clinical observations and other measurements that may be the source for a derived value. The most common reference will be another Observation. For a discussion on the ways Observations can assembled in groups together, see Notes below.


      All the reference choices that are listed in this element can represent clinical observations and other measurements that may be the source for a derived value. The most common reference will be another Observation. For a discussion on the ways Observations can assembled in groups together, see Notes below.

      Control10..1*
      TypeReference(Sequencing Analysis, DocumentReference, ImagingStudy, Media, QuestionnaireResponse, Observation, MolecularSequence)
      Is Modifierfalse
      Must Supporttrue
      Résumétrue
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      38. Observation.component
      Définition

      Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

      ShortComponent results
      Commentaires

      For a discussion on the ways Observations can be assembled in groups together see Notes below.


      For a discussion on the ways Observations can be assembled in groups together see Notes below.

      Control80..*
      TypeBackboneElement
      Is Modifierfalse
      Must Supportfalse
      Résumétrue
      Requirements

      Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      SlicingThis element introduces a set of slices on Observation.component. The slices areUnordered and Open, and can be differentiated using the following discriminators:
      • pattern @ code
      • 40. Observation.component.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        42. Observation.component.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        44. Observation.component.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        46. Observation.component:gene-studied
        Nom de la slicegene-studied
        Définition

        HUGO Gene Nomenclature Committee (HGNC) identifier for a gene. List the gene(s) examined in full or in part by the study. If the study addresses multiple genes, these can be recorded in multiple gene studied components . The required coding will use the HGNC gene symbol as the display text and HGNC gene ID as the code.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortGene studied IDComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..*
        TypeBackboneElement
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        48. Observation.component:gene-studied.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        50. Observation.component:gene-studied.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "48018-6"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        52. Observation.component:gene-studied.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortIf no HGNC code issued for this gene yet, NCBI gene IDs SHALL be used.Actual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        BindingUnless not suitable, these codes SHALL be taken from For codes, see HGNC
        (extensible to http://hl7.org/fhir/uv/genomics-reporting/ValueSet/hgnc)

        HGNC: Human Gene Nomenclature Committee

        TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        54. Observation.component:gene-studied.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        56. Observation.component:cytogenetic-location
        Nom de la slicecytogenetic-location
        Définition

        Location on the cytogenetic map.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortCytogenetic mapComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supporttrue
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        58. Observation.component:cytogenetic-location.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        60. Observation.component:cytogenetic-location.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "48001-2"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        62. Observation.component:cytogenetic-location.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        BindingThe codes SHALL be taken from For codes, see CytoBand Value Set
        (required to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/CytoBand)
        TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        64. Observation.component:cytogenetic-location.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        66. Observation.component:ref-sequence-assembly
        Nom de la sliceref-sequence-assembly
        Définition

        The version of the reference genome used for the reconstruction of the tumor genome.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortReference genome versionComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control10..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supporttrue
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        68. Observation.component:ref-sequence-assembly.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        70. Observation.component:ref-sequence-assembly.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "62374-4"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        72. Observation.component:ref-sequence-assembly.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        BindingUnless not suitable, these codes SHALL be taken from For codes, see GenomeBuild Value Set
        (extensible to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/GenomeBuild)
        TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        74. Observation.component:ref-sequence-assembly.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        76. Observation.component:dna-chg
        Nom de la slicedna-chg
        Définition

        Human Genome Variation Society (HGVS) nomenclature for a single DNA marker.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortDNA Change - Transcript (cHGVS)Component results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        78. Observation.component:dna-chg.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        80. Observation.component:dna-chg.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "48004-6"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        82. Observation.component:dna-chg.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        BindingThe codes SHALL be taken from For codes, see HGVS
        (required to http://hl7.org/fhir/uv/genomics-reporting/ValueSet/hgvs)

        HGVS: Sequence Variant Nomenclature from the Human Genome Variation Society

        TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        84. Observation.component:dna-chg.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        86. Observation.component:dna-chg-type
        Nom de la slicedna-chg-type
        Définition

        The type of mutation.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortTypeComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control10..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supporttrue
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        88. Observation.component:dna-chg-type.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        90. Observation.component:dna-chg-type.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "48019-4"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        92. Observation.component:dna-chg-type.value[x]
        Définition

        Type of DNA variation reported.


        The information determined as a result of making the observation, if the information has a simple value.

        ShortConcepts in sequence ontology under SO:0002072 (see http://www.sequenceontology.org/browser/current_release/term/SO:0002072)Actual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        BindingUnless not suitable, these codes SHALL be taken from For codes, see DNA Change Type Value Set
        (extensible to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/DNAChangeType)
        TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        94. Observation.component:dna-chg-type.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        96. Observation.component:functional-annotation
        Nom de la slicefunctional-annotation
        Définition

        Annotated changes to sequence features caused by this variant.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortFunctional AnnotationComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..*
        TypeBackboneElement
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        98. Observation.component:functional-annotation.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        100. Observation.component:functional-annotation.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes",
            "code" : "functional-annotation"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        102. Observation.component:functional-annotation.value[x]
        Définition

        Changes to sequence features caused by this variant.


        The information determined as a result of making the observation, if the information has a simple value.

        ShortConcepts in sequence ontology under SO:0001537 (see http://www.sequenceontology.org/browser/current_release/term/SO:0001537)Actual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        BindingUnless not suitable, these codes SHALL be taken from For codes, see Functional Annotation
        (extensible to http://hl7.org/fhir/uv/genomics-reporting/ValueSet/functional-annotation)

        Functional Annotation (Sequence Ontology)

        TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        104. Observation.component:functional-annotation.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        106. Observation.component:variation-code
        Nom de la slicevariation-code
        Définition

        This term is used to report the unique identifier of the simple variant found in this study.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortVariation CodeComponent results
        Commentaires

        If this is present, the components can be omitted but they might be included to avoid a need to look up the information in a registry. Typically only one code would be present, though multiple codings expressing the variant in different code systems are possible.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        108. Observation.component:variation-code.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        110. Observation.component:variation-code.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "81252-9"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        112. Observation.component:variation-code.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        Binding

        Binding not yet defined

        TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        114. Observation.component:variation-code.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        116. Observation.component:dbSNP-id
        Nom de la slicedbSNP-id
        Définition

        The unique identifier for the variant represented as a small nucleotide polymorphism (SNP). The dbSNP ID is used routinely as the base identifier in pharmacogenomics as well as arrCGH studies. For example, for the simple variant NM_014049.4(ACAD9):c.1249C>T (p.Arg417Cys), the dbSNP ID is 368949613. [http://www.ncbi.nlm.nih.gov/clinvar/variation/30880/].


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortdbSNP IDComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        118. Observation.component:dbSNP-id.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        120. Observation.component:dbSNP-id.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "81255-2"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        122. Observation.component:dbSNP-id.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        Binding

        Binding not yet defined

        TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        124. Observation.component:dbSNP-id.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        126. Observation.component:genomic-dna-chg
        Nom de la slicegenomic-dna-chg
        Définition

        The name of a structural variant reported using HGVS nomenclature.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortDNA Change - Genomic (gHGVS)Component results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        128. Observation.component:genomic-dna-chg.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        130. Observation.component:genomic-dna-chg.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "81290-9"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        132. Observation.component:genomic-dna-chg.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        BindingThe codes SHALL be taken from For codes, see HGVS
        (required to http://hl7.org/fhir/uv/genomics-reporting/ValueSet/hgvs)

        HGVS: Sequence Variant Nomenclature from the Human Genome Variation Society

        TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        134. Observation.component:genomic-dna-chg.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        136. Observation.component:genomic-source-class
        Nom de la slicegenomic-source-class
        Définition

        Cell type where the mutation occurs.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortCellular typeComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control10..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supporttrue
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        138. Observation.component:genomic-source-class.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        140. Observation.component:genomic-source-class.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "48002-0"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        142. Observation.component:genomic-source-class.value[x]
        Définition

        MG_2_Genetic variant source.


        The information determined as a result of making the observation, if the information has a simple value.

        ShortGermline | Somatic | Fetal | Likely germline | Likely somatic |Likely fetal | Unknown genomic origin | De novoActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        BindingUnless not suitable, these codes SHALL be taken from For codes, see LOINC Answer List LL378-1
        (extensible to http://loinc.org/vs/LL378-1)

        Genomic source class values

        TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        144. Observation.component:genomic-source-class.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        146. Observation.component:amino-acid-chg
        Nom de la sliceamino-acid-chg
        Définition

        Human Genome Variation Society (HGVS) nomenclature for an amino acid sequence. This value is derivable from the DNA Marker value if available. It is provided for convenience. The use of the nomenclature must be extended to describe non-variations (aka. wild types) see samples for wild type examples.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortAmino acid change (pHGVS)Component results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        148. Observation.component:amino-acid-chg.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        150. Observation.component:amino-acid-chg.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "48005-3"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        152. Observation.component:amino-acid-chg.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        BindingThe codes SHALL be taken from For codes, see HGVS
        (required to http://hl7.org/fhir/uv/genomics-reporting/ValueSet/hgvs)

        HGVS: Sequence Variant Nomenclature from the Human Genome Variation Society

        TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        154. Observation.component:amino-acid-chg.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        156. Observation.component:amino-acid-chg-type
        Nom de la sliceamino-acid-chg-type
        Définition

        Codified type for associated Amino Acid Marker. Amino Acid Marker's use the HGVS notation which implies the Amino Acid Marker Type, but the concurrent use of this code will allow a standard and explicit type for technical and display convenience.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortAmino acid change typeComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        158. Observation.component:amino-acid-chg-type.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        160. Observation.component:amino-acid-chg-type.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "48006-1"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        162. Observation.component:amino-acid-chg-type.value[x]
        Définition

        MG_4_Amino acid change type.


        The information determined as a result of making the observation, if the information has a simple value.

        ShortWild type | Deletion | Duplication | Frameshift | Initiating Methionine | Insertion | Insertion and Deletion | Missense | Silent | Stop Codon MutationActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        BindingThe codes SHALL be taken from For codes, see LOINC Answer List LL380-7
        (required to http://loinc.org/vs/LL380-7)

        Amino acid change type values

        TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        164. Observation.component:amino-acid-chg-type.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        166. Observation.component:transcript-ref-seq
        Nom de la slicetranscript-ref-seq
        Définition

        This field carries the ID for the transcribed reference sequence, which is the part of the genomic reference sequence that is converted to messenger RNA (i.e., after the introns are removed).


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortTranscript reference sequence IDComponent results
        Commentaires

        Only needed if the transcript sequence or genomic reference sequence versions don't indicate the version.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        168. Observation.component:transcript-ref-seq.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        170. Observation.component:transcript-ref-seq.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "51958-7"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        172. Observation.component:transcript-ref-seq.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        Binding

        Binding not yet defined

        TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        174. Observation.component:transcript-ref-seq.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        176. Observation.component:genomic-ref-seq
        Nom de la slicegenomic-ref-seq
        Définition

        This field carries the ID for the genomic reference sequence. The genomic reference sequence is a contiguous stretch of chromosome DNA that spans all of the exons of the gene and includes transcribed and non transcribed stretches. For this ID use either the NCBI genomic nucleotide RefSeq IDs with their version number (see: NCBI.NLM.NIH.Gov/RefSeq) or use the LRG identifiers, without transcript (t or p) extensions -- when they become available. (See- Report sponsored by GEN2PHEN at the European Bioinformatics Institute at Hinxton UK April 24-25, 2008). The NCI RefSeq genomic IDs are distinguished by a prefix of"NG" for genes from the nuclear chromosomes and prefix of "NC" for genes from mitochondria. The LRG Identifiers have a prefix of "LRG_" Mitochondrial genes are not in the scope of LRG.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortGenomic reference sequence IDComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        178. Observation.component:genomic-ref-seq.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        180. Observation.component:genomic-ref-seq.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "48013-7"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        182. Observation.component:genomic-ref-seq.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        Binding

        Binding not yet defined

        TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        184. Observation.component:genomic-ref-seq.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        186. Observation.component:sample-allelic-frequency
        Nom de la slicesample-allelic-frequency
        Définition

        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortSample Allelic FrequencyComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        188. Observation.component:sample-allelic-frequency.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        190. Observation.component:sample-allelic-frequency.code
        Définition

        The fraction of all reads in a study sample at a given genomic locus that identify the allele (variant) in question.


        Describes what was observed. Sometimes this is called the observation "code".

        ShortSample Sample VAFType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "81258-6"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        192. Observation.component:sample-allelic-frequency.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        TypeQuantity, dateTime, boolean, string, SampledData, Period, Ratio, integer, time, Range, CodeableConcept
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        194. Observation.component:sample-allelic-frequency.value[x].value
        Définition

        The value of the measured amount. The value includes an implicit precision in the presentation of the value.

        ShortNumerical value (with implicit precision)
        Commentaires

        The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).

        Control10..1
        Typedecimal
        Is Modifierfalse
        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
        Must Supportfalse
        Résumétrue
        Requirements

        Precision is handled implicitly in almost all cases of measurement.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        196. Observation.component:sample-allelic-frequency.value[x].comparator
        Définition

        How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is "<" , then the real value is < stated value.

        Short< | <= | >= | > - how to understand the value
        Control0..1
        BindingThe codes SHALL be taken from QuantityComparatorhttp://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1
        (required to http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1)

        How the Quantity should be understood and represented.

        Typecode
        Is Modifiertrue because This is labeled as "Is Modifier" because the comparator modifies the interpretation of the value significantly. If there is no comparator, then there is no modification of the value
        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
        Résumétrue
        Requirements

        Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

        Meaning if MissingIf there is no comparator, then there is no modification of the value
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        198. Observation.component:sample-allelic-frequency.value[x].system
        Définition

        The identification of the system that provides the coded form of the unit.

        ShortSystem that defines coded unit form
        Control10..1
        This element is affected by the following invariants: qty-3
        Typeuri
        Is Modifierfalse
        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
        Must Supportfalse
        Résumétrue
        Requirements

        Need to know the system that defines the coded form of the unit.

        Fixed Valuehttp://unitsofmeasure.org
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        200. Observation.component:sample-allelic-frequency.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        202. Observation.component:allelic-read-depth
        Nom de la sliceallelic-read-depth
        Définition

        Number of 'reads' at the genomic position of the mutation.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortDepthComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control10..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supporttrue
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        204. Observation.component:allelic-read-depth.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        206. Observation.component:allelic-read-depth.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "82121-5"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        208. Observation.component:allelic-read-depth.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        TypeQuantity, dateTime, boolean, string, SampledData, Period, Ratio, integer, time, Range, CodeableConcept
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        210. Observation.component:allelic-read-depth.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        212. Observation.component:allelic-state
        Nom de la sliceallelic-state
        Définition

        Zygotia of the mutation.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortZygotiaComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supporttrue
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        214. Observation.component:allelic-state.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        216. Observation.component:allelic-state.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "53034-5"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        218. Observation.component:allelic-state.value[x]
        Définition

        The relationship between the alleles found at the same locus on different chromosomes.


        The information determined as a result of making the observation, if the information has a simple value.

        ShortHeteroplasmic | Homoplasmic | Homozygous | Heterozygous | HemizygousActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        BindingUnless not suitable, these codes SHALL be taken from For codes, see LOINC Answer List LL381-5
        (extensible to http://loinc.org/vs/LL381-5)

        Allelic state type values

        TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        220. Observation.component:allelic-state.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        222. Observation.component:copy-number
        Nom de la slicecopy-number
        Définition

        The copy number of the large variant. In HGVS, this is the numeric value following the “X”. It is a unit-less value. Note that a copy number of 1 implies a deletion. The copy number can usually be inferred from the HGVS or ISCN fields.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortGenomic structural variant copy numberComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        224. Observation.component:copy-number.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        226. Observation.component:copy-number.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "82155-3"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        228. Observation.component:copy-number.value[x]
        Définition

        A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies.


        The information determined as a result of making the observation, if the information has a simple value.

        ShortA measured or measurable amountActual component result
        Commentaires

        The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        TypeQuantity(Count), dateTime, boolean, string, SampledData, Period, Ratio, integer, time, Range, CodeableConcept
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantscnt-3: There SHALL be a code with a value of "1" if there is a value. If system is present, it SHALL be UCUM. If present, the value SHALL be a whole number. ((code.exists() or value.empty()) and (system.empty() or system = %ucum) and (code.empty() or code = '1') and (value.empty() or value.hasValue().not() or value.toString().contains('.').not()))
        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        qty-3: If a code for the unit is present, the system SHALL also be present (code.empty() or system.exists())
        230. Observation.component:copy-number.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        232. Observation.component:ref-allele
        Nom de la sliceref-allele
        Définition

        The allele seen on the forward strand of the reference genome.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortReference alleleComponent results
        Commentaires

        This is used in a genotyping test to define the reference and variable nucleotide strings. That is if the sequence variation is an insertion, then Reference Nucleotide will be blank and Variable Nucleotide will contain the inserted nucleotides. In contrast, if the sequence variation is a deletion, then the Reference Nucleotide will contain the deleted nucliotieds, and the Variable Nucleotide will be blank.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control10..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supporttrue
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        234. Observation.component:ref-allele.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        236. Observation.component:ref-allele.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "69547-8"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        238. Observation.component:ref-allele.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        Typestring, dateTime, boolean, SampledData, Quantity, Period, Ratio, integer, time, Range, CodeableConcept
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        240. Observation.component:ref-allele.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        242. Observation.component:alt-allele
        Nom de la slicealt-allele
        Définition

        The allele resulting from a somatic mutation event during tumorigenesis.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortAlternative alleleComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control10..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supporttrue
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        244. Observation.component:alt-allele.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        246. Observation.component:alt-allele.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "69551-0"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        248. Observation.component:alt-allele.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        Typestring, dateTime, boolean, SampledData, Quantity, Period, Ratio, integer, time, Range, CodeableConcept
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        250. Observation.component:alt-allele.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        252. Observation.component:coordinate-system
        Nom de la slicecoordinate-system
        Définition

        Base number of coordinate system either 0-based, with inclusive start and exclusive end (called interval), or 1-based, with inclusive start and end. However, two versions of 1-based are in common use.These systems are HGVS 1-based (called variant method) and VCF 1-based (called alignment method). In general, HGVS recommends right-justification and VCF recommends left-justification. However, these systems further address questions such as wheather or not to place an insertion before or after the nucleotide, and, if always placed before the nucleotide, how to handle insertion after the end of the sequence. Additionally, the systems deal with handling boundary effects of numbers between features. For more details see the HGVS and VCF guides.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortCoordinate SystemComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        254. Observation.component:coordinate-system.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        256. Observation.component:coordinate-system.code
        Définition

        This captures the base numbering used to calculate base positions in the reported sequence information.


        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "92822-6"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        258. Observation.component:coordinate-system.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        Short0-based interval | 0-based character | 1-based characterActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        BindingThe codes SHOULD be taken from For codes, see LOINC Answer List LL5323-2
        (preferred to http://loinc.org/vs/LL5323-2)

        Base coordinate systems start and end measurements for variants

        TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        260. Observation.component:coordinate-system.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        262. Observation.component:exact-start-end
        Nom de la sliceexact-start-end
        Définition

        This location is the first genomic position in the reference allele that contains a change from the reference allele. For example, for the simple variant NM_014049.4(ACAD9):c.1249C>T (p.Arg417Cys), the location is Chr3: 128906220 on Assembly GRCh38.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortExact start-endComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        264. Observation.component:exact-start-end.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        266. Observation.component:exact-start-end.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes",
            "code" : "exact-start-end"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        268. Observation.component:exact-start-end.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        TypeRange, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, CodeableConcept
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        270. Observation.component:exact-start-end.value[x].low
        Définition

        Starting position of the genetic alteration on the chromosome.


        The low limit. The boundary is inclusive.

        ShortStart positionLow limit
        Commentaires

        If the low element is missing, the low boundary is not known.

        Control10..1
        TypeQuantity(SimpleQuantity)
        Is Modifierfalse
        Must Supporttrue
        Résumétrue
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        272. Observation.component:exact-start-end.value[x].high
        Définition

        End position of the genetic alteration on the chromosome.


        The high limit. The boundary is inclusive.

        ShortEnd positionHigh limit
        Commentaires

        If the high element is missing, the high boundary is not known.

        Control10..1
        TypeQuantity(SimpleQuantity)
        Is Modifierfalse
        Must Supporttrue
        Résumétrue
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        274. Observation.component:exact-start-end.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        276. Observation.component:variant-length
        Nom de la slicevariant-length
        Définition

        Length of the structural variant, which information may be ascertained in some but not all types of structural variants.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortStructural variant lengthComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        278. Observation.component:variant-length.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        280. Observation.component:variant-length.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "81300-6"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        282. Observation.component:variant-length.value[x]
        Définition

        A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies.


        The information determined as a result of making the observation, if the information has a simple value.

        ShortA measured or measurable amountActual component result
        Commentaires

        The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        TypeQuantity(Count), dateTime, boolean, string, SampledData, Period, Ratio, integer, time, Range, CodeableConcept
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantscnt-3: There SHALL be a code with a value of "1" if there is a value. If system is present, it SHALL be UCUM. If present, the value SHALL be a whole number. ((code.exists() or value.empty()) and (system.empty() or system = %ucum) and (code.empty() or code = '1') and (value.empty() or value.hasValue().not() or value.toString().contains('.').not()))
        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        qty-3: If a code for the unit is present, the system SHALL also be present (code.empty() or system.exists())
        284. Observation.component:variant-length.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        286. Observation.component:outer-start-end
        Nom de la sliceouter-start-end
        Définition

        The genomic coordinates of the widest genomic range in which the variant might reside.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortVariant outer start and endComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        288. Observation.component:outer-start-end.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        290. Observation.component:outer-start-end.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes",
            "code" : "outer-start-end"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        292. Observation.component:outer-start-end.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        TypeRange, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, CodeableConcept
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        294. Observation.component:outer-start-end.value[x].low
        Définition

        The low limit. The boundary is inclusive.

        ShortLow limit
        Commentaires

        If the low element is missing, the low boundary is not known.

        Control10..1
        TypeQuantity(SimpleQuantity)
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        296. Observation.component:outer-start-end.value[x].high
        Définition

        The high limit. The boundary is inclusive.

        ShortHigh limit
        Commentaires

        If the high element is missing, the high boundary is not known.

        Control10..1
        TypeQuantity(SimpleQuantity)
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        298. Observation.component:outer-start-end.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        300. Observation.component:inner-start-end
        Nom de la sliceinner-start-end
        Définition

        The genomic coordinates of the narrowest genomic range in which the structural variant might reside.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortVariant inner start and endComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        302. Observation.component:inner-start-end.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        304. Observation.component:inner-start-end.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes",
            "code" : "inner-start-end"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        306. Observation.component:inner-start-end.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        TypeRange, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, CodeableConcept
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        308. Observation.component:inner-start-end.value[x].low
        Définition

        The low limit. The boundary is inclusive.

        ShortLow limit
        Commentaires

        If the low element is missing, the low boundary is not known.

        Control10..1
        TypeQuantity(SimpleQuantity)
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        310. Observation.component:inner-start-end.value[x].high
        Définition

        The high limit. The boundary is inclusive.

        ShortHigh limit
        Commentaires

        If the high element is missing, the high boundary is not known.

        Control10..1
        TypeQuantity(SimpleQuantity)
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        312. Observation.component:inner-start-end.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        314. Observation.component:chromosome-copy-number-change-type
        Nom de la slicechromosome-copy-number-change-type
        Définition

        The type of the chromosome copy number change.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortChromosome copy number change typeComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        316. Observation.component:chromosome-copy-number-change-type.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        318. Observation.component:chromosome-copy-number-change-type.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "62378-5"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        320. Observation.component:chromosome-copy-number-change-type.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortCopy number gain | Copy number lossActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        BindingThe codes SHALL be taken from For codes, see LOINC Answer List LL1041-4
        (required to http://loinc.org/vs/LL1041-4)

        Copy Number Change Types

        TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        322. Observation.component:chromosome-copy-number-change-type.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        324. Observation.component:arrCGH-ratio
        Nom de la slicearrCGH-ratio
        Définition

        todo.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortStructural variant reported arrCGH [Ratio]Component results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        326. Observation.component:arrCGH-ratio.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        328. Observation.component:arrCGH-ratio.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "81299-0"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        330. Observation.component:arrCGH-ratio.value[x]
        Définition

        The comparator is not used on a SimpleQuantity


        The information determined as a result of making the observation, if the information has a simple value.

        ShortA fixed quantity (no comparator)Actual component result
        Commentaires

        The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        This element is affected by the following invariants: ele-1
        TypeQuantity(SimpleQuantity), dateTime, boolean, string, SampledData, Period, Ratio, integer, time, Range, CodeableConcept
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        qty-3: If a code for the unit is present, the system SHALL also be present (code.empty() or system.exists())
        sqty-1: The comparator is not used on a SimpleQuantity (comparator.empty())
        332. Observation.component:arrCGH-ratio.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        334. Observation.component:complex-var-type
        Nom de la slicecomplex-var-type
        Définition

        The type of complex variant, for example, compound heterozygous or haplotype.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortComplex variant typeComponent results
        Commentaires

        When sending a grouping of non-contiguous variants that are meant to be interpreted together but do not signify a named haplotype, one can send the type of complex variant here (determined by where the individual changes are in relation to each other), and use Observation.hasMember to reference the individual variants, which would then be described as normal.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        336. Observation.component:complex-var-type.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        338. Observation.component:complex-var-type.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "81263-6"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        340. Observation.component:complex-var-type.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortCompound heterozygous | Double heterozygous | Haplotype | HemizygousActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        BindingThe codes SHALL be taken from For codes, see LOINC Answer List LL3999-1
        (required to http://loinc.org/vs/LL3999-1)

        Complex variant type

        TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        342. Observation.component:complex-var-type.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        344. Observation.component:cytogenomic-nomenclature
        Nom de la slicecytogenomic-nomenclature
        Définition

        Fully describes a variant with a single code. Typically a large variant such as a mosaic, abnormal chromosome numbers, etc.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortCytogenomic NomenclatureComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        346. Observation.component:cytogenomic-nomenclature.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        348. Observation.component:cytogenomic-nomenclature.code
        Définition

        ISCN is a syntax for describing cytogenetic findings, from classical karyotypes to details that can be observed with copy number methodologies. Using ISCN nomenclature is highly recommended for reporting structural variants.


        Describes what was observed. Sometimes this is called the observation "code".

        ShortVariant ISCNType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "81291-7"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        350. Observation.component:cytogenomic-nomenclature.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        Binding

        Binding not yet defined

        TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        352. Observation.component:cytogenomic-nomenclature.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        354. Observation.component:variant-inheritance
        Nom de la slicevariant-inheritance
        Définition

        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortVariant InheritanceComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        356. Observation.component:variant-inheritance.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        358. Observation.component:variant-inheritance.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes",
            "code" : "variant-inheritance"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        360. Observation.component:variant-inheritance.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        BindingUnless not suitable, these codes SHALL be taken from For codes, see Variant Inheritance
        (extensible to http://hl7.org/fhir/uv/genomics-reporting/ValueSet/variant-inheritance)

        Variant Inheritance (Sequence Ontology)

        TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supportfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        362. Observation.component:variant-inheritance.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        364. Observation.component:pathogenicity
        Nom de la slicepathogenicity
        Définition

        Information to indicate the pathogenicity of the genetic alteration.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortPathogenicityComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supporttrue
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        366. Observation.component:pathogenicity.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        368. Observation.component:pathogenicity.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "74019-1"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        370. Observation.component:pathogenicity.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control0..1
        BindingThe codes SHALL be taken from For codes, see Pathogenicity Value Set
        (required to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/Pathogenicity)
        TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        372. Observation.component:pathogenicity.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        374. Observation.component:actionability
        Nom de la sliceactionability
        Définition

        Can (could) the genetic alteration affect the patient's response to treatment?


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortImpact on patient treatmentComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supporttrue
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        376. Observation.component:actionability.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        378. Observation.component:actionability.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "93348-1"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        380. Observation.component:actionability.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control0..1
        Typeboolean, dateTime, string, SampledData, Quantity, Period, Ratio, integer, time, Range, CodeableConcept
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        382. Observation.component:actionability.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        384. Observation.component:proposed-for-orientation
        Nom de la sliceproposed-for-orientation
        Définition

        Was the genetic alteration used to guide the patient's therapeutic choice?


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortImpact on the choice of therapyComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control0..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supporttrue
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        386. Observation.component:proposed-for-orientation.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        388. Observation.component:proposed-for-orientation.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://terminology.hl7.org/CodeSystem/umls",
            "code" : "C0449889"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        390. Observation.component:proposed-for-orientation.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control0..1
        Typeboolean, dateTime, string, SampledData, Quantity, Period, Ratio, integer, time, Range, CodeableConcept
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        392. Observation.component:proposed-for-orientation.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        394. Observation.component:chromosome
        Nom de la slicechromosome
        Définition

        Chromosomal localization.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortChromosomeComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control10..*
        TypeBackboneElement
        Is Modifierfalse
        Must Supporttrue
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        396. Observation.component:chromosome.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        398. Observation.component:chromosome.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "48000-4"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        400. Observation.component:chromosome.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        BindingThe codes SHALL be taken from For codes, see Chromosome Value Set
        (required to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/Chromosome)
        TypeCodeableConcept, dateTime, boolean, string, SampledData, Quantity, Period, Ratio, integer, time, Range
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supporttrue
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        402. Observation.component:chromosome.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        404. Observation.component:variant-read-depth
        Nom de la slicevariant-read-depth
        Définition

        Number of reads containing the alternative allele at position.


        Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

        ShortAlternative allele depthComponent results
        Commentaires

        For a discussion on the ways Observations can be assembled in groups together see Notes below.


        For a discussion on the ways Observations can be assembled in groups together see Notes below.

        Control10..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supporttrue
        Résumétrue
        Requirements

        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        406. Observation.component:variant-read-depth.modifierExtension
        Définition

        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

        ShortExtensions that cannot be ignored even if unrecognized
        Commentaires

        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

        Control0..*
        TypeExtension
        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
        Résumétrue
        Requirements

        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.


        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

        Alternate Namesextensions, user content, modifiers
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
        408. Observation.component:variant-read-depth.code
        Définition

        Describes what was observed. Sometimes this is called the observation "code".

        ShortType of component observation (code / type)
        Commentaires

        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

        Control1..1
        BindingFor example codes, see LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes
        (example to http://hl7.org/fhir/ValueSet/observation-codes)

        Codes identifying names of simple observations.

        TypeCodeableConcept
        Is Modifierfalse
        Résumétrue
        Requirements

        Knowing what kind of observation is being made is essential to understanding the observation.

        Pattern Value{
          "coding" : [{
            "system" : "http://loinc.org",
            "code" : "LP232001-0"
          }]
        }
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        410. Observation.component:variant-read-depth.value[x]
        Définition

        The information determined as a result of making the observation, if the information has a simple value.

        ShortActual component result
        Commentaires

        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.


        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

        Control10..1
        TypeQuantity, dateTime, boolean, string, SampledData, Period, Ratio, integer, time, Range, CodeableConcept
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        Is Modifierfalse
        Must Supporttrue
        Résumétrue
        Requirements

        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        412. Observation.component:variant-read-depth.interpretation
        Définition

        A categorical assessment of an observation value. For example, high, low, normal.

        ShortHigh, low, normal, etc.
        Commentaires

        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

        Control0..0*
        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation
        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

        Codes identifying interpretations of observations.

        TypeCodeableConcept
        Is Modifierfalse
        Must Supportfalse
        Résuméfalse
        Requirements

        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

        Alternate NamesAbnormal Flag
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))

        Guidance on how to interpret the contents of this table can be found here

        0. Observation
        2. Observation.extension:strand-bias
        Nom de la slicestrand-bias
        Définition

        Is there a DNA strand bias?

        ShortDNA strand bias
        Control0..1
        TypeExtension(Strand bias) (Extension Type: boolean)
        Must Supporttrue
        4. Observation.extension:strand-bias.value[x]
        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
        6. Observation.subject
        Control1..?
        TypeReference(Oncology Patient)
        Must Supporttrue
        8. Observation.derivedFrom
        Définition

        Analysis from which come this observation

        ShortAnalysis from which come this observation
        Control1..1
        TypeReference(Sequencing Analysis)
        Must Supporttrue
        10. Observation.component
        Control8..?
        SlicingThis element introduces a set of slices on Observation.component. The slices areUnordered and Open, and can be differentiated using the following discriminators:
        • pattern @ code
        • 12. Observation.component:cytogenetic-location
          Nom de la slicecytogenetic-location
          Définition

          Location on the cytogenetic map.

          ShortCytogenetic map
          Control0..1
          Must Supporttrue
          14. Observation.component:cytogenetic-location.value[x]
          BindingThe codes SHALL be taken from CytoBand Value Set
          (required to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/CytoBand)
          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
          16. Observation.component:ref-sequence-assembly
          Nom de la sliceref-sequence-assembly
          Définition

          The version of the reference genome used for the reconstruction of the tumor genome.

          ShortReference genome version
          Control1..1
          Must Supporttrue
          18. Observation.component:ref-sequence-assembly.value[x]
          BindingUnless not suitable, these codes SHALL be taken from GenomeBuild Value Set
          (extensible to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/GenomeBuild)
          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
          20. Observation.component:dna-chg-type
          Nom de la slicedna-chg-type
          Définition

          The type of mutation.

          ShortType
          Control1..?
          Must Supporttrue
          22. Observation.component:dna-chg-type.value[x]
          BindingUnless not suitable, these codes SHALL be taken from DNA Change Type Value Set
          (extensible to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/DNAChangeType)
          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
          24. Observation.component:genomic-source-class
          Nom de la slicegenomic-source-class
          Définition

          Cell type where the mutation occurs.

          ShortCellular type
          Control1..?
          Must Supporttrue
          26. Observation.component:genomic-source-class.value[x]
          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
          28. Observation.component:allelic-read-depth
          Nom de la sliceallelic-read-depth
          Définition

          Number of 'reads' at the genomic position of the mutation.

          ShortDepth
          Control1..1
          Must Supporttrue
          30. Observation.component:allelic-read-depth.value[x]
          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
          32. Observation.component:allelic-state
          Nom de la sliceallelic-state
          Définition

          Zygotia of the mutation.

          ShortZygotia
          Must Supporttrue
          34. Observation.component:allelic-state.value[x]
          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
          36. Observation.component:ref-allele
          Nom de la sliceref-allele
          Définition

          The allele seen on the forward strand of the reference genome.

          ShortReference allele
          Control1..?
          Must Supporttrue
          38. Observation.component:ref-allele.value[x]
          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
          40. Observation.component:alt-allele
          Nom de la slicealt-allele
          Définition

          The allele resulting from a somatic mutation event during tumorigenesis.

          ShortAlternative allele
          Control1..?
          Must Supporttrue
          42. Observation.component:alt-allele.value[x]
          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
          44. Observation.component:exact-start-end
          Nom de la sliceexact-start-end
          46. Observation.component:exact-start-end.value[x]
          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
          48. Observation.component:exact-start-end.value[x].low
          Définition

          Starting position of the genetic alteration on the chromosome.

          ShortStart position
          Must Supporttrue
          50. Observation.component:exact-start-end.value[x].high
          Définition

          End position of the genetic alteration on the chromosome.

          ShortEnd position
          Control1..?
          Must Supporttrue
          52. Observation.component:pathogenicity
          Nom de la slicepathogenicity
          Définition

          Information to indicate the pathogenicity of the genetic alteration.

          ShortPathogenicity
          Control0..1
          Must Supporttrue
          54. Observation.component:pathogenicity.code
          Pattern Value{
            "coding" : [{
              "system" : "http://loinc.org",
              "code" : "74019-1"
            }]
          }
          56. Observation.component:pathogenicity.value[x]
          BindingThe codes SHALL be taken from Pathogenicity Value Set
          (required to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/Pathogenicity)
          TypeCodeableConcept
          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
          58. Observation.component:actionability
          Nom de la sliceactionability
          Définition

          Can (could) the genetic alteration affect the patient's response to treatment?

          ShortImpact on patient treatment
          Control0..1
          Must Supporttrue
          60. Observation.component:actionability.code
          Pattern Value{
            "coding" : [{
              "system" : "http://loinc.org",
              "code" : "93348-1"
            }]
          }
          62. Observation.component:actionability.value[x]
          Typeboolean
          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
          64. Observation.component:proposed-for-orientation
          Nom de la sliceproposed-for-orientation
          Définition

          Was the genetic alteration used to guide the patient's therapeutic choice?

          ShortImpact on the choice of therapy
          Control0..1
          Must Supporttrue
          66. Observation.component:proposed-for-orientation.code
          Pattern Value{
            "coding" : [{
              "system" : "http://terminology.hl7.org/CodeSystem/umls",
              "code" : "C0449889"
            }]
          }
          68. Observation.component:proposed-for-orientation.value[x]
          Typeboolean
          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
          70. Observation.component:chromosome
          Nom de la slicechromosome
          Définition

          Chromosomal localization.

          ShortChromosome
          Control1..*
          Must Supporttrue
          72. Observation.component:chromosome.code
          Pattern Value{
            "coding" : [{
              "system" : "http://loinc.org",
              "code" : "48000-4"
            }]
          }
          74. Observation.component:chromosome.value[x]
          Control1..?
          BindingThe codes SHALL be taken from Chromosome Value Set
          (required to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/Chromosome)
          TypeCodeableConcept
          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
          Must Supporttrue
          76. Observation.component:variant-read-depth
          Nom de la slicevariant-read-depth
          Définition

          Number of reads containing the alternative allele at position.

          ShortAlternative allele depth
          Control1..1
          Must Supporttrue
          78. Observation.component:variant-read-depth.code
          Pattern Value{
            "coding" : [{
              "system" : "http://loinc.org",
              "code" : "LP232001-0"
            }]
          }
          80. Observation.component:variant-read-depth.value[x]
          Control1..?
          TypeQuantity
          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
          Must Supporttrue

          Guidance on how to interpret the contents of this table can be found here

          0. Observation
          Définition

          Details about a set of changes in the tested sample compared to a reference sequence.

          ShortVariant
          Commentaires

          This change can be simple/discrete (relatively short), structural (potentially very large), or complex (consisting of multiple independent co-occurring variations).

          Control0..*
          Is Modifierfalse
          Must Supportfalse
          Résuméfalse
          Alternate NamesVital Signs, Measurement, Results, Tests
          Invariantsdom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (contained.contained.empty())
          dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource (contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty())
          dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated (contained.meta.versionId.empty() and contained.meta.lastUpdated.empty())
          dom-5: If a resource is contained in another resource, it SHALL NOT have a security label (contained.meta.security.empty())
          dom-6: A resource should have narrative for robust management (text.`div`.exists())
          obs-6: dataAbsentReason SHALL only be present if Observation.value[x] is not present (dataAbsentReason.empty() or value.empty())
          obs-7: If Observation.code is the same as an Observation.component.code then the value element associated with the code SHALL NOT be present (value.empty() or component.code.where(coding.intersect(%resource.code.coding).exists()).empty())
          2. Observation.id
          Définition

          The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.

          ShortLogical id of this artifact
          Commentaires

          The only time that a resource does not have an id is when it is being submitted to the server using a create operation.

          Control0..1
          Typeid
          Is Modifierfalse
          Résumétrue
          4. Observation.meta
          Définition

          The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.

          ShortMetadata about the resource
          Control0..1
          TypeMeta
          Is Modifierfalse
          Résumétrue
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          6. Observation.implicitRules
          Définition

          A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.

          ShortA set of rules under which this content was created
          Commentaires

          Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.

          Control0..1
          Typeuri
          Is Modifiertrue because This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation
          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
          Résumétrue
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          8. Observation.language
          Définition

          The base language in which the resource is written.

          ShortLanguage of the resource content
          Commentaires

          Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).

          Control0..1
          BindingThe codes SHOULD be taken from CommonLanguages
          (preferred to http://hl7.org/fhir/ValueSet/languages)

          A human language.

          Bindings AdditionnelsBut
          AllLanguagesBinding Max
          Typecode
          Is Modifierfalse
          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
          Résuméfalse
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          10. Observation.text
          Définition

          A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.

          ShortText summary of the resource, for human interpretation
          Commentaires

          Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded information is added later.

          Control0..1
          TypeNarrative
          Is Modifierfalse
          Résuméfalse
          Alternate Namesnarrative, html, xhtml, display
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          12. Observation.contained
          Définition

          These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.

          ShortContained, inline Resources
          Commentaires

          This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.

          Control0..*
          TypeResource
          Is Modifierfalse
          Résuméfalse
          Alternate Namesinline resources, anonymous resources, contained resources
          14. Observation.extension
          Définition

          An Extension

          ShortExtension
          Control0..*
          TypeExtension
          Is Modifierfalse
          Résuméfalse
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
          SlicingThis element introduces a set of slices on Observation.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
          • value @ url
          • 16. Observation.extension:BodyStructure
            Nom de la sliceBodyStructure
            Définition

            Allows associating observations to a particular portion of the patient - a fetus, a tumor, a lesion, etc.

            ShortTarget anatomic location or structure
            Control0..1
            This element is affected by the following invariants: ele-1
            TypeExtension(BodyStructure Reference) (Extension Type: Reference(BodyStructure))
            Is Modifierfalse
            Must Supportfalse
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
            18. Observation.extension:SecondaryFinding
            Nom de la sliceSecondaryFinding
            Définition

            Allows flagging observations that should be considered secondary findings.

            ShortSecondary findings are genetic test results that provide information about variants in a gene unrelated to the primary purpose for the testing, most often discovered when [Whole Exome Sequencing (WES)](https://en.wikipedia.org/wiki/Exome_sequencing) or [Whole Genome Sequencing (WGS)](https://en.wikipedia.org/wiki/Whole_genome_sequencing) is performed. This extension should be used to denote when a genetic finding is being shared as a secondary finding, and ideally refer to a corresponding guideline or policy statement. For more detail, please see: https://ghr.nlm.nih.gov/primer/testing/secondaryfindings
            Control0..1
            This element is affected by the following invariants: ele-1
            TypeExtension(Observation Secondary Finding) (Extension Type: CodeableConcept)
            Is Modifierfalse
            Must Supportfalse
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
            20. Observation.extension:strand-bias
            Nom de la slicestrand-bias
            Définition

            Is there a DNA strand bias?

            ShortDNA strand bias
            Control0..1
            TypeExtension(Strand bias) (Extension Type: boolean)
            Is Modifierfalse
            Must Supporttrue
            Résuméfalse
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
            22. Observation.extension:strand-bias.id
            Définition

            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

            ShortUnique id for inter-element referencing
            Control0..1
            Typestring
            Is Modifierfalse
            XML FormatIn the XML format, this property is represented as an attribute.
            Résuméfalse
            24. Observation.extension:strand-bias.extension
            Définition

            An Extension

            ShortExtension
            Control0..0
            TypeExtension
            Is Modifierfalse
            Résuméfalse
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
            SlicingThis element introduces a set of slices on Observation.extension.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
            • value @ url
            • 26. Observation.extension:strand-bias.url
              Définition

              Source of the definition for the extension code - a logical name or a URL.

              Shortidentifies the meaning of the extension
              Commentaires

              The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.

              Control1..1
              Typeuri
              Is Modifierfalse
              XML FormatIn the XML format, this property is represented as an attribute.
              Résuméfalse
              Fixed Valuehttps://ig-osiris.cancer.fr/ig/osiris/StructureDefinition/strand-bias
              28. Observation.extension:strand-bias.value[x]
              Définition

              Value of extension - must be one of a constrained set of the data types (see Extensibility for a list).

              ShortValue of extension
              Control0..1
              Typeboolean
              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
              Is Modifierfalse
              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
              Résuméfalse
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              30. Observation.modifierExtension
              Définition

              May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

              Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

              ShortExtensions that cannot be ignored
              Commentaires

              There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

              Control0..*
              TypeExtension
              Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them
              Résuméfalse
              Requirements

              Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

              Alternate Namesextensions, user content
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
              32. Observation.identifier
              Définition

              A unique identifier assigned to this observation.

              ShortBusiness Identifier for observation
              NoteThis is a business identifier, not a resource identifier (see discussion)
              Control0..*
              TypeIdentifier
              Is Modifierfalse
              Résumétrue
              Requirements

              Allows observations to be distinguished and referenced.

              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              34. Observation.basedOn
              Définition

              A plan, proposal or order that is fulfilled in whole or in part by this event. For example, a MedicationRequest may require a patient to have laboratory test performed before it is dispensed.

              ShortFulfills plan, proposal or order
              Control0..*
              TypeReference(CarePlan, DeviceRequest, ImmunizationRecommendation, MedicationRequest, NutritionOrder, ServiceRequest)
              Is Modifierfalse
              Must Supportfalse
              Résumétrue
              Requirements

              Allows tracing of authorization for the event and tracking whether proposals/recommendations were acted upon.

              Alternate NamesFulfills
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              36. Observation.partOf
              Définition

              A larger event of which this particular Observation is a component or step. For example, an observation as part of a procedure.

              ShortPart of referenced event
              Commentaires

              To link an Observation to an Encounter use encounter. See the Notes below for guidance on referencing another Observation.

              Control0..*
              TypeReference(MedicationAdministration, MedicationDispense, MedicationStatement, Procedure, Immunization, ImagingStudy)
              Is Modifierfalse
              Résumétrue
              Alternate NamesContainer
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              38. Observation.status
              Définition

              The status of the result value.

              Shortregistered | preliminary | final | amended +
              Commentaires

              … This should generally be 'completed' or 'revised'.

              Control1..1
              BindingThe codes SHALL be taken from ObservationStatus
              (required to http://hl7.org/fhir/ValueSet/observation-status|4.0.1)

              Codes providing the status of an observation.

              Typecode
              Is Modifiertrue because This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
              Must Supportfalse
              Résumétrue
              Requirements

              Need to track the status of individual results. Some results are finalized before the whole report is finalized.

              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              40. Observation.category
              Définition

              A code that classifies the general type of observation being made.

              ShortClassification of type of observation
              Commentaires

              … This should be populated with 'lab'.

              Control1..*
              BindingThe codes SHOULD be taken from ObservationCategoryCodes
              (preferred to http://hl7.org/fhir/ValueSet/observation-category)

              Codes for high level observation categories.

              TypeCodeableConcept
              Is Modifierfalse
              Must Supportfalse
              Résuméfalse
              Requirements

              Used for filtering what observations are retrieved and displayed.

              Pattern Value{
                "coding" : [{
                  "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
                  "code" : "laboratory"
                }]
              }
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              42. Observation.code
              Définition

              Where testing scenarios are intended to assess the prescence or absence of a known set of DNA variants (e.g. tumor profiling using genotyping technology), then the Genetic Variant Assessment is used in conjunction with answer list supports structured communication of these findings. Of note, 'No Call' is different from 'Absent', because 'No Call' did not result in the determination of the marker's presents or absents. This may be due to test failure or specimen specific context which renders the test ineffective.

              ShortGenetic variant assessment
              Commentaires

              All code-value and, if present, component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

              Control1..1
              BindingFor example codes, see LOINCCodes
              (example to http://hl7.org/fhir/ValueSet/observation-codes)

              Codes identifying names of simple observations.

              TypeCodeableConcept
              Is Modifierfalse
              Must Supportfalse
              Résumétrue
              Requirements

              Knowing what kind of observation is being made is essential to understanding the observation.

              Alternate NamesName
              Pattern Value{
                "coding" : [{
                  "system" : "http://loinc.org",
                  "code" : "69548-6"
                }]
              }
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              44. Observation.subject
              Définition

              The patient, or group of patients, location, or device this observation is about and into whose record the observation is placed. If the actual focus of the observation is different from the subject (or a sample of, part, or region of the subject), the focus element or the code itself specifies the actual focus of the observation.

              ShortWho and/or what the observation is about
              Commentaires

              … This must be the same patient as on the DiagnosticReport unless combining data from multiple fetuses or family members in a single report.

              Control1..1
              TypeReference(Oncology Patient)
              Is Modifierfalse
              Must Supporttrue
              Résumétrue
              Requirements

              Observations have no value if you don't know who or what they're about.

              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              46. Observation.focus
              Définition

              The actual focus of an observation when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, fetus, or donor. For example, fetus observations in a mother's record. The focus of an observation could also be an existing condition, an intervention, the subject's diet, another observation of the subject, or a body structure such as tumor or implanted device. An example use case would be using the Observation resource to capture whether the mother is trained to change her child's tracheostomy tube. In this example, the child is the patient of record and the mother is the focus.

              ShortWhat the observation is about, when it is not about the subject of record
              Commentaires

              Typically, an observation is made about the subject - a patient, or group of patients, location, or device - and the distinction between the subject and what is directly measured for an observation is specified in the observation code itself ( e.g., "Blood Glucose") and does not need to be represented separately using this element. Use specimen if a reference to a specimen is required. If a code is required instead of a resource use either bodysite for bodysites or the standard extension focusCode.

              Control0..*
              TypeReference(Resource)
              Is Modifierfalse
              Résumétrue
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              48. Observation.encounter
              Définition

              The healthcare event (e.g. a patient and healthcare provider interaction) during which this observation is made.

              ShortHealthcare event during which this observation is made
              Commentaires

              This will typically be the encounter the event occurred within, but some events may be initiated prior to or after the official completion of an encounter but still be tied to the context of the encounter (e.g. pre-admission laboratory tests).

              Control0..1
              TypeReference(Encounter)
              Is Modifierfalse
              Résumétrue
              Requirements

              For some observations it may be important to know the link between an observation and a particular encounter.

              Alternate NamesContext
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              50. Observation.effective[x]
              Définition

              The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself.

              ShortClinically relevant time/time-period for observation
              Commentaires

              At least a date should be present unless this observation is a historical report. For recording imprecise or "fuzzy" times (For example, a blood glucose measurement taken "after breakfast") use the Timing datatype which allow the measurement to be tied to regular life events.

              Control0..1
              TypedateTime
              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
              Is Modifierfalse
              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
              Résumétrue
              Requirements

              Knowing when an observation was deemed true is important to its relevance as well as determining trends.

              Alternate NamesOccurrence
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              SlicingThis element introduces a set of slices on Observation.effective[x]. The slices areUnordered and Closed, and can be differentiated using the following discriminators:
              • type @ $this
              • 52. Observation.effective[x]:effectiveDateTime
                Nom de la sliceeffectiveDateTime
                Définition

                The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself.

                ShortClinically relevant time/time-period for observation
                Commentaires

                At least a date should be present unless this observation is a historical report. For recording imprecise or "fuzzy" times (For example, a blood glucose measurement taken "after breakfast") use the Timing datatype which allow the measurement to be tied to regular life events.

                Control0..1
                TypedateTime
                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                Is Modifierfalse
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Must Supportfalse
                Résumétrue
                Requirements

                Knowing when an observation was deemed true is important to its relevance as well as determining trends.

                Alternate NamesOccurrence
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                54. Observation.issued
                Définition

                The date and time this version of the observation was made available to providers, typically after the results have been reviewed and verified.

                ShortDate/Time this version was made available
                Commentaires

                For Observations that don’t require review and verification, it may be the same as the lastUpdated time of the resource itself. For Observations that do require review and verification for certain updates, it might not be the same as the lastUpdated time of the resource itself due to a non-clinically significant update that doesn’t require the new version to be reviewed and verified again.

                Control0..1
                Typeinstant
                Is Modifierfalse
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Must Supportfalse
                Résumétrue
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                56. Observation.performer
                Définition

                Who was responsible for asserting the observed value as "true".

                ShortWho is responsible for the observation
                Control0..1
                TypeReference(Practitioner, Organization, Patient, RelatedPerson)
                Is Modifierfalse
                Must Supportfalse
                Résumétrue
                Requirements

                May give a degree of confidence in the observation and also indicates where follow-up questions should be directed.

                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                58. Observation.value[x]
                Définition

                Indicates whether the indicated variation was found or not.

                ShortPresent|Absent|No call|Indeterminate
                Commentaires

                If not searching for specific variations and merely reporting what's found, this element should be set to "Present".

                Control1..1
                This element is affected by the following invariants: obs-7
                BindingThe codes SHALL be taken from LOINC Answer List LL1971-2
                (required to http://loinc.org/vs/LL1971-2)

                Genetic Variant Assessment

                TypeCodeableConcept
                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                Is Modifierfalse
                Must Supportfalse
                Résumétrue
                Requirements

                An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                60. Observation.dataAbsentReason
                Définition

                Provides a reason why the expected value in the element Observation.value[x] is missing.

                ShortWhy the result is missing
                Commentaires

                Null or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "specimen unsatisfactory".

                The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Note that an observation may only be reported if there are values to report. For example differential cell counts values may be reported only when > 0. Because of these options, use-case agreements are required to interpret general observations for null or exceptional values.

                Control0..1
                This element is affected by the following invariants: obs-6
                BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                Codes specifying why the result (Observation.value[x]) is missing.

                TypeCodeableConcept
                Is Modifierfalse
                Résuméfalse
                Requirements

                For many results it is necessary to handle exceptional values in measurements.

                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                62. Observation.interpretation
                Définition

                A categorical assessment of an observation value. For example, high, low, normal.

                ShortHigh, low, normal, etc.
                Commentaires

                Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                Control0..0
                BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                Codes identifying interpretations of observations.

                TypeCodeableConcept
                Is Modifierfalse
                Must Supportfalse
                Résuméfalse
                Requirements

                For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                Alternate NamesAbnormal Flag
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                64. Observation.note
                Définition

                Comments about the observation or the results.

                ShortComments about the observation
                Commentaires

                May include general statements about the observation, or statements about significant, unexpected or unreliable results values, or information about its source when relevant to its interpretation.

                Control0..*
                TypeAnnotation
                Is Modifierfalse
                Résuméfalse
                Requirements

                Need to be able to provide free text additional information.

                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                66. Observation.bodySite
                Définition

                Indicates the site on the subject's body where the observation was made (i.e. the target site).

                ShortObserved body part
                Commentaires

                Only used if not implicit in code found in Observation.code. In many systems, this may be represented as a related observation instead of an inline component.

                If the use case requires BodySite to be handled as a separate resource (e.g. to identify and track separately) then use the standard extension bodySite.

                Control0..1
                BindingFor example codes, see SNOMEDCTBodyStructures
                (example to http://hl7.org/fhir/ValueSet/body-site)

                Codes describing anatomical locations. May include laterality.

                TypeCodeableConcept
                Is Modifierfalse
                Résuméfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                68. Observation.method
                Définition

                Indicates the method of variant analysis.

                ShortSequencing | Oligo aCGH | SNP array | BAC aCGH |Curated|+
                Commentaires

                Only used if not implicit in code for Observation.code.

                Control0..1
                BindingUnless not suitable, these codes SHALL be taken from LOINC Answer List LL4048-6
                (extensible to http://loinc.org/vs/LL4048-6)

                Variant analysis method type

                TypeCodeableConcept
                Is Modifierfalse
                Must Supportfalse
                Résuméfalse
                Requirements

                In some cases, method can impact results and is thus used for determining whether results can be compared or determining significance of results.

                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                70. Observation.specimen
                Définition

                The specimen examined to determine genetic information.

                ShortSpecimen examined
                Commentaires

                Should only be used if not implicit in code found in Observation.code. Observations are not made on specimens themselves; they are made on a subject, but in many cases by the means of a specimen. Note that although specimens are often involved, they are not always tracked and reported explicitly. Also note that observation resources may be used in contexts that track the specimen explicitly (e.g. Diagnostic Report).

                Control0..1
                TypeReference(Specimen)
                Is Modifierfalse
                Must Supportfalse
                Résuméfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                72. Observation.device
                Définition

                The device used to generate the observation data.

                Short(Measurement) Device
                Commentaires

                Note that this is not meant to represent a device involved in the transmission of the result, e.g., a gateway. Such devices may be documented using the Provenance resource where relevant.

                Control0..1
                TypeReference(Device, DeviceMetric)
                Is Modifierfalse
                Résuméfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                74. Observation.referenceRange
                Définition

                Guidance on how to interpret the value by comparison to a normal or recommended range. Multiple reference ranges are interpreted as an "OR". In other words, to represent two distinct target populations, two referenceRange elements would be used.

                ShortProvides guide for interpretation
                Commentaires

                Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                Control0..*
                TypeBackboneElement
                Is Modifierfalse
                Résuméfalse
                Requirements

                Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                obs-3: Must have at least a low or a high or text (low.exists() or high.exists() or text.exists())
                76. Observation.referenceRange.id
                Définition

                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                ShortUnique id for inter-element referencing
                Control0..1
                Typestring
                Is Modifierfalse
                XML FormatIn the XML format, this property is represented as an attribute.
                Résuméfalse
                78. Observation.referenceRange.extension
                Définition

                May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                ShortAdditional content defined by implementations
                Commentaires

                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                Control0..*
                TypeExtension
                Is Modifierfalse
                Résuméfalse
                Alternate Namesextensions, user content
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                80. Observation.referenceRange.modifierExtension
                Définition

                May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                ShortExtensions that cannot be ignored even if unrecognized
                Commentaires

                There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                Control0..*
                TypeExtension
                Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                Résumétrue
                Requirements

                Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                Alternate Namesextensions, user content, modifiers
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                82. Observation.referenceRange.low
                Définition

                The value of the low bound of the reference range. The low bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the low bound is omitted, it is assumed to be meaningless (e.g. reference range is <=2.3).

                ShortLow Range, if relevant
                Control0..1
                This element is affected by the following invariants: obs-3
                TypeQuantity(SimpleQuantity)
                Is Modifierfalse
                Résuméfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                84. Observation.referenceRange.high
                Définition

                The value of the high bound of the reference range. The high bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the high bound is omitted, it is assumed to be meaningless (e.g. reference range is >= 2.3).

                ShortHigh Range, if relevant
                Control0..1
                This element is affected by the following invariants: obs-3
                TypeQuantity(SimpleQuantity)
                Is Modifierfalse
                Résuméfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                86. Observation.referenceRange.type
                Définition

                Codes to indicate the what part of the targeted reference population it applies to. For example, the normal or therapeutic range.

                ShortReference range qualifier
                Commentaires

                This SHOULD be populated if there is more than one range. If this element is not present then the normal range is assumed.

                Control0..1
                BindingThe codes SHOULD be taken from ObservationReferenceRangeMeaningCodes
                (preferred to http://hl7.org/fhir/ValueSet/referencerange-meaning)

                Code for the meaning of a reference range.

                TypeCodeableConcept
                Is Modifierfalse
                Résuméfalse
                Requirements

                Need to be able to say what kind of reference range this is - normal, recommended, therapeutic, etc., - for proper interpretation.

                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                88. Observation.referenceRange.appliesTo
                Définition

                Codes to indicate the target population this reference range applies to. For example, a reference range may be based on the normal population or a particular sex or race. Multiple appliesTo are interpreted as an "AND" of the target populations. For example, to represent a target population of African American females, both a code of female and a code for African American would be used.

                ShortReference range population
                Commentaires

                This SHOULD be populated if there is more than one range. If this element is not present then the normal population is assumed.

                Control0..*
                BindingFor example codes, see ObservationReferenceRangeAppliesToCodes
                (example to http://hl7.org/fhir/ValueSet/referencerange-appliesto)

                Codes identifying the population the reference range applies to.

                TypeCodeableConcept
                Is Modifierfalse
                Résuméfalse
                Requirements

                Need to be able to identify the target population for proper interpretation.

                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                90. Observation.referenceRange.age
                Définition

                The age at which this reference range is applicable. This is a neonatal age (e.g. number of weeks at term) if the meaning says so.

                ShortApplicable age range, if relevant
                Control0..1
                TypeRange
                Is Modifierfalse
                Résuméfalse
                Requirements

                Some analytes vary greatly over age.

                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                92. Observation.referenceRange.text
                Définition

                Text based reference range in an observation which may be used when a quantitative range is not appropriate for an observation. An example would be a reference value of "Negative" or a list or table of "normals".

                ShortText based reference range in an observation
                Control0..1
                Typestring
                Is Modifierfalse
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Résuméfalse
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                94. Observation.hasMember
                Définition

                This observation is a group observation (e.g. a battery, a panel of tests, a set of vital sign measurements) that includes the target as a member of the group.

                ShortRelated resource that belongs to the Observation group
                Commentaires

                When using this element, an observation will typically have either a value or a set of related resources, although both may be present in some cases. For a discussion on the ways Observations can assembled in groups together, see Notes below. Note that a system may calculate results from QuestionnaireResponse into a final score and represent the score as an Observation.

                Control0..*
                TypeReference(Observation, QuestionnaireResponse, MolecularSequence)
                Is Modifierfalse
                Résumétrue
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                96. Observation.derivedFrom
                Définition

                Analysis from which come this observation

                ShortAnalysis from which come this observation
                Commentaires

                All the reference choices that are listed in this element can represent clinical observations and other measurements that may be the source for a derived value. The most common reference will be another Observation. For a discussion on the ways Observations can assembled in groups together, see Notes below.

                Control1..1
                TypeReference(Sequencing Analysis)
                Is Modifierfalse
                Must Supporttrue
                Résumétrue
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                98. Observation.component
                Définition

                Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

                ShortComponent results
                Commentaires

                For a discussion on the ways Observations can be assembled in groups together see Notes below.

                Control8..*
                TypeBackboneElement
                Is Modifierfalse
                Must Supportfalse
                Résumétrue
                Requirements

                Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                SlicingThis element introduces a set of slices on Observation.component. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                • pattern @ code
                • 100. Observation.component.id
                  Définition

                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                  ShortUnique id for inter-element referencing
                  Control0..1
                  Typestring
                  Is Modifierfalse
                  XML FormatIn the XML format, this property is represented as an attribute.
                  Résuméfalse
                  102. Observation.component.extension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                  ShortAdditional content defined by implementations
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifierfalse
                  Résuméfalse
                  Alternate Namesextensions, user content
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  104. Observation.component.modifierExtension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                  ShortExtensions that cannot be ignored even if unrecognized
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Résumétrue
                  Requirements

                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  106. Observation.component.code
                  Définition

                  Describes what was observed. Sometimes this is called the observation "code".

                  ShortType of component observation (code / type)
                  Commentaires

                  All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                  Control1..1
                  BindingFor example codes, see LOINCCodes
                  (example to http://hl7.org/fhir/ValueSet/observation-codes)

                  Codes identifying names of simple observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Résumétrue
                  Requirements

                  Knowing what kind of observation is being made is essential to understanding the observation.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  108. Observation.component.value[x]
                  Définition

                  The information determined as a result of making the observation, if the information has a simple value.

                  ShortActual component result
                  Commentaires

                  Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                  Control0..1
                  TypeChoice of: Quantity, CodeableConcept, string, boolean, integer, Range, Ratio, SampledData, time, dateTime, Period
                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                  Is Modifierfalse
                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                  Résumétrue
                  Requirements

                  An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  110. Observation.component.dataAbsentReason
                  Définition

                  Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                  ShortWhy the component result is missing
                  Commentaires

                  "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                  The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                  Control0..1
                  This element is affected by the following invariants: obs-6
                  BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                  (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                  Codes specifying why the result (Observation.value[x]) is missing.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  For many results it is necessary to handle exceptional values in measurements.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  112. Observation.component.interpretation
                  Définition

                  A categorical assessment of an observation value. For example, high, low, normal.

                  ShortHigh, low, normal, etc.
                  Commentaires

                  Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                  Control0..0
                  BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                  (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                  Codes identifying interpretations of observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résuméfalse
                  Requirements

                  For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                  Alternate NamesAbnormal Flag
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  114. Observation.component.referenceRange
                  Définition

                  Guidance on how to interpret the value by comparison to a normal or recommended range.

                  ShortProvides guide for interpretation of component result
                  Commentaires

                  Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                  Control0..*
                  TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  116. Observation.component:gene-studied
                  Nom de la slicegene-studied
                  Définition

                  HUGO Gene Nomenclature Committee (HGNC) identifier for a gene. List the gene(s) examined in full or in part by the study. If the study addresses multiple genes, these can be recorded in multiple gene studied components . The required coding will use the HGNC gene symbol as the display text and HGNC gene ID as the code.

                  ShortGene studied ID
                  Commentaires

                  For a discussion on the ways Observations can be assembled in groups together see Notes below.

                  Control0..*
                  TypeBackboneElement
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  118. Observation.component:gene-studied.id
                  Définition

                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                  ShortUnique id for inter-element referencing
                  Control0..1
                  Typestring
                  Is Modifierfalse
                  XML FormatIn the XML format, this property is represented as an attribute.
                  Résuméfalse
                  120. Observation.component:gene-studied.extension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                  ShortAdditional content defined by implementations
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifierfalse
                  Résuméfalse
                  Alternate Namesextensions, user content
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  122. Observation.component:gene-studied.modifierExtension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                  ShortExtensions that cannot be ignored even if unrecognized
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Résumétrue
                  Requirements

                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  124. Observation.component:gene-studied.code
                  Définition

                  Describes what was observed. Sometimes this is called the observation "code".

                  ShortType of component observation (code / type)
                  Commentaires

                  All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                  Control1..1
                  BindingFor example codes, see LOINCCodes
                  (example to http://hl7.org/fhir/ValueSet/observation-codes)

                  Codes identifying names of simple observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Knowing what kind of observation is being made is essential to understanding the observation.

                  Pattern Value{
                    "coding" : [{
                      "system" : "http://loinc.org",
                      "code" : "48018-6"
                    }]
                  }
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  126. Observation.component:gene-studied.value[x]
                  Définition

                  The information determined as a result of making the observation, if the information has a simple value.

                  ShortIf no HGNC code issued for this gene yet, NCBI gene IDs SHALL be used.
                  Commentaires

                  Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                  Control1..1
                  BindingUnless not suitable, these codes SHALL be taken from HGNC
                  (extensible to http://hl7.org/fhir/uv/genomics-reporting/ValueSet/hgnc)

                  HGNC: Human Gene Nomenclature Committee

                  TypeCodeableConcept
                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  128. Observation.component:gene-studied.dataAbsentReason
                  Définition

                  Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                  ShortWhy the component result is missing
                  Commentaires

                  "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                  The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                  Control0..1
                  This element is affected by the following invariants: obs-6
                  BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                  (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                  Codes specifying why the result (Observation.value[x]) is missing.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  For many results it is necessary to handle exceptional values in measurements.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  130. Observation.component:gene-studied.interpretation
                  Définition

                  A categorical assessment of an observation value. For example, high, low, normal.

                  ShortHigh, low, normal, etc.
                  Commentaires

                  Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                  Control0..0
                  BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                  (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                  Codes identifying interpretations of observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résuméfalse
                  Requirements

                  For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                  Alternate NamesAbnormal Flag
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  132. Observation.component:gene-studied.referenceRange
                  Définition

                  Guidance on how to interpret the value by comparison to a normal or recommended range.

                  ShortProvides guide for interpretation of component result
                  Commentaires

                  Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                  Control0..*
                  TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  134. Observation.component:cytogenetic-location
                  Nom de la slicecytogenetic-location
                  Définition

                  Location on the cytogenetic map.

                  ShortCytogenetic map
                  Commentaires

                  For a discussion on the ways Observations can be assembled in groups together see Notes below.

                  Control0..1
                  TypeBackboneElement
                  Is Modifierfalse
                  Must Supporttrue
                  Résumétrue
                  Requirements

                  Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  136. Observation.component:cytogenetic-location.id
                  Définition

                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                  ShortUnique id for inter-element referencing
                  Control0..1
                  Typestring
                  Is Modifierfalse
                  XML FormatIn the XML format, this property is represented as an attribute.
                  Résuméfalse
                  138. Observation.component:cytogenetic-location.extension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                  ShortAdditional content defined by implementations
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifierfalse
                  Résuméfalse
                  Alternate Namesextensions, user content
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  140. Observation.component:cytogenetic-location.modifierExtension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                  ShortExtensions that cannot be ignored even if unrecognized
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Résumétrue
                  Requirements

                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  142. Observation.component:cytogenetic-location.code
                  Définition

                  Describes what was observed. Sometimes this is called the observation "code".

                  ShortType of component observation (code / type)
                  Commentaires

                  All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                  Control1..1
                  BindingFor example codes, see LOINCCodes
                  (example to http://hl7.org/fhir/ValueSet/observation-codes)

                  Codes identifying names of simple observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Knowing what kind of observation is being made is essential to understanding the observation.

                  Pattern Value{
                    "coding" : [{
                      "system" : "http://loinc.org",
                      "code" : "48001-2"
                    }]
                  }
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  144. Observation.component:cytogenetic-location.value[x]
                  Définition

                  The information determined as a result of making the observation, if the information has a simple value.

                  ShortActual component result
                  Commentaires

                  Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                  Control1..1
                  BindingThe codes SHALL be taken from CytoBand Value Set
                  (required to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/CytoBand)
                  TypeCodeableConcept
                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  146. Observation.component:cytogenetic-location.dataAbsentReason
                  Définition

                  Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                  ShortWhy the component result is missing
                  Commentaires

                  "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                  The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                  Control0..1
                  This element is affected by the following invariants: obs-6
                  BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                  (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                  Codes specifying why the result (Observation.value[x]) is missing.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  For many results it is necessary to handle exceptional values in measurements.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  148. Observation.component:cytogenetic-location.interpretation
                  Définition

                  A categorical assessment of an observation value. For example, high, low, normal.

                  ShortHigh, low, normal, etc.
                  Commentaires

                  Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                  Control0..0
                  BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                  (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                  Codes identifying interpretations of observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résuméfalse
                  Requirements

                  For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                  Alternate NamesAbnormal Flag
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  150. Observation.component:cytogenetic-location.referenceRange
                  Définition

                  Guidance on how to interpret the value by comparison to a normal or recommended range.

                  ShortProvides guide for interpretation of component result
                  Commentaires

                  Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                  Control0..*
                  TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  152. Observation.component:ref-sequence-assembly
                  Nom de la sliceref-sequence-assembly
                  Définition

                  The version of the reference genome used for the reconstruction of the tumor genome.

                  ShortReference genome version
                  Commentaires

                  For a discussion on the ways Observations can be assembled in groups together see Notes below.

                  Control1..1
                  TypeBackboneElement
                  Is Modifierfalse
                  Must Supporttrue
                  Résumétrue
                  Requirements

                  Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  154. Observation.component:ref-sequence-assembly.id
                  Définition

                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                  ShortUnique id for inter-element referencing
                  Control0..1
                  Typestring
                  Is Modifierfalse
                  XML FormatIn the XML format, this property is represented as an attribute.
                  Résuméfalse
                  156. Observation.component:ref-sequence-assembly.extension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                  ShortAdditional content defined by implementations
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifierfalse
                  Résuméfalse
                  Alternate Namesextensions, user content
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  158. Observation.component:ref-sequence-assembly.modifierExtension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                  ShortExtensions that cannot be ignored even if unrecognized
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Résumétrue
                  Requirements

                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  160. Observation.component:ref-sequence-assembly.code
                  Définition

                  Describes what was observed. Sometimes this is called the observation "code".

                  ShortType of component observation (code / type)
                  Commentaires

                  All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                  Control1..1
                  BindingFor example codes, see LOINCCodes
                  (example to http://hl7.org/fhir/ValueSet/observation-codes)

                  Codes identifying names of simple observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Knowing what kind of observation is being made is essential to understanding the observation.

                  Pattern Value{
                    "coding" : [{
                      "system" : "http://loinc.org",
                      "code" : "62374-4"
                    }]
                  }
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  162. Observation.component:ref-sequence-assembly.value[x]
                  Définition

                  The information determined as a result of making the observation, if the information has a simple value.

                  ShortActual component result
                  Commentaires

                  Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                  Control1..1
                  BindingUnless not suitable, these codes SHALL be taken from GenomeBuild Value Set
                  (extensible to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/GenomeBuild)
                  TypeCodeableConcept
                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  164. Observation.component:ref-sequence-assembly.dataAbsentReason
                  Définition

                  Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                  ShortWhy the component result is missing
                  Commentaires

                  "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                  The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                  Control0..1
                  This element is affected by the following invariants: obs-6
                  BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                  (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                  Codes specifying why the result (Observation.value[x]) is missing.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  For many results it is necessary to handle exceptional values in measurements.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  166. Observation.component:ref-sequence-assembly.interpretation
                  Définition

                  A categorical assessment of an observation value. For example, high, low, normal.

                  ShortHigh, low, normal, etc.
                  Commentaires

                  Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                  Control0..0
                  BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                  (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                  Codes identifying interpretations of observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résuméfalse
                  Requirements

                  For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                  Alternate NamesAbnormal Flag
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  168. Observation.component:ref-sequence-assembly.referenceRange
                  Définition

                  Guidance on how to interpret the value by comparison to a normal or recommended range.

                  ShortProvides guide for interpretation of component result
                  Commentaires

                  Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                  Control0..*
                  TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  170. Observation.component:dna-chg
                  Nom de la slicedna-chg
                  Définition

                  Human Genome Variation Society (HGVS) nomenclature for a single DNA marker.

                  ShortDNA Change - Transcript (cHGVS)
                  Commentaires

                  For a discussion on the ways Observations can be assembled in groups together see Notes below.

                  Control0..1
                  TypeBackboneElement
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  172. Observation.component:dna-chg.id
                  Définition

                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                  ShortUnique id for inter-element referencing
                  Control0..1
                  Typestring
                  Is Modifierfalse
                  XML FormatIn the XML format, this property is represented as an attribute.
                  Résuméfalse
                  174. Observation.component:dna-chg.extension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                  ShortAdditional content defined by implementations
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifierfalse
                  Résuméfalse
                  Alternate Namesextensions, user content
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  176. Observation.component:dna-chg.modifierExtension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                  ShortExtensions that cannot be ignored even if unrecognized
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Résumétrue
                  Requirements

                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  178. Observation.component:dna-chg.code
                  Définition

                  Describes what was observed. Sometimes this is called the observation "code".

                  ShortType of component observation (code / type)
                  Commentaires

                  All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                  Control1..1
                  BindingFor example codes, see LOINCCodes
                  (example to http://hl7.org/fhir/ValueSet/observation-codes)

                  Codes identifying names of simple observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Knowing what kind of observation is being made is essential to understanding the observation.

                  Pattern Value{
                    "coding" : [{
                      "system" : "http://loinc.org",
                      "code" : "48004-6"
                    }]
                  }
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  180. Observation.component:dna-chg.value[x]
                  Définition

                  The information determined as a result of making the observation, if the information has a simple value.

                  ShortActual component result
                  Commentaires

                  Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                  Control1..1
                  BindingThe codes SHALL be taken from HGVS
                  (required to http://hl7.org/fhir/uv/genomics-reporting/ValueSet/hgvs)

                  HGVS: Sequence Variant Nomenclature from the Human Genome Variation Society

                  TypeCodeableConcept
                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  182. Observation.component:dna-chg.dataAbsentReason
                  Définition

                  Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                  ShortWhy the component result is missing
                  Commentaires

                  "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                  The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                  Control0..1
                  This element is affected by the following invariants: obs-6
                  BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                  (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                  Codes specifying why the result (Observation.value[x]) is missing.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  For many results it is necessary to handle exceptional values in measurements.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  184. Observation.component:dna-chg.interpretation
                  Définition

                  A categorical assessment of an observation value. For example, high, low, normal.

                  ShortHigh, low, normal, etc.
                  Commentaires

                  Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                  Control0..0
                  BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                  (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                  Codes identifying interpretations of observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résuméfalse
                  Requirements

                  For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                  Alternate NamesAbnormal Flag
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  186. Observation.component:dna-chg.referenceRange
                  Définition

                  Guidance on how to interpret the value by comparison to a normal or recommended range.

                  ShortProvides guide for interpretation of component result
                  Commentaires

                  Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                  Control0..*
                  TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  188. Observation.component:dna-chg-type
                  Nom de la slicedna-chg-type
                  Définition

                  The type of mutation.

                  ShortType
                  Commentaires

                  For a discussion on the ways Observations can be assembled in groups together see Notes below.

                  Control1..1
                  TypeBackboneElement
                  Is Modifierfalse
                  Must Supporttrue
                  Résumétrue
                  Requirements

                  Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  190. Observation.component:dna-chg-type.id
                  Définition

                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                  ShortUnique id for inter-element referencing
                  Control0..1
                  Typestring
                  Is Modifierfalse
                  XML FormatIn the XML format, this property is represented as an attribute.
                  Résuméfalse
                  192. Observation.component:dna-chg-type.extension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                  ShortAdditional content defined by implementations
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifierfalse
                  Résuméfalse
                  Alternate Namesextensions, user content
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  194. Observation.component:dna-chg-type.modifierExtension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                  ShortExtensions that cannot be ignored even if unrecognized
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Résumétrue
                  Requirements

                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  196. Observation.component:dna-chg-type.code
                  Définition

                  Describes what was observed. Sometimes this is called the observation "code".

                  ShortType of component observation (code / type)
                  Commentaires

                  All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                  Control1..1
                  BindingFor example codes, see LOINCCodes
                  (example to http://hl7.org/fhir/ValueSet/observation-codes)

                  Codes identifying names of simple observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Knowing what kind of observation is being made is essential to understanding the observation.

                  Pattern Value{
                    "coding" : [{
                      "system" : "http://loinc.org",
                      "code" : "48019-4"
                    }]
                  }
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  198. Observation.component:dna-chg-type.value[x]
                  Définition

                  Type of DNA variation reported.

                  ShortConcepts in sequence ontology under SO:0002072 (see http://www.sequenceontology.org/browser/current_release/term/SO:0002072)
                  Commentaires

                  Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                  Control1..1
                  BindingUnless not suitable, these codes SHALL be taken from DNA Change Type Value Set
                  (extensible to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/DNAChangeType)
                  TypeCodeableConcept
                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  200. Observation.component:dna-chg-type.dataAbsentReason
                  Définition

                  Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                  ShortWhy the component result is missing
                  Commentaires

                  "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                  The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                  Control0..1
                  This element is affected by the following invariants: obs-6
                  BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                  (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                  Codes specifying why the result (Observation.value[x]) is missing.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  For many results it is necessary to handle exceptional values in measurements.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  202. Observation.component:dna-chg-type.interpretation
                  Définition

                  A categorical assessment of an observation value. For example, high, low, normal.

                  ShortHigh, low, normal, etc.
                  Commentaires

                  Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                  Control0..0
                  BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                  (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                  Codes identifying interpretations of observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résuméfalse
                  Requirements

                  For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                  Alternate NamesAbnormal Flag
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  204. Observation.component:dna-chg-type.referenceRange
                  Définition

                  Guidance on how to interpret the value by comparison to a normal or recommended range.

                  ShortProvides guide for interpretation of component result
                  Commentaires

                  Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                  Control0..*
                  TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  206. Observation.component:functional-annotation
                  Nom de la slicefunctional-annotation
                  Définition

                  Annotated changes to sequence features caused by this variant.

                  ShortFunctional Annotation
                  Commentaires

                  For a discussion on the ways Observations can be assembled in groups together see Notes below.

                  Control0..*
                  TypeBackboneElement
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  208. Observation.component:functional-annotation.id
                  Définition

                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                  ShortUnique id for inter-element referencing
                  Control0..1
                  Typestring
                  Is Modifierfalse
                  XML FormatIn the XML format, this property is represented as an attribute.
                  Résuméfalse
                  210. Observation.component:functional-annotation.extension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                  ShortAdditional content defined by implementations
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifierfalse
                  Résuméfalse
                  Alternate Namesextensions, user content
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  212. Observation.component:functional-annotation.modifierExtension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                  ShortExtensions that cannot be ignored even if unrecognized
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Résumétrue
                  Requirements

                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  214. Observation.component:functional-annotation.code
                  Définition

                  Describes what was observed. Sometimes this is called the observation "code".

                  ShortType of component observation (code / type)
                  Commentaires

                  All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                  Control1..1
                  BindingFor example codes, see LOINCCodes
                  (example to http://hl7.org/fhir/ValueSet/observation-codes)

                  Codes identifying names of simple observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Knowing what kind of observation is being made is essential to understanding the observation.

                  Pattern Value{
                    "coding" : [{
                      "system" : "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes",
                      "code" : "functional-annotation"
                    }]
                  }
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  216. Observation.component:functional-annotation.value[x]
                  Définition

                  Changes to sequence features caused by this variant.

                  ShortConcepts in sequence ontology under SO:0001537 (see http://www.sequenceontology.org/browser/current_release/term/SO:0001537)
                  Commentaires

                  Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                  Control1..1
                  BindingUnless not suitable, these codes SHALL be taken from Functional Annotation
                  (extensible to http://hl7.org/fhir/uv/genomics-reporting/ValueSet/functional-annotation)

                  Functional Annotation (Sequence Ontology)

                  TypeCodeableConcept
                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  218. Observation.component:functional-annotation.dataAbsentReason
                  Définition

                  Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                  ShortWhy the component result is missing
                  Commentaires

                  "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                  The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                  Control0..1
                  This element is affected by the following invariants: obs-6
                  BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                  (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                  Codes specifying why the result (Observation.value[x]) is missing.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  For many results it is necessary to handle exceptional values in measurements.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  220. Observation.component:functional-annotation.interpretation
                  Définition

                  A categorical assessment of an observation value. For example, high, low, normal.

                  ShortHigh, low, normal, etc.
                  Commentaires

                  Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                  Control0..0
                  BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                  (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                  Codes identifying interpretations of observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résuméfalse
                  Requirements

                  For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                  Alternate NamesAbnormal Flag
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  222. Observation.component:functional-annotation.referenceRange
                  Définition

                  Guidance on how to interpret the value by comparison to a normal or recommended range.

                  ShortProvides guide for interpretation of component result
                  Commentaires

                  Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                  Control0..*
                  TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  224. Observation.component:variation-code
                  Nom de la slicevariation-code
                  Définition

                  This term is used to report the unique identifier of the simple variant found in this study.

                  ShortVariation Code
                  Commentaires

                  If this is present, the components can be omitted but they might be included to avoid a need to look up the information in a registry. Typically only one code would be present, though multiple codings expressing the variant in different code systems are possible.

                  Control0..1
                  TypeBackboneElement
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  226. Observation.component:variation-code.id
                  Définition

                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                  ShortUnique id for inter-element referencing
                  Control0..1
                  Typestring
                  Is Modifierfalse
                  XML FormatIn the XML format, this property is represented as an attribute.
                  Résuméfalse
                  228. Observation.component:variation-code.extension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                  ShortAdditional content defined by implementations
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifierfalse
                  Résuméfalse
                  Alternate Namesextensions, user content
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  230. Observation.component:variation-code.modifierExtension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                  ShortExtensions that cannot be ignored even if unrecognized
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Résumétrue
                  Requirements

                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  232. Observation.component:variation-code.code
                  Définition

                  Describes what was observed. Sometimes this is called the observation "code".

                  ShortType of component observation (code / type)
                  Commentaires

                  All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                  Control1..1
                  BindingFor example codes, see LOINCCodes
                  (example to http://hl7.org/fhir/ValueSet/observation-codes)

                  Codes identifying names of simple observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Knowing what kind of observation is being made is essential to understanding the observation.

                  Pattern Value{
                    "coding" : [{
                      "system" : "http://loinc.org",
                      "code" : "81252-9"
                    }]
                  }
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  234. Observation.component:variation-code.value[x]
                  Définition

                  The information determined as a result of making the observation, if the information has a simple value.

                  ShortActual component result
                  Commentaires

                  Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                  Control1..1
                  Binding

                  Binding not yet defined

                  TypeCodeableConcept
                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  236. Observation.component:variation-code.dataAbsentReason
                  Définition

                  Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                  ShortWhy the component result is missing
                  Commentaires

                  "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                  The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                  Control0..1
                  This element is affected by the following invariants: obs-6
                  BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                  (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                  Codes specifying why the result (Observation.value[x]) is missing.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  For many results it is necessary to handle exceptional values in measurements.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  238. Observation.component:variation-code.interpretation
                  Définition

                  A categorical assessment of an observation value. For example, high, low, normal.

                  ShortHigh, low, normal, etc.
                  Commentaires

                  Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                  Control0..0
                  BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                  (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                  Codes identifying interpretations of observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résuméfalse
                  Requirements

                  For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                  Alternate NamesAbnormal Flag
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  240. Observation.component:variation-code.referenceRange
                  Définition

                  Guidance on how to interpret the value by comparison to a normal or recommended range.

                  ShortProvides guide for interpretation of component result
                  Commentaires

                  Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                  Control0..*
                  TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  242. Observation.component:dbSNP-id
                  Nom de la slicedbSNP-id
                  Définition

                  The unique identifier for the variant represented as a small nucleotide polymorphism (SNP). The dbSNP ID is used routinely as the base identifier in pharmacogenomics as well as arrCGH studies. For example, for the simple variant NM_014049.4(ACAD9):c.1249C>T (p.Arg417Cys), the dbSNP ID is 368949613. [http://www.ncbi.nlm.nih.gov/clinvar/variation/30880/].

                  ShortdbSNP ID
                  Commentaires

                  For a discussion on the ways Observations can be assembled in groups together see Notes below.

                  Control0..1
                  TypeBackboneElement
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  244. Observation.component:dbSNP-id.id
                  Définition

                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                  ShortUnique id for inter-element referencing
                  Control0..1
                  Typestring
                  Is Modifierfalse
                  XML FormatIn the XML format, this property is represented as an attribute.
                  Résuméfalse
                  246. Observation.component:dbSNP-id.extension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                  ShortAdditional content defined by implementations
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifierfalse
                  Résuméfalse
                  Alternate Namesextensions, user content
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  248. Observation.component:dbSNP-id.modifierExtension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                  ShortExtensions that cannot be ignored even if unrecognized
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Résumétrue
                  Requirements

                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  250. Observation.component:dbSNP-id.code
                  Définition

                  Describes what was observed. Sometimes this is called the observation "code".

                  ShortType of component observation (code / type)
                  Commentaires

                  All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                  Control1..1
                  BindingFor example codes, see LOINCCodes
                  (example to http://hl7.org/fhir/ValueSet/observation-codes)

                  Codes identifying names of simple observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Knowing what kind of observation is being made is essential to understanding the observation.

                  Pattern Value{
                    "coding" : [{
                      "system" : "http://loinc.org",
                      "code" : "81255-2"
                    }]
                  }
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  252. Observation.component:dbSNP-id.value[x]
                  Définition

                  The information determined as a result of making the observation, if the information has a simple value.

                  ShortActual component result
                  Commentaires

                  Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                  Control1..1
                  Binding

                  Binding not yet defined

                  TypeCodeableConcept
                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  254. Observation.component:dbSNP-id.dataAbsentReason
                  Définition

                  Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                  ShortWhy the component result is missing
                  Commentaires

                  "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                  The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                  Control0..1
                  This element is affected by the following invariants: obs-6
                  BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                  (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                  Codes specifying why the result (Observation.value[x]) is missing.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  For many results it is necessary to handle exceptional values in measurements.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  256. Observation.component:dbSNP-id.interpretation
                  Définition

                  A categorical assessment of an observation value. For example, high, low, normal.

                  ShortHigh, low, normal, etc.
                  Commentaires

                  Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                  Control0..0
                  BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                  (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                  Codes identifying interpretations of observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résuméfalse
                  Requirements

                  For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                  Alternate NamesAbnormal Flag
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  258. Observation.component:dbSNP-id.referenceRange
                  Définition

                  Guidance on how to interpret the value by comparison to a normal or recommended range.

                  ShortProvides guide for interpretation of component result
                  Commentaires

                  Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                  Control0..*
                  TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  260. Observation.component:genomic-dna-chg
                  Nom de la slicegenomic-dna-chg
                  Définition

                  The name of a structural variant reported using HGVS nomenclature.

                  ShortDNA Change - Genomic (gHGVS)
                  Commentaires

                  For a discussion on the ways Observations can be assembled in groups together see Notes below.

                  Control0..1
                  TypeBackboneElement
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  262. Observation.component:genomic-dna-chg.id
                  Définition

                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                  ShortUnique id for inter-element referencing
                  Control0..1
                  Typestring
                  Is Modifierfalse
                  XML FormatIn the XML format, this property is represented as an attribute.
                  Résuméfalse
                  264. Observation.component:genomic-dna-chg.extension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                  ShortAdditional content defined by implementations
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifierfalse
                  Résuméfalse
                  Alternate Namesextensions, user content
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  266. Observation.component:genomic-dna-chg.modifierExtension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                  ShortExtensions that cannot be ignored even if unrecognized
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Résumétrue
                  Requirements

                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  268. Observation.component:genomic-dna-chg.code
                  Définition

                  Describes what was observed. Sometimes this is called the observation "code".

                  ShortType of component observation (code / type)
                  Commentaires

                  All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                  Control1..1
                  BindingFor example codes, see LOINCCodes
                  (example to http://hl7.org/fhir/ValueSet/observation-codes)

                  Codes identifying names of simple observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Knowing what kind of observation is being made is essential to understanding the observation.

                  Pattern Value{
                    "coding" : [{
                      "system" : "http://loinc.org",
                      "code" : "81290-9"
                    }]
                  }
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  270. Observation.component:genomic-dna-chg.value[x]
                  Définition

                  The information determined as a result of making the observation, if the information has a simple value.

                  ShortActual component result
                  Commentaires

                  Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                  Control1..1
                  BindingThe codes SHALL be taken from HGVS
                  (required to http://hl7.org/fhir/uv/genomics-reporting/ValueSet/hgvs)

                  HGVS: Sequence Variant Nomenclature from the Human Genome Variation Society

                  TypeCodeableConcept
                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  272. Observation.component:genomic-dna-chg.dataAbsentReason
                  Définition

                  Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                  ShortWhy the component result is missing
                  Commentaires

                  "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                  The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                  Control0..1
                  This element is affected by the following invariants: obs-6
                  BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                  (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                  Codes specifying why the result (Observation.value[x]) is missing.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  For many results it is necessary to handle exceptional values in measurements.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  274. Observation.component:genomic-dna-chg.interpretation
                  Définition

                  A categorical assessment of an observation value. For example, high, low, normal.

                  ShortHigh, low, normal, etc.
                  Commentaires

                  Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                  Control0..0
                  BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                  (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                  Codes identifying interpretations of observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résuméfalse
                  Requirements

                  For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                  Alternate NamesAbnormal Flag
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  276. Observation.component:genomic-dna-chg.referenceRange
                  Définition

                  Guidance on how to interpret the value by comparison to a normal or recommended range.

                  ShortProvides guide for interpretation of component result
                  Commentaires

                  Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                  Control0..*
                  TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  278. Observation.component:genomic-source-class
                  Nom de la slicegenomic-source-class
                  Définition

                  Cell type where the mutation occurs.

                  ShortCellular type
                  Commentaires

                  For a discussion on the ways Observations can be assembled in groups together see Notes below.

                  Control1..1
                  TypeBackboneElement
                  Is Modifierfalse
                  Must Supporttrue
                  Résumétrue
                  Requirements

                  Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  280. Observation.component:genomic-source-class.id
                  Définition

                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                  ShortUnique id for inter-element referencing
                  Control0..1
                  Typestring
                  Is Modifierfalse
                  XML FormatIn the XML format, this property is represented as an attribute.
                  Résuméfalse
                  282. Observation.component:genomic-source-class.extension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                  ShortAdditional content defined by implementations
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifierfalse
                  Résuméfalse
                  Alternate Namesextensions, user content
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  284. Observation.component:genomic-source-class.modifierExtension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                  ShortExtensions that cannot be ignored even if unrecognized
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Résumétrue
                  Requirements

                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  286. Observation.component:genomic-source-class.code
                  Définition

                  Describes what was observed. Sometimes this is called the observation "code".

                  ShortType of component observation (code / type)
                  Commentaires

                  All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                  Control1..1
                  BindingFor example codes, see LOINCCodes
                  (example to http://hl7.org/fhir/ValueSet/observation-codes)

                  Codes identifying names of simple observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Knowing what kind of observation is being made is essential to understanding the observation.

                  Pattern Value{
                    "coding" : [{
                      "system" : "http://loinc.org",
                      "code" : "48002-0"
                    }]
                  }
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  288. Observation.component:genomic-source-class.value[x]
                  Définition

                  MG_2_Genetic variant source.

                  ShortGermline | Somatic | Fetal | Likely germline | Likely somatic |Likely fetal | Unknown genomic origin | De novo
                  Commentaires

                  Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                  Control1..1
                  BindingUnless not suitable, these codes SHALL be taken from LOINC Answer List LL378-1
                  (extensible to http://loinc.org/vs/LL378-1)

                  Genomic source class values

                  TypeCodeableConcept
                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  290. Observation.component:genomic-source-class.dataAbsentReason
                  Définition

                  Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                  ShortWhy the component result is missing
                  Commentaires

                  "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                  The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                  Control0..1
                  This element is affected by the following invariants: obs-6
                  BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                  (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                  Codes specifying why the result (Observation.value[x]) is missing.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  For many results it is necessary to handle exceptional values in measurements.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  292. Observation.component:genomic-source-class.interpretation
                  Définition

                  A categorical assessment of an observation value. For example, high, low, normal.

                  ShortHigh, low, normal, etc.
                  Commentaires

                  Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                  Control0..0
                  BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                  (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                  Codes identifying interpretations of observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résuméfalse
                  Requirements

                  For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                  Alternate NamesAbnormal Flag
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  294. Observation.component:genomic-source-class.referenceRange
                  Définition

                  Guidance on how to interpret the value by comparison to a normal or recommended range.

                  ShortProvides guide for interpretation of component result
                  Commentaires

                  Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                  Control0..*
                  TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  296. Observation.component:amino-acid-chg
                  Nom de la sliceamino-acid-chg
                  Définition

                  Human Genome Variation Society (HGVS) nomenclature for an amino acid sequence. This value is derivable from the DNA Marker value if available. It is provided for convenience. The use of the nomenclature must be extended to describe non-variations (aka. wild types) see samples for wild type examples.

                  ShortAmino acid change (pHGVS)
                  Commentaires

                  For a discussion on the ways Observations can be assembled in groups together see Notes below.

                  Control0..1
                  TypeBackboneElement
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  298. Observation.component:amino-acid-chg.id
                  Définition

                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                  ShortUnique id for inter-element referencing
                  Control0..1
                  Typestring
                  Is Modifierfalse
                  XML FormatIn the XML format, this property is represented as an attribute.
                  Résuméfalse
                  300. Observation.component:amino-acid-chg.extension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                  ShortAdditional content defined by implementations
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifierfalse
                  Résuméfalse
                  Alternate Namesextensions, user content
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  302. Observation.component:amino-acid-chg.modifierExtension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                  ShortExtensions that cannot be ignored even if unrecognized
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Résumétrue
                  Requirements

                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  304. Observation.component:amino-acid-chg.code
                  Définition

                  Describes what was observed. Sometimes this is called the observation "code".

                  ShortType of component observation (code / type)
                  Commentaires

                  All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                  Control1..1
                  BindingFor example codes, see LOINCCodes
                  (example to http://hl7.org/fhir/ValueSet/observation-codes)

                  Codes identifying names of simple observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Knowing what kind of observation is being made is essential to understanding the observation.

                  Pattern Value{
                    "coding" : [{
                      "system" : "http://loinc.org",
                      "code" : "48005-3"
                    }]
                  }
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  306. Observation.component:amino-acid-chg.value[x]
                  Définition

                  The information determined as a result of making the observation, if the information has a simple value.

                  ShortActual component result
                  Commentaires

                  Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                  Control1..1
                  BindingThe codes SHALL be taken from HGVS
                  (required to http://hl7.org/fhir/uv/genomics-reporting/ValueSet/hgvs)

                  HGVS: Sequence Variant Nomenclature from the Human Genome Variation Society

                  TypeCodeableConcept
                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  308. Observation.component:amino-acid-chg.dataAbsentReason
                  Définition

                  Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                  ShortWhy the component result is missing
                  Commentaires

                  "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                  The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                  Control0..1
                  This element is affected by the following invariants: obs-6
                  BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                  (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                  Codes specifying why the result (Observation.value[x]) is missing.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  For many results it is necessary to handle exceptional values in measurements.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  310. Observation.component:amino-acid-chg.interpretation
                  Définition

                  A categorical assessment of an observation value. For example, high, low, normal.

                  ShortHigh, low, normal, etc.
                  Commentaires

                  Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                  Control0..0
                  BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                  (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                  Codes identifying interpretations of observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résuméfalse
                  Requirements

                  For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                  Alternate NamesAbnormal Flag
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  312. Observation.component:amino-acid-chg.referenceRange
                  Définition

                  Guidance on how to interpret the value by comparison to a normal or recommended range.

                  ShortProvides guide for interpretation of component result
                  Commentaires

                  Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                  Control0..*
                  TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  314. Observation.component:amino-acid-chg-type
                  Nom de la sliceamino-acid-chg-type
                  Définition

                  Codified type for associated Amino Acid Marker. Amino Acid Marker's use the HGVS notation which implies the Amino Acid Marker Type, but the concurrent use of this code will allow a standard and explicit type for technical and display convenience.

                  ShortAmino acid change type
                  Commentaires

                  For a discussion on the ways Observations can be assembled in groups together see Notes below.

                  Control0..1
                  TypeBackboneElement
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  316. Observation.component:amino-acid-chg-type.id
                  Définition

                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                  ShortUnique id for inter-element referencing
                  Control0..1
                  Typestring
                  Is Modifierfalse
                  XML FormatIn the XML format, this property is represented as an attribute.
                  Résuméfalse
                  318. Observation.component:amino-acid-chg-type.extension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                  ShortAdditional content defined by implementations
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifierfalse
                  Résuméfalse
                  Alternate Namesextensions, user content
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  320. Observation.component:amino-acid-chg-type.modifierExtension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                  ShortExtensions that cannot be ignored even if unrecognized
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Résumétrue
                  Requirements

                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  322. Observation.component:amino-acid-chg-type.code
                  Définition

                  Describes what was observed. Sometimes this is called the observation "code".

                  ShortType of component observation (code / type)
                  Commentaires

                  All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                  Control1..1
                  BindingFor example codes, see LOINCCodes
                  (example to http://hl7.org/fhir/ValueSet/observation-codes)

                  Codes identifying names of simple observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Knowing what kind of observation is being made is essential to understanding the observation.

                  Pattern Value{
                    "coding" : [{
                      "system" : "http://loinc.org",
                      "code" : "48006-1"
                    }]
                  }
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  324. Observation.component:amino-acid-chg-type.value[x]
                  Définition

                  MG_4_Amino acid change type.

                  ShortWild type | Deletion | Duplication | Frameshift | Initiating Methionine | Insertion | Insertion and Deletion | Missense | Silent | Stop Codon Mutation
                  Commentaires

                  Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                  Control1..1
                  BindingThe codes SHALL be taken from LOINC Answer List LL380-7
                  (required to http://loinc.org/vs/LL380-7)

                  Amino acid change type values

                  TypeCodeableConcept
                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  326. Observation.component:amino-acid-chg-type.dataAbsentReason
                  Définition

                  Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                  ShortWhy the component result is missing
                  Commentaires

                  "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                  The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                  Control0..1
                  This element is affected by the following invariants: obs-6
                  BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                  (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                  Codes specifying why the result (Observation.value[x]) is missing.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  For many results it is necessary to handle exceptional values in measurements.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  328. Observation.component:amino-acid-chg-type.interpretation
                  Définition

                  A categorical assessment of an observation value. For example, high, low, normal.

                  ShortHigh, low, normal, etc.
                  Commentaires

                  Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                  Control0..0
                  BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                  (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                  Codes identifying interpretations of observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résuméfalse
                  Requirements

                  For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                  Alternate NamesAbnormal Flag
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  330. Observation.component:amino-acid-chg-type.referenceRange
                  Définition

                  Guidance on how to interpret the value by comparison to a normal or recommended range.

                  ShortProvides guide for interpretation of component result
                  Commentaires

                  Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                  Control0..*
                  TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  332. Observation.component:transcript-ref-seq
                  Nom de la slicetranscript-ref-seq
                  Définition

                  This field carries the ID for the transcribed reference sequence, which is the part of the genomic reference sequence that is converted to messenger RNA (i.e., after the introns are removed).

                  ShortTranscript reference sequence ID
                  Commentaires

                  Only needed if the transcript sequence or genomic reference sequence versions don't indicate the version.

                  Control0..1
                  TypeBackboneElement
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  334. Observation.component:transcript-ref-seq.id
                  Définition

                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                  ShortUnique id for inter-element referencing
                  Control0..1
                  Typestring
                  Is Modifierfalse
                  XML FormatIn the XML format, this property is represented as an attribute.
                  Résuméfalse
                  336. Observation.component:transcript-ref-seq.extension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                  ShortAdditional content defined by implementations
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifierfalse
                  Résuméfalse
                  Alternate Namesextensions, user content
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  338. Observation.component:transcript-ref-seq.modifierExtension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                  ShortExtensions that cannot be ignored even if unrecognized
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Résumétrue
                  Requirements

                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  340. Observation.component:transcript-ref-seq.code
                  Définition

                  Describes what was observed. Sometimes this is called the observation "code".

                  ShortType of component observation (code / type)
                  Commentaires

                  All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                  Control1..1
                  BindingFor example codes, see LOINCCodes
                  (example to http://hl7.org/fhir/ValueSet/observation-codes)

                  Codes identifying names of simple observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Knowing what kind of observation is being made is essential to understanding the observation.

                  Pattern Value{
                    "coding" : [{
                      "system" : "http://loinc.org",
                      "code" : "51958-7"
                    }]
                  }
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  342. Observation.component:transcript-ref-seq.value[x]
                  Définition

                  The information determined as a result of making the observation, if the information has a simple value.

                  ShortActual component result
                  Commentaires

                  Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                  Control1..1
                  Binding

                  Binding not yet defined

                  TypeCodeableConcept
                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  344. Observation.component:transcript-ref-seq.dataAbsentReason
                  Définition

                  Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                  ShortWhy the component result is missing
                  Commentaires

                  "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                  The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                  Control0..1
                  This element is affected by the following invariants: obs-6
                  BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                  (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                  Codes specifying why the result (Observation.value[x]) is missing.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  For many results it is necessary to handle exceptional values in measurements.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  346. Observation.component:transcript-ref-seq.interpretation
                  Définition

                  A categorical assessment of an observation value. For example, high, low, normal.

                  ShortHigh, low, normal, etc.
                  Commentaires

                  Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                  Control0..0
                  BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                  (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                  Codes identifying interpretations of observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résuméfalse
                  Requirements

                  For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                  Alternate NamesAbnormal Flag
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  348. Observation.component:transcript-ref-seq.referenceRange
                  Définition

                  Guidance on how to interpret the value by comparison to a normal or recommended range.

                  ShortProvides guide for interpretation of component result
                  Commentaires

                  Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                  Control0..*
                  TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  350. Observation.component:genomic-ref-seq
                  Nom de la slicegenomic-ref-seq
                  Définition

                  This field carries the ID for the genomic reference sequence. The genomic reference sequence is a contiguous stretch of chromosome DNA that spans all of the exons of the gene and includes transcribed and non transcribed stretches. For this ID use either the NCBI genomic nucleotide RefSeq IDs with their version number (see: NCBI.NLM.NIH.Gov/RefSeq) or use the LRG identifiers, without transcript (t or p) extensions -- when they become available. (See- Report sponsored by GEN2PHEN at the European Bioinformatics Institute at Hinxton UK April 24-25, 2008). The NCI RefSeq genomic IDs are distinguished by a prefix of"NG" for genes from the nuclear chromosomes and prefix of "NC" for genes from mitochondria. The LRG Identifiers have a prefix of "LRG_" Mitochondrial genes are not in the scope of LRG.

                  ShortGenomic reference sequence ID
                  Commentaires

                  For a discussion on the ways Observations can be assembled in groups together see Notes below.

                  Control0..1
                  TypeBackboneElement
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  352. Observation.component:genomic-ref-seq.id
                  Définition

                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                  ShortUnique id for inter-element referencing
                  Control0..1
                  Typestring
                  Is Modifierfalse
                  XML FormatIn the XML format, this property is represented as an attribute.
                  Résuméfalse
                  354. Observation.component:genomic-ref-seq.extension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                  ShortAdditional content defined by implementations
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifierfalse
                  Résuméfalse
                  Alternate Namesextensions, user content
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  356. Observation.component:genomic-ref-seq.modifierExtension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                  ShortExtensions that cannot be ignored even if unrecognized
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Résumétrue
                  Requirements

                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  358. Observation.component:genomic-ref-seq.code
                  Définition

                  Describes what was observed. Sometimes this is called the observation "code".

                  ShortType of component observation (code / type)
                  Commentaires

                  All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                  Control1..1
                  BindingFor example codes, see LOINCCodes
                  (example to http://hl7.org/fhir/ValueSet/observation-codes)

                  Codes identifying names of simple observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Knowing what kind of observation is being made is essential to understanding the observation.

                  Pattern Value{
                    "coding" : [{
                      "system" : "http://loinc.org",
                      "code" : "48013-7"
                    }]
                  }
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  360. Observation.component:genomic-ref-seq.value[x]
                  Définition

                  The information determined as a result of making the observation, if the information has a simple value.

                  ShortActual component result
                  Commentaires

                  Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                  Control1..1
                  Binding

                  Binding not yet defined

                  TypeCodeableConcept
                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  362. Observation.component:genomic-ref-seq.dataAbsentReason
                  Définition

                  Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                  ShortWhy the component result is missing
                  Commentaires

                  "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                  The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                  Control0..1
                  This element is affected by the following invariants: obs-6
                  BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                  (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                  Codes specifying why the result (Observation.value[x]) is missing.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  For many results it is necessary to handle exceptional values in measurements.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  364. Observation.component:genomic-ref-seq.interpretation
                  Définition

                  A categorical assessment of an observation value. For example, high, low, normal.

                  ShortHigh, low, normal, etc.
                  Commentaires

                  Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                  Control0..0
                  BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                  (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                  Codes identifying interpretations of observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résuméfalse
                  Requirements

                  For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                  Alternate NamesAbnormal Flag
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  366. Observation.component:genomic-ref-seq.referenceRange
                  Définition

                  Guidance on how to interpret the value by comparison to a normal or recommended range.

                  ShortProvides guide for interpretation of component result
                  Commentaires

                  Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                  Control0..*
                  TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                  Is Modifierfalse
                  Résuméfalse
                  Requirements

                  Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  368. Observation.component:sample-allelic-frequency
                  Nom de la slicesample-allelic-frequency
                  Définition

                  Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

                  ShortSample Allelic Frequency
                  Commentaires

                  For a discussion on the ways Observations can be assembled in groups together see Notes below.

                  Control0..1
                  TypeBackboneElement
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  370. Observation.component:sample-allelic-frequency.id
                  Définition

                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                  ShortUnique id for inter-element referencing
                  Control0..1
                  Typestring
                  Is Modifierfalse
                  XML FormatIn the XML format, this property is represented as an attribute.
                  Résuméfalse
                  372. Observation.component:sample-allelic-frequency.extension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                  ShortAdditional content defined by implementations
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifierfalse
                  Résuméfalse
                  Alternate Namesextensions, user content
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  374. Observation.component:sample-allelic-frequency.modifierExtension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                  Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                  ShortExtensions that cannot be ignored even if unrecognized
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                  Résumétrue
                  Requirements

                  Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                  Alternate Namesextensions, user content, modifiers
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  376. Observation.component:sample-allelic-frequency.code
                  Définition

                  The fraction of all reads in a study sample at a given genomic locus that identify the allele (variant) in question.

                  ShortSample Sample VAF
                  Commentaires

                  All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                  Control1..1
                  BindingFor example codes, see LOINCCodes
                  (example to http://hl7.org/fhir/ValueSet/observation-codes)

                  Codes identifying names of simple observations.

                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  Knowing what kind of observation is being made is essential to understanding the observation.

                  Pattern Value{
                    "coding" : [{
                      "system" : "http://loinc.org",
                      "code" : "81258-6"
                    }]
                  }
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  378. Observation.component:sample-allelic-frequency.value[x]
                  Définition

                  The information determined as a result of making the observation, if the information has a simple value.

                  ShortActual component result
                  Commentaires

                  Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                  Control1..1
                  TypeQuantity
                  [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                  Is Modifierfalse
                  Must Supportfalse
                  Résumétrue
                  Requirements

                  An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  380. Observation.component:sample-allelic-frequency.value[x].id
                  Définition

                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                  ShortUnique id for inter-element referencing
                  Control0..1
                  Typestring
                  Is Modifierfalse
                  XML FormatIn the XML format, this property is represented as an attribute.
                  Résuméfalse
                  382. Observation.component:sample-allelic-frequency.value[x].extension
                  Définition

                  May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                  ShortAdditional content defined by implementations
                  Commentaires

                  There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                  Control0..*
                  TypeExtension
                  Is Modifierfalse
                  Résuméfalse
                  Alternate Namesextensions, user content
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                  SlicingThis element introduces a set of slices on Observation.component.value[x].extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                  • value @ url
                  • 384. Observation.component:sample-allelic-frequency.value[x].value
                    Définition

                    The value of the measured amount. The value includes an implicit precision in the presentation of the value.

                    ShortNumerical value (with implicit precision)
                    Commentaires

                    The implicit precision in the value should always be honored. Monetary values have their own rules for handling precision (refer to standard accounting text books).

                    Control1..1
                    Typedecimal
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supportfalse
                    Résumétrue
                    Requirements

                    Precision is handled implicitly in almost all cases of measurement.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    386. Observation.component:sample-allelic-frequency.value[x].comparator
                    Définition

                    How the value should be understood and represented - whether the actual value is greater or less than the stated value due to measurement issues; e.g. if the comparator is "<" , then the real value is < stated value.

                    Short< | <= | >= | > - how to understand the value
                    Control0..1
                    BindingThe codes SHALL be taken from QuantityComparator
                    (required to http://hl7.org/fhir/ValueSet/quantity-comparator|4.0.1)

                    How the Quantity should be understood and represented.

                    Typecode
                    Is Modifiertrue because This is labeled as "Is Modifier" because the comparator modifies the interpretation of the value significantly. If there is no comparator, then there is no modification of the value
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Résumétrue
                    Requirements

                    Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                    Meaning if MissingIf there is no comparator, then there is no modification of the value
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    388. Observation.component:sample-allelic-frequency.value[x].unit
                    Définition

                    A human-readable form of the unit.

                    ShortUnit representation
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Résumétrue
                    Requirements

                    There are many representations for units of measure and in many contexts, particular representations are fixed and required. I.e. mcg for micrograms.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    390. Observation.component:sample-allelic-frequency.value[x].system
                    Définition

                    The identification of the system that provides the coded form of the unit.

                    ShortSystem that defines coded unit form
                    Control1..1
                    This element is affected by the following invariants: qty-3
                    Typeuri
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supportfalse
                    Résumétrue
                    Requirements

                    Need to know the system that defines the coded form of the unit.

                    Fixed Valuehttp://unitsofmeasure.org
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    392. Observation.component:sample-allelic-frequency.value[x].code
                    Définition

                    A computer processable form of the unit in some unit representation system.

                    ShortCoded form of the unit
                    Commentaires

                    The preferred system is UCUM, but SNOMED CT can also be used (for customary units) or ISO 4217 for currency. The context of use may additionally require a code from a particular system.

                    Control0..1
                    Typecode
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Résumétrue
                    Requirements

                    Need a computable form of the unit that is fixed across all forms. UCUM provides this for quantities, but SNOMED CT provides many units of interest.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    394. Observation.component:sample-allelic-frequency.dataAbsentReason
                    Définition

                    Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                    ShortWhy the component result is missing
                    Commentaires

                    "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                    The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                    Control0..1
                    This element is affected by the following invariants: obs-6
                    BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                    (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                    Codes specifying why the result (Observation.value[x]) is missing.

                    TypeCodeableConcept
                    Is Modifierfalse
                    Résuméfalse
                    Requirements

                    For many results it is necessary to handle exceptional values in measurements.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    396. Observation.component:sample-allelic-frequency.interpretation
                    Définition

                    A categorical assessment of an observation value. For example, high, low, normal.

                    ShortHigh, low, normal, etc.
                    Commentaires

                    Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                    Control0..0
                    BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                    (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                    Codes identifying interpretations of observations.

                    TypeCodeableConcept
                    Is Modifierfalse
                    Must Supportfalse
                    Résuméfalse
                    Requirements

                    For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                    Alternate NamesAbnormal Flag
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    398. Observation.component:sample-allelic-frequency.referenceRange
                    Définition

                    Guidance on how to interpret the value by comparison to a normal or recommended range.

                    ShortProvides guide for interpretation of component result
                    Commentaires

                    Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                    Control0..*
                    TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                    Is Modifierfalse
                    Résuméfalse
                    Requirements

                    Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    400. Observation.component:allelic-read-depth
                    Nom de la sliceallelic-read-depth
                    Définition

                    Number of 'reads' at the genomic position of the mutation.

                    ShortDepth
                    Commentaires

                    For a discussion on the ways Observations can be assembled in groups together see Notes below.

                    Control1..1
                    TypeBackboneElement
                    Is Modifierfalse
                    Must Supporttrue
                    Résumétrue
                    Requirements

                    Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    402. Observation.component:allelic-read-depth.id
                    Définition

                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                    ShortUnique id for inter-element referencing
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    XML FormatIn the XML format, this property is represented as an attribute.
                    Résuméfalse
                    404. Observation.component:allelic-read-depth.extension
                    Définition

                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                    ShortAdditional content defined by implementations
                    Commentaires

                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                    Control0..*
                    TypeExtension
                    Is Modifierfalse
                    Résuméfalse
                    Alternate Namesextensions, user content
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    406. Observation.component:allelic-read-depth.modifierExtension
                    Définition

                    May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                    ShortExtensions that cannot be ignored even if unrecognized
                    Commentaires

                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                    Control0..*
                    TypeExtension
                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                    Résumétrue
                    Requirements

                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                    Alternate Namesextensions, user content, modifiers
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    408. Observation.component:allelic-read-depth.code
                    Définition

                    Describes what was observed. Sometimes this is called the observation "code".

                    ShortType of component observation (code / type)
                    Commentaires

                    All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                    Control1..1
                    BindingFor example codes, see LOINCCodes
                    (example to http://hl7.org/fhir/ValueSet/observation-codes)

                    Codes identifying names of simple observations.

                    TypeCodeableConcept
                    Is Modifierfalse
                    Must Supportfalse
                    Résumétrue
                    Requirements

                    Knowing what kind of observation is being made is essential to understanding the observation.

                    Pattern Value{
                      "coding" : [{
                        "system" : "http://loinc.org",
                        "code" : "82121-5"
                      }]
                    }
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    410. Observation.component:allelic-read-depth.value[x]
                    Définition

                    The information determined as a result of making the observation, if the information has a simple value.

                    ShortActual component result
                    Commentaires

                    Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                    Control1..1
                    TypeQuantity
                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                    Is Modifierfalse
                    Must Supportfalse
                    Résumétrue
                    Requirements

                    An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    412. Observation.component:allelic-read-depth.dataAbsentReason
                    Définition

                    Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                    ShortWhy the component result is missing
                    Commentaires

                    "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                    The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                    Control0..1
                    This element is affected by the following invariants: obs-6
                    BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                    (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                    Codes specifying why the result (Observation.value[x]) is missing.

                    TypeCodeableConcept
                    Is Modifierfalse
                    Résuméfalse
                    Requirements

                    For many results it is necessary to handle exceptional values in measurements.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    414. Observation.component:allelic-read-depth.interpretation
                    Définition

                    A categorical assessment of an observation value. For example, high, low, normal.

                    ShortHigh, low, normal, etc.
                    Commentaires

                    Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                    Control0..0
                    BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                    (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                    Codes identifying interpretations of observations.

                    TypeCodeableConcept
                    Is Modifierfalse
                    Must Supportfalse
                    Résuméfalse
                    Requirements

                    For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                    Alternate NamesAbnormal Flag
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    416. Observation.component:allelic-read-depth.referenceRange
                    Définition

                    Guidance on how to interpret the value by comparison to a normal or recommended range.

                    ShortProvides guide for interpretation of component result
                    Commentaires

                    Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                    Control0..*
                    TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                    Is Modifierfalse
                    Résuméfalse
                    Requirements

                    Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    418. Observation.component:allelic-state
                    Nom de la sliceallelic-state
                    Définition

                    Zygotia of the mutation.

                    ShortZygotia
                    Commentaires

                    For a discussion on the ways Observations can be assembled in groups together see Notes below.

                    Control0..1
                    TypeBackboneElement
                    Is Modifierfalse
                    Must Supporttrue
                    Résumétrue
                    Requirements

                    Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    420. Observation.component:allelic-state.id
                    Définition

                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                    ShortUnique id for inter-element referencing
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    XML FormatIn the XML format, this property is represented as an attribute.
                    Résuméfalse
                    422. Observation.component:allelic-state.extension
                    Définition

                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                    ShortAdditional content defined by implementations
                    Commentaires

                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                    Control0..*
                    TypeExtension
                    Is Modifierfalse
                    Résuméfalse
                    Alternate Namesextensions, user content
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    424. Observation.component:allelic-state.modifierExtension
                    Définition

                    May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                    ShortExtensions that cannot be ignored even if unrecognized
                    Commentaires

                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                    Control0..*
                    TypeExtension
                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                    Résumétrue
                    Requirements

                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                    Alternate Namesextensions, user content, modifiers
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    426. Observation.component:allelic-state.code
                    Définition

                    Describes what was observed. Sometimes this is called the observation "code".

                    ShortType of component observation (code / type)
                    Commentaires

                    All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                    Control1..1
                    BindingFor example codes, see LOINCCodes
                    (example to http://hl7.org/fhir/ValueSet/observation-codes)

                    Codes identifying names of simple observations.

                    TypeCodeableConcept
                    Is Modifierfalse
                    Must Supportfalse
                    Résumétrue
                    Requirements

                    Knowing what kind of observation is being made is essential to understanding the observation.

                    Pattern Value{
                      "coding" : [{
                        "system" : "http://loinc.org",
                        "code" : "53034-5"
                      }]
                    }
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    428. Observation.component:allelic-state.value[x]
                    Définition

                    The relationship between the alleles found at the same locus on different chromosomes.

                    ShortHeteroplasmic | Homoplasmic | Homozygous | Heterozygous | Hemizygous
                    Commentaires

                    Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                    Control1..1
                    BindingUnless not suitable, these codes SHALL be taken from LOINC Answer List LL381-5
                    (extensible to http://loinc.org/vs/LL381-5)

                    Allelic state type values

                    TypeCodeableConcept
                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                    Is Modifierfalse
                    Must Supportfalse
                    Résumétrue
                    Requirements

                    An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    430. Observation.component:allelic-state.dataAbsentReason
                    Définition

                    Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                    ShortWhy the component result is missing
                    Commentaires

                    "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                    The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                    Control0..1
                    This element is affected by the following invariants: obs-6
                    BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                    (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                    Codes specifying why the result (Observation.value[x]) is missing.

                    TypeCodeableConcept
                    Is Modifierfalse
                    Résuméfalse
                    Requirements

                    For many results it is necessary to handle exceptional values in measurements.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    432. Observation.component:allelic-state.interpretation
                    Définition

                    A categorical assessment of an observation value. For example, high, low, normal.

                    ShortHigh, low, normal, etc.
                    Commentaires

                    Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                    Control0..0
                    BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                    (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                    Codes identifying interpretations of observations.

                    TypeCodeableConcept
                    Is Modifierfalse
                    Must Supportfalse
                    Résuméfalse
                    Requirements

                    For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                    Alternate NamesAbnormal Flag
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    434. Observation.component:allelic-state.referenceRange
                    Définition

                    Guidance on how to interpret the value by comparison to a normal or recommended range.

                    ShortProvides guide for interpretation of component result
                    Commentaires

                    Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                    Control0..*
                    TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                    Is Modifierfalse
                    Résuméfalse
                    Requirements

                    Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    436. Observation.component:copy-number
                    Nom de la slicecopy-number
                    Définition

                    The copy number of the large variant. In HGVS, this is the numeric value following the “X”. It is a unit-less value. Note that a copy number of 1 implies a deletion. The copy number can usually be inferred from the HGVS or ISCN fields.

                    ShortGenomic structural variant copy number
                    Commentaires

                    For a discussion on the ways Observations can be assembled in groups together see Notes below.

                    Control0..1
                    TypeBackboneElement
                    Is Modifierfalse
                    Must Supportfalse
                    Résumétrue
                    Requirements

                    Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    438. Observation.component:copy-number.id
                    Définition

                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                    ShortUnique id for inter-element referencing
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    XML FormatIn the XML format, this property is represented as an attribute.
                    Résuméfalse
                    440. Observation.component:copy-number.extension
                    Définition

                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                    ShortAdditional content defined by implementations
                    Commentaires

                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                    Control0..*
                    TypeExtension
                    Is Modifierfalse
                    Résuméfalse
                    Alternate Namesextensions, user content
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    442. Observation.component:copy-number.modifierExtension
                    Définition

                    May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                    ShortExtensions that cannot be ignored even if unrecognized
                    Commentaires

                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                    Control0..*
                    TypeExtension
                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                    Résumétrue
                    Requirements

                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                    Alternate Namesextensions, user content, modifiers
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    444. Observation.component:copy-number.code
                    Définition

                    Describes what was observed. Sometimes this is called the observation "code".

                    ShortType of component observation (code / type)
                    Commentaires

                    All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                    Control1..1
                    BindingFor example codes, see LOINCCodes
                    (example to http://hl7.org/fhir/ValueSet/observation-codes)

                    Codes identifying names of simple observations.

                    TypeCodeableConcept
                    Is Modifierfalse
                    Must Supportfalse
                    Résumétrue
                    Requirements

                    Knowing what kind of observation is being made is essential to understanding the observation.

                    Pattern Value{
                      "coding" : [{
                        "system" : "http://loinc.org",
                        "code" : "82155-3"
                      }]
                    }
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    446. Observation.component:copy-number.value[x]
                    Définition

                    A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies.

                    ShortA measured or measurable amount
                    Commentaires

                    The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator.

                    Control1..1
                    TypeQuantity(Count)
                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                    Is Modifierfalse
                    Must Supportfalse
                    Requirements

                    An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                    Invariantscnt-3: There SHALL be a code with a value of "1" if there is a value. If system is present, it SHALL be UCUM. If present, the value SHALL be a whole number. ((code.exists() or value.empty()) and (system.empty() or system = %ucum) and (code.empty() or code = '1') and (value.empty() or value.hasValue().not() or value.toString().contains('.').not()))
                    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    qty-3: If a code for the unit is present, the system SHALL also be present (code.empty() or system.exists())
                    448. Observation.component:copy-number.dataAbsentReason
                    Définition

                    Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                    ShortWhy the component result is missing
                    Commentaires

                    "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                    The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                    Control0..1
                    This element is affected by the following invariants: obs-6
                    BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                    (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                    Codes specifying why the result (Observation.value[x]) is missing.

                    TypeCodeableConcept
                    Is Modifierfalse
                    Résuméfalse
                    Requirements

                    For many results it is necessary to handle exceptional values in measurements.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    450. Observation.component:copy-number.interpretation
                    Définition

                    A categorical assessment of an observation value. For example, high, low, normal.

                    ShortHigh, low, normal, etc.
                    Commentaires

                    Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                    Control0..0
                    BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                    (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                    Codes identifying interpretations of observations.

                    TypeCodeableConcept
                    Is Modifierfalse
                    Must Supportfalse
                    Résuméfalse
                    Requirements

                    For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                    Alternate NamesAbnormal Flag
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    452. Observation.component:copy-number.referenceRange
                    Définition

                    Guidance on how to interpret the value by comparison to a normal or recommended range.

                    ShortProvides guide for interpretation of component result
                    Commentaires

                    Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                    Control0..*
                    TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                    Is Modifierfalse
                    Résuméfalse
                    Requirements

                    Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    454. Observation.component:ref-allele
                    Nom de la sliceref-allele
                    Définition

                    The allele seen on the forward strand of the reference genome.

                    ShortReference allele
                    Commentaires

                    This is used in a genotyping test to define the reference and variable nucleotide strings. That is if the sequence variation is an insertion, then Reference Nucleotide will be blank and Variable Nucleotide will contain the inserted nucleotides. In contrast, if the sequence variation is a deletion, then the Reference Nucleotide will contain the deleted nucliotieds, and the Variable Nucleotide will be blank.

                    Control1..1
                    TypeBackboneElement
                    Is Modifierfalse
                    Must Supporttrue
                    Résumétrue
                    Requirements

                    Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    456. Observation.component:ref-allele.id
                    Définition

                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                    ShortUnique id for inter-element referencing
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    XML FormatIn the XML format, this property is represented as an attribute.
                    Résuméfalse
                    458. Observation.component:ref-allele.extension
                    Définition

                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                    ShortAdditional content defined by implementations
                    Commentaires

                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                    Control0..*
                    TypeExtension
                    Is Modifierfalse
                    Résuméfalse
                    Alternate Namesextensions, user content
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    460. Observation.component:ref-allele.modifierExtension
                    Définition

                    May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                    ShortExtensions that cannot be ignored even if unrecognized
                    Commentaires

                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                    Control0..*
                    TypeExtension
                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                    Résumétrue
                    Requirements

                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                    Alternate Namesextensions, user content, modifiers
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    462. Observation.component:ref-allele.code
                    Définition

                    Describes what was observed. Sometimes this is called the observation "code".

                    ShortType of component observation (code / type)
                    Commentaires

                    All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                    Control1..1
                    BindingFor example codes, see LOINCCodes
                    (example to http://hl7.org/fhir/ValueSet/observation-codes)

                    Codes identifying names of simple observations.

                    TypeCodeableConcept
                    Is Modifierfalse
                    Must Supportfalse
                    Résumétrue
                    Requirements

                    Knowing what kind of observation is being made is essential to understanding the observation.

                    Pattern Value{
                      "coding" : [{
                        "system" : "http://loinc.org",
                        "code" : "69547-8"
                      }]
                    }
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    464. Observation.component:ref-allele.value[x]
                    Définition

                    The information determined as a result of making the observation, if the information has a simple value.

                    ShortActual component result
                    Commentaires

                    Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                    Control1..1
                    Typestring
                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supportfalse
                    Résumétrue
                    Requirements

                    An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    466. Observation.component:ref-allele.dataAbsentReason
                    Définition

                    Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                    ShortWhy the component result is missing
                    Commentaires

                    "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                    The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                    Control0..1
                    This element is affected by the following invariants: obs-6
                    BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                    (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                    Codes specifying why the result (Observation.value[x]) is missing.

                    TypeCodeableConcept
                    Is Modifierfalse
                    Résuméfalse
                    Requirements

                    For many results it is necessary to handle exceptional values in measurements.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    468. Observation.component:ref-allele.interpretation
                    Définition

                    A categorical assessment of an observation value. For example, high, low, normal.

                    ShortHigh, low, normal, etc.
                    Commentaires

                    Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                    Control0..0
                    BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                    (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                    Codes identifying interpretations of observations.

                    TypeCodeableConcept
                    Is Modifierfalse
                    Must Supportfalse
                    Résuméfalse
                    Requirements

                    For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                    Alternate NamesAbnormal Flag
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    470. Observation.component:ref-allele.referenceRange
                    Définition

                    Guidance on how to interpret the value by comparison to a normal or recommended range.

                    ShortProvides guide for interpretation of component result
                    Commentaires

                    Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                    Control0..*
                    TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                    Is Modifierfalse
                    Résuméfalse
                    Requirements

                    Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    472. Observation.component:alt-allele
                    Nom de la slicealt-allele
                    Définition

                    The allele resulting from a somatic mutation event during tumorigenesis.

                    ShortAlternative allele
                    Commentaires

                    For a discussion on the ways Observations can be assembled in groups together see Notes below.

                    Control1..1
                    TypeBackboneElement
                    Is Modifierfalse
                    Must Supporttrue
                    Résumétrue
                    Requirements

                    Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    474. Observation.component:alt-allele.id
                    Définition

                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                    ShortUnique id for inter-element referencing
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    XML FormatIn the XML format, this property is represented as an attribute.
                    Résuméfalse
                    476. Observation.component:alt-allele.extension
                    Définition

                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                    ShortAdditional content defined by implementations
                    Commentaires

                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                    Control0..*
                    TypeExtension
                    Is Modifierfalse
                    Résuméfalse
                    Alternate Namesextensions, user content
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    478. Observation.component:alt-allele.modifierExtension
                    Définition

                    May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                    ShortExtensions that cannot be ignored even if unrecognized
                    Commentaires

                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                    Control0..*
                    TypeExtension
                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                    Résumétrue
                    Requirements

                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                    Alternate Namesextensions, user content, modifiers
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    480. Observation.component:alt-allele.code
                    Définition

                    Describes what was observed. Sometimes this is called the observation "code".

                    ShortType of component observation (code / type)
                    Commentaires

                    All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                    Control1..1
                    BindingFor example codes, see LOINCCodes
                    (example to http://hl7.org/fhir/ValueSet/observation-codes)

                    Codes identifying names of simple observations.

                    TypeCodeableConcept
                    Is Modifierfalse
                    Must Supportfalse
                    Résumétrue
                    Requirements

                    Knowing what kind of observation is being made is essential to understanding the observation.

                    Pattern Value{
                      "coding" : [{
                        "system" : "http://loinc.org",
                        "code" : "69551-0"
                      }]
                    }
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    482. Observation.component:alt-allele.value[x]
                    Définition

                    The information determined as a result of making the observation, if the information has a simple value.

                    ShortActual component result
                    Commentaires

                    Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                    Control1..1
                    Typestring
                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supportfalse
                    Résumétrue
                    Requirements

                    An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    484. Observation.component:alt-allele.dataAbsentReason
                    Définition

                    Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                    ShortWhy the component result is missing
                    Commentaires

                    "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                    The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                    Control0..1
                    This element is affected by the following invariants: obs-6
                    BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                    (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                    Codes specifying why the result (Observation.value[x]) is missing.

                    TypeCodeableConcept
                    Is Modifierfalse
                    Résuméfalse
                    Requirements

                    For many results it is necessary to handle exceptional values in measurements.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    486. Observation.component:alt-allele.interpretation
                    Définition

                    A categorical assessment of an observation value. For example, high, low, normal.

                    ShortHigh, low, normal, etc.
                    Commentaires

                    Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                    Control0..0
                    BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                    (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                    Codes identifying interpretations of observations.

                    TypeCodeableConcept
                    Is Modifierfalse
                    Must Supportfalse
                    Résuméfalse
                    Requirements

                    For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                    Alternate NamesAbnormal Flag
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    488. Observation.component:alt-allele.referenceRange
                    Définition

                    Guidance on how to interpret the value by comparison to a normal or recommended range.

                    ShortProvides guide for interpretation of component result
                    Commentaires

                    Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                    Control0..*
                    TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                    Is Modifierfalse
                    Résuméfalse
                    Requirements

                    Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    490. Observation.component:coordinate-system
                    Nom de la slicecoordinate-system
                    Définition

                    Base number of coordinate system either 0-based, with inclusive start and exclusive end (called interval), or 1-based, with inclusive start and end. However, two versions of 1-based are in common use.These systems are HGVS 1-based (called variant method) and VCF 1-based (called alignment method). In general, HGVS recommends right-justification and VCF recommends left-justification. However, these systems further address questions such as wheather or not to place an insertion before or after the nucleotide, and, if always placed before the nucleotide, how to handle insertion after the end of the sequence. Additionally, the systems deal with handling boundary effects of numbers between features. For more details see the HGVS and VCF guides.

                    ShortCoordinate System
                    Commentaires

                    For a discussion on the ways Observations can be assembled in groups together see Notes below.

                    Control0..1
                    TypeBackboneElement
                    Is Modifierfalse
                    Must Supportfalse
                    Résumétrue
                    Requirements

                    Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    492. Observation.component:coordinate-system.id
                    Définition

                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                    ShortUnique id for inter-element referencing
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    XML FormatIn the XML format, this property is represented as an attribute.
                    Résuméfalse
                    494. Observation.component:coordinate-system.extension
                    Définition

                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                    ShortAdditional content defined by implementations
                    Commentaires

                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                    Control0..*
                    TypeExtension
                    Is Modifierfalse
                    Résuméfalse
                    Alternate Namesextensions, user content
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    496. Observation.component:coordinate-system.modifierExtension
                    Définition

                    May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                    ShortExtensions that cannot be ignored even if unrecognized
                    Commentaires

                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                    Control0..*
                    TypeExtension
                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                    Résumétrue
                    Requirements

                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                    Alternate Namesextensions, user content, modifiers
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    498. Observation.component:coordinate-system.code
                    Définition

                    This captures the base numbering used to calculate base positions in the reported sequence information.

                    ShortType of component observation (code / type)
                    Commentaires

                    All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                    Control1..1
                    BindingFor example codes, see LOINCCodes
                    (example to http://hl7.org/fhir/ValueSet/observation-codes)

                    Codes identifying names of simple observations.

                    TypeCodeableConcept
                    Is Modifierfalse
                    Must Supportfalse
                    Résumétrue
                    Requirements

                    Knowing what kind of observation is being made is essential to understanding the observation.

                    Pattern Value{
                      "coding" : [{
                        "system" : "http://loinc.org",
                        "code" : "92822-6"
                      }]
                    }
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    500. Observation.component:coordinate-system.value[x]
                    Définition

                    The information determined as a result of making the observation, if the information has a simple value.

                    Short0-based interval | 0-based character | 1-based character
                    Commentaires

                    Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                    Control1..1
                    BindingThe codes SHOULD be taken from LOINC Answer List LL5323-2
                    (preferred to http://loinc.org/vs/LL5323-2)

                    Base coordinate systems start and end measurements for variants

                    TypeCodeableConcept
                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                    Is Modifierfalse
                    Must Supportfalse
                    Résumétrue
                    Requirements

                    An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    502. Observation.component:coordinate-system.dataAbsentReason
                    Définition

                    Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                    ShortWhy the component result is missing
                    Commentaires

                    "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                    The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                    Control0..1
                    This element is affected by the following invariants: obs-6
                    BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                    (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                    Codes specifying why the result (Observation.value[x]) is missing.

                    TypeCodeableConcept
                    Is Modifierfalse
                    Résuméfalse
                    Requirements

                    For many results it is necessary to handle exceptional values in measurements.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    504. Observation.component:coordinate-system.interpretation
                    Définition

                    A categorical assessment of an observation value. For example, high, low, normal.

                    ShortHigh, low, normal, etc.
                    Commentaires

                    Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                    Control0..0
                    BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                    (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                    Codes identifying interpretations of observations.

                    TypeCodeableConcept
                    Is Modifierfalse
                    Must Supportfalse
                    Résuméfalse
                    Requirements

                    For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                    Alternate NamesAbnormal Flag
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    506. Observation.component:coordinate-system.referenceRange
                    Définition

                    Guidance on how to interpret the value by comparison to a normal or recommended range.

                    ShortProvides guide for interpretation of component result
                    Commentaires

                    Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                    Control0..*
                    TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                    Is Modifierfalse
                    Résuméfalse
                    Requirements

                    Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    508. Observation.component:exact-start-end
                    Nom de la sliceexact-start-end
                    Définition

                    This location is the first genomic position in the reference allele that contains a change from the reference allele. For example, for the simple variant NM_014049.4(ACAD9):c.1249C>T (p.Arg417Cys), the location is Chr3: 128906220 on Assembly GRCh38.

                    ShortExact start-end
                    Commentaires

                    For a discussion on the ways Observations can be assembled in groups together see Notes below.

                    Control0..1
                    TypeBackboneElement
                    Is Modifierfalse
                    Must Supportfalse
                    Résumétrue
                    Requirements

                    Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    510. Observation.component:exact-start-end.id
                    Définition

                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                    ShortUnique id for inter-element referencing
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    XML FormatIn the XML format, this property is represented as an attribute.
                    Résuméfalse
                    512. Observation.component:exact-start-end.extension
                    Définition

                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                    ShortAdditional content defined by implementations
                    Commentaires

                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                    Control0..*
                    TypeExtension
                    Is Modifierfalse
                    Résuméfalse
                    Alternate Namesextensions, user content
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    514. Observation.component:exact-start-end.modifierExtension
                    Définition

                    May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                    Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                    ShortExtensions that cannot be ignored even if unrecognized
                    Commentaires

                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                    Control0..*
                    TypeExtension
                    Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                    Résumétrue
                    Requirements

                    Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                    Alternate Namesextensions, user content, modifiers
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    516. Observation.component:exact-start-end.code
                    Définition

                    Describes what was observed. Sometimes this is called the observation "code".

                    ShortType of component observation (code / type)
                    Commentaires

                    All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                    Control1..1
                    BindingFor example codes, see LOINCCodes
                    (example to http://hl7.org/fhir/ValueSet/observation-codes)

                    Codes identifying names of simple observations.

                    TypeCodeableConcept
                    Is Modifierfalse
                    Must Supportfalse
                    Résumétrue
                    Requirements

                    Knowing what kind of observation is being made is essential to understanding the observation.

                    Pattern Value{
                      "coding" : [{
                        "system" : "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes",
                        "code" : "exact-start-end"
                      }]
                    }
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    518. Observation.component:exact-start-end.value[x]
                    Définition

                    The information determined as a result of making the observation, if the information has a simple value.

                    ShortActual component result
                    Commentaires

                    Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                    Control1..1
                    TypeRange
                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                    Is Modifierfalse
                    Must Supportfalse
                    Résumétrue
                    Requirements

                    An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    520. Observation.component:exact-start-end.value[x].id
                    Définition

                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                    ShortUnique id for inter-element referencing
                    Control0..1
                    Typestring
                    Is Modifierfalse
                    XML FormatIn the XML format, this property is represented as an attribute.
                    Résuméfalse
                    522. Observation.component:exact-start-end.value[x].extension
                    Définition

                    May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                    ShortAdditional content defined by implementations
                    Commentaires

                    There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                    Control0..*
                    TypeExtension
                    Is Modifierfalse
                    Résuméfalse
                    Alternate Namesextensions, user content
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                    SlicingThis element introduces a set of slices on Observation.component.value[x].extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                    • value @ url
                    • 524. Observation.component:exact-start-end.value[x].low
                      Définition

                      Starting position of the genetic alteration on the chromosome.

                      ShortStart position
                      Commentaires

                      If the low element is missing, the low boundary is not known.

                      Control1..1
                      TypeQuantity(SimpleQuantity)
                      Is Modifierfalse
                      Must Supporttrue
                      Résumétrue
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      526. Observation.component:exact-start-end.value[x].high
                      Définition

                      End position of the genetic alteration on the chromosome.

                      ShortEnd position
                      Commentaires

                      If the high element is missing, the high boundary is not known.

                      Control1..1
                      TypeQuantity(SimpleQuantity)
                      Is Modifierfalse
                      Must Supporttrue
                      Résumétrue
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      528. Observation.component:exact-start-end.dataAbsentReason
                      Définition

                      Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                      ShortWhy the component result is missing
                      Commentaires

                      "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                      The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                      Control0..1
                      This element is affected by the following invariants: obs-6
                      BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                      (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                      Codes specifying why the result (Observation.value[x]) is missing.

                      TypeCodeableConcept
                      Is Modifierfalse
                      Résuméfalse
                      Requirements

                      For many results it is necessary to handle exceptional values in measurements.

                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      530. Observation.component:exact-start-end.interpretation
                      Définition

                      A categorical assessment of an observation value. For example, high, low, normal.

                      ShortHigh, low, normal, etc.
                      Commentaires

                      Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                      Control0..0
                      BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                      (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                      Codes identifying interpretations of observations.

                      TypeCodeableConcept
                      Is Modifierfalse
                      Must Supportfalse
                      Résuméfalse
                      Requirements

                      For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                      Alternate NamesAbnormal Flag
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      532. Observation.component:exact-start-end.referenceRange
                      Définition

                      Guidance on how to interpret the value by comparison to a normal or recommended range.

                      ShortProvides guide for interpretation of component result
                      Commentaires

                      Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                      Control0..*
                      TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                      Is Modifierfalse
                      Résuméfalse
                      Requirements

                      Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      534. Observation.component:variant-length
                      Nom de la slicevariant-length
                      Définition

                      Length of the structural variant, which information may be ascertained in some but not all types of structural variants.

                      ShortStructural variant length
                      Commentaires

                      For a discussion on the ways Observations can be assembled in groups together see Notes below.

                      Control0..1
                      TypeBackboneElement
                      Is Modifierfalse
                      Must Supportfalse
                      Résumétrue
                      Requirements

                      Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      536. Observation.component:variant-length.id
                      Définition

                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                      ShortUnique id for inter-element referencing
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      XML FormatIn the XML format, this property is represented as an attribute.
                      Résuméfalse
                      538. Observation.component:variant-length.extension
                      Définition

                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                      ShortAdditional content defined by implementations
                      Commentaires

                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                      Control0..*
                      TypeExtension
                      Is Modifierfalse
                      Résuméfalse
                      Alternate Namesextensions, user content
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                      540. Observation.component:variant-length.modifierExtension
                      Définition

                      May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                      ShortExtensions that cannot be ignored even if unrecognized
                      Commentaires

                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                      Control0..*
                      TypeExtension
                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                      Résumétrue
                      Requirements

                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                      Alternate Namesextensions, user content, modifiers
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                      542. Observation.component:variant-length.code
                      Définition

                      Describes what was observed. Sometimes this is called the observation "code".

                      ShortType of component observation (code / type)
                      Commentaires

                      All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                      Control1..1
                      BindingFor example codes, see LOINCCodes
                      (example to http://hl7.org/fhir/ValueSet/observation-codes)

                      Codes identifying names of simple observations.

                      TypeCodeableConcept
                      Is Modifierfalse
                      Must Supportfalse
                      Résumétrue
                      Requirements

                      Knowing what kind of observation is being made is essential to understanding the observation.

                      Pattern Value{
                        "coding" : [{
                          "system" : "http://loinc.org",
                          "code" : "81300-6"
                        }]
                      }
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      544. Observation.component:variant-length.value[x]
                      Définition

                      A measured amount (or an amount that can potentially be measured). Note that measured amounts include amounts that are not precisely quantified, including amounts involving arbitrary units and floating currencies.

                      ShortA measured or measurable amount
                      Commentaires

                      The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator.

                      Control1..1
                      TypeQuantity(Count)
                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                      Is Modifierfalse
                      Must Supportfalse
                      Requirements

                      An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                      Invariantscnt-3: There SHALL be a code with a value of "1" if there is a value. If system is present, it SHALL be UCUM. If present, the value SHALL be a whole number. ((code.exists() or value.empty()) and (system.empty() or system = %ucum) and (code.empty() or code = '1') and (value.empty() or value.hasValue().not() or value.toString().contains('.').not()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      qty-3: If a code for the unit is present, the system SHALL also be present (code.empty() or system.exists())
                      546. Observation.component:variant-length.dataAbsentReason
                      Définition

                      Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                      ShortWhy the component result is missing
                      Commentaires

                      "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                      The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                      Control0..1
                      This element is affected by the following invariants: obs-6
                      BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                      (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                      Codes specifying why the result (Observation.value[x]) is missing.

                      TypeCodeableConcept
                      Is Modifierfalse
                      Résuméfalse
                      Requirements

                      For many results it is necessary to handle exceptional values in measurements.

                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      548. Observation.component:variant-length.interpretation
                      Définition

                      A categorical assessment of an observation value. For example, high, low, normal.

                      ShortHigh, low, normal, etc.
                      Commentaires

                      Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                      Control0..0
                      BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                      (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                      Codes identifying interpretations of observations.

                      TypeCodeableConcept
                      Is Modifierfalse
                      Must Supportfalse
                      Résuméfalse
                      Requirements

                      For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                      Alternate NamesAbnormal Flag
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      550. Observation.component:variant-length.referenceRange
                      Définition

                      Guidance on how to interpret the value by comparison to a normal or recommended range.

                      ShortProvides guide for interpretation of component result
                      Commentaires

                      Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                      Control0..*
                      TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                      Is Modifierfalse
                      Résuméfalse
                      Requirements

                      Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      552. Observation.component:outer-start-end
                      Nom de la sliceouter-start-end
                      Définition

                      The genomic coordinates of the widest genomic range in which the variant might reside.

                      ShortVariant outer start and end
                      Commentaires

                      For a discussion on the ways Observations can be assembled in groups together see Notes below.

                      Control0..1
                      TypeBackboneElement
                      Is Modifierfalse
                      Must Supportfalse
                      Résumétrue
                      Requirements

                      Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      554. Observation.component:outer-start-end.id
                      Définition

                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                      ShortUnique id for inter-element referencing
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      XML FormatIn the XML format, this property is represented as an attribute.
                      Résuméfalse
                      556. Observation.component:outer-start-end.extension
                      Définition

                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                      ShortAdditional content defined by implementations
                      Commentaires

                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                      Control0..*
                      TypeExtension
                      Is Modifierfalse
                      Résuméfalse
                      Alternate Namesextensions, user content
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                      558. Observation.component:outer-start-end.modifierExtension
                      Définition

                      May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                      Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                      ShortExtensions that cannot be ignored even if unrecognized
                      Commentaires

                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                      Control0..*
                      TypeExtension
                      Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                      Résumétrue
                      Requirements

                      Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                      Alternate Namesextensions, user content, modifiers
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                      560. Observation.component:outer-start-end.code
                      Définition

                      Describes what was observed. Sometimes this is called the observation "code".

                      ShortType of component observation (code / type)
                      Commentaires

                      All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                      Control1..1
                      BindingFor example codes, see LOINCCodes
                      (example to http://hl7.org/fhir/ValueSet/observation-codes)

                      Codes identifying names of simple observations.

                      TypeCodeableConcept
                      Is Modifierfalse
                      Must Supportfalse
                      Résumétrue
                      Requirements

                      Knowing what kind of observation is being made is essential to understanding the observation.

                      Pattern Value{
                        "coding" : [{
                          "system" : "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes",
                          "code" : "outer-start-end"
                        }]
                      }
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      562. Observation.component:outer-start-end.value[x]
                      Définition

                      The information determined as a result of making the observation, if the information has a simple value.

                      ShortActual component result
                      Commentaires

                      Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                      Control1..1
                      TypeRange
                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                      Is Modifierfalse
                      Must Supportfalse
                      Résumétrue
                      Requirements

                      An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      564. Observation.component:outer-start-end.value[x].id
                      Définition

                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                      ShortUnique id for inter-element referencing
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      XML FormatIn the XML format, this property is represented as an attribute.
                      Résuméfalse
                      566. Observation.component:outer-start-end.value[x].extension
                      Définition

                      May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                      ShortAdditional content defined by implementations
                      Commentaires

                      There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                      Control0..*
                      TypeExtension
                      Is Modifierfalse
                      Résuméfalse
                      Alternate Namesextensions, user content
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                      SlicingThis element introduces a set of slices on Observation.component.value[x].extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                      • value @ url
                      • 568. Observation.component:outer-start-end.value[x].low
                        Définition

                        The low limit. The boundary is inclusive.

                        ShortLow limit
                        Commentaires

                        If the low element is missing, the low boundary is not known.

                        Control1..1
                        TypeQuantity(SimpleQuantity)
                        Is Modifierfalse
                        Must Supportfalse
                        Résumétrue
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        570. Observation.component:outer-start-end.value[x].high
                        Définition

                        The high limit. The boundary is inclusive.

                        ShortHigh limit
                        Commentaires

                        If the high element is missing, the high boundary is not known.

                        Control1..1
                        TypeQuantity(SimpleQuantity)
                        Is Modifierfalse
                        Must Supportfalse
                        Résumétrue
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        572. Observation.component:outer-start-end.dataAbsentReason
                        Définition

                        Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                        ShortWhy the component result is missing
                        Commentaires

                        "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                        The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                        Control0..1
                        This element is affected by the following invariants: obs-6
                        BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                        (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                        Codes specifying why the result (Observation.value[x]) is missing.

                        TypeCodeableConcept
                        Is Modifierfalse
                        Résuméfalse
                        Requirements

                        For many results it is necessary to handle exceptional values in measurements.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        574. Observation.component:outer-start-end.interpretation
                        Définition

                        A categorical assessment of an observation value. For example, high, low, normal.

                        ShortHigh, low, normal, etc.
                        Commentaires

                        Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                        Control0..0
                        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                        Codes identifying interpretations of observations.

                        TypeCodeableConcept
                        Is Modifierfalse
                        Must Supportfalse
                        Résuméfalse
                        Requirements

                        For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                        Alternate NamesAbnormal Flag
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        576. Observation.component:outer-start-end.referenceRange
                        Définition

                        Guidance on how to interpret the value by comparison to a normal or recommended range.

                        ShortProvides guide for interpretation of component result
                        Commentaires

                        Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                        Control0..*
                        TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                        Is Modifierfalse
                        Résuméfalse
                        Requirements

                        Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        578. Observation.component:inner-start-end
                        Nom de la sliceinner-start-end
                        Définition

                        The genomic coordinates of the narrowest genomic range in which the structural variant might reside.

                        ShortVariant inner start and end
                        Commentaires

                        For a discussion on the ways Observations can be assembled in groups together see Notes below.

                        Control0..1
                        TypeBackboneElement
                        Is Modifierfalse
                        Must Supportfalse
                        Résumétrue
                        Requirements

                        Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        580. Observation.component:inner-start-end.id
                        Définition

                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                        ShortUnique id for inter-element referencing
                        Control0..1
                        Typestring
                        Is Modifierfalse
                        XML FormatIn the XML format, this property is represented as an attribute.
                        Résuméfalse
                        582. Observation.component:inner-start-end.extension
                        Définition

                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                        ShortAdditional content defined by implementations
                        Commentaires

                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                        Control0..*
                        TypeExtension
                        Is Modifierfalse
                        Résuméfalse
                        Alternate Namesextensions, user content
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        584. Observation.component:inner-start-end.modifierExtension
                        Définition

                        May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                        Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                        ShortExtensions that cannot be ignored even if unrecognized
                        Commentaires

                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                        Control0..*
                        TypeExtension
                        Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                        Résumétrue
                        Requirements

                        Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                        Alternate Namesextensions, user content, modifiers
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        586. Observation.component:inner-start-end.code
                        Définition

                        Describes what was observed. Sometimes this is called the observation "code".

                        ShortType of component observation (code / type)
                        Commentaires

                        All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                        Control1..1
                        BindingFor example codes, see LOINCCodes
                        (example to http://hl7.org/fhir/ValueSet/observation-codes)

                        Codes identifying names of simple observations.

                        TypeCodeableConcept
                        Is Modifierfalse
                        Must Supportfalse
                        Résumétrue
                        Requirements

                        Knowing what kind of observation is being made is essential to understanding the observation.

                        Pattern Value{
                          "coding" : [{
                            "system" : "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes",
                            "code" : "inner-start-end"
                          }]
                        }
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        588. Observation.component:inner-start-end.value[x]
                        Définition

                        The information determined as a result of making the observation, if the information has a simple value.

                        ShortActual component result
                        Commentaires

                        Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                        Control1..1
                        TypeRange
                        [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                        Is Modifierfalse
                        Must Supportfalse
                        Résumétrue
                        Requirements

                        An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        590. Observation.component:inner-start-end.value[x].id
                        Définition

                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                        ShortUnique id for inter-element referencing
                        Control0..1
                        Typestring
                        Is Modifierfalse
                        XML FormatIn the XML format, this property is represented as an attribute.
                        Résuméfalse
                        592. Observation.component:inner-start-end.value[x].extension
                        Définition

                        May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                        ShortAdditional content defined by implementations
                        Commentaires

                        There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                        Control0..*
                        TypeExtension
                        Is Modifierfalse
                        Résuméfalse
                        Alternate Namesextensions, user content
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        SlicingThis element introduces a set of slices on Observation.component.value[x].extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                        • value @ url
                        • 594. Observation.component:inner-start-end.value[x].low
                          Définition

                          The low limit. The boundary is inclusive.

                          ShortLow limit
                          Commentaires

                          If the low element is missing, the low boundary is not known.

                          Control1..1
                          TypeQuantity(SimpleQuantity)
                          Is Modifierfalse
                          Must Supportfalse
                          Résumétrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          596. Observation.component:inner-start-end.value[x].high
                          Définition

                          The high limit. The boundary is inclusive.

                          ShortHigh limit
                          Commentaires

                          If the high element is missing, the high boundary is not known.

                          Control1..1
                          TypeQuantity(SimpleQuantity)
                          Is Modifierfalse
                          Must Supportfalse
                          Résumétrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          598. Observation.component:inner-start-end.dataAbsentReason
                          Définition

                          Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                          ShortWhy the component result is missing
                          Commentaires

                          "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                          The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                          Control0..1
                          This element is affected by the following invariants: obs-6
                          BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                          (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                          Codes specifying why the result (Observation.value[x]) is missing.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Résuméfalse
                          Requirements

                          For many results it is necessary to handle exceptional values in measurements.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          600. Observation.component:inner-start-end.interpretation
                          Définition

                          A categorical assessment of an observation value. For example, high, low, normal.

                          ShortHigh, low, normal, etc.
                          Commentaires

                          Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                          Control0..0
                          BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                          (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                          Codes identifying interpretations of observations.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Must Supportfalse
                          Résuméfalse
                          Requirements

                          For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                          Alternate NamesAbnormal Flag
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          602. Observation.component:inner-start-end.referenceRange
                          Définition

                          Guidance on how to interpret the value by comparison to a normal or recommended range.

                          ShortProvides guide for interpretation of component result
                          Commentaires

                          Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                          Control0..*
                          TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                          Is Modifierfalse
                          Résuméfalse
                          Requirements

                          Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          604. Observation.component:chromosome-copy-number-change-type
                          Nom de la slicechromosome-copy-number-change-type
                          Définition

                          The type of the chromosome copy number change.

                          ShortChromosome copy number change type
                          Commentaires

                          For a discussion on the ways Observations can be assembled in groups together see Notes below.

                          Control0..1
                          TypeBackboneElement
                          Is Modifierfalse
                          Must Supportfalse
                          Résumétrue
                          Requirements

                          Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          606. Observation.component:chromosome-copy-number-change-type.id
                          Définition

                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                          ShortUnique id for inter-element referencing
                          Control0..1
                          Typestring
                          Is Modifierfalse
                          XML FormatIn the XML format, this property is represented as an attribute.
                          Résuméfalse
                          608. Observation.component:chromosome-copy-number-change-type.extension
                          Définition

                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                          ShortAdditional content defined by implementations
                          Commentaires

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..*
                          TypeExtension
                          Is Modifierfalse
                          Résuméfalse
                          Alternate Namesextensions, user content
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          610. Observation.component:chromosome-copy-number-change-type.modifierExtension
                          Définition

                          May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                          ShortExtensions that cannot be ignored even if unrecognized
                          Commentaires

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..*
                          TypeExtension
                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                          Résumétrue
                          Requirements

                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                          Alternate Namesextensions, user content, modifiers
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          612. Observation.component:chromosome-copy-number-change-type.code
                          Définition

                          Describes what was observed. Sometimes this is called the observation "code".

                          ShortType of component observation (code / type)
                          Commentaires

                          All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                          Control1..1
                          BindingFor example codes, see LOINCCodes
                          (example to http://hl7.org/fhir/ValueSet/observation-codes)

                          Codes identifying names of simple observations.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Must Supportfalse
                          Résumétrue
                          Requirements

                          Knowing what kind of observation is being made is essential to understanding the observation.

                          Pattern Value{
                            "coding" : [{
                              "system" : "http://loinc.org",
                              "code" : "62378-5"
                            }]
                          }
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          614. Observation.component:chromosome-copy-number-change-type.value[x]
                          Définition

                          The information determined as a result of making the observation, if the information has a simple value.

                          ShortCopy number gain | Copy number loss
                          Commentaires

                          Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                          Control1..1
                          BindingThe codes SHALL be taken from LOINC Answer List LL1041-4
                          (required to http://loinc.org/vs/LL1041-4)

                          Copy Number Change Types

                          TypeCodeableConcept
                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                          Is Modifierfalse
                          Must Supportfalse
                          Résumétrue
                          Requirements

                          An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          616. Observation.component:chromosome-copy-number-change-type.dataAbsentReason
                          Définition

                          Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                          ShortWhy the component result is missing
                          Commentaires

                          "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                          The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                          Control0..1
                          This element is affected by the following invariants: obs-6
                          BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                          (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                          Codes specifying why the result (Observation.value[x]) is missing.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Résuméfalse
                          Requirements

                          For many results it is necessary to handle exceptional values in measurements.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          618. Observation.component:chromosome-copy-number-change-type.interpretation
                          Définition

                          A categorical assessment of an observation value. For example, high, low, normal.

                          ShortHigh, low, normal, etc.
                          Commentaires

                          Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                          Control0..0
                          BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                          (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                          Codes identifying interpretations of observations.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Must Supportfalse
                          Résuméfalse
                          Requirements

                          For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                          Alternate NamesAbnormal Flag
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          620. Observation.component:chromosome-copy-number-change-type.referenceRange
                          Définition

                          Guidance on how to interpret the value by comparison to a normal or recommended range.

                          ShortProvides guide for interpretation of component result
                          Commentaires

                          Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                          Control0..*
                          TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                          Is Modifierfalse
                          Résuméfalse
                          Requirements

                          Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          622. Observation.component:arrCGH-ratio
                          Nom de la slicearrCGH-ratio
                          Définition

                          todo.

                          ShortStructural variant reported arrCGH [Ratio]
                          Commentaires

                          For a discussion on the ways Observations can be assembled in groups together see Notes below.

                          Control0..1
                          TypeBackboneElement
                          Is Modifierfalse
                          Must Supportfalse
                          Résumétrue
                          Requirements

                          Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          624. Observation.component:arrCGH-ratio.id
                          Définition

                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                          ShortUnique id for inter-element referencing
                          Control0..1
                          Typestring
                          Is Modifierfalse
                          XML FormatIn the XML format, this property is represented as an attribute.
                          Résuméfalse
                          626. Observation.component:arrCGH-ratio.extension
                          Définition

                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                          ShortAdditional content defined by implementations
                          Commentaires

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..*
                          TypeExtension
                          Is Modifierfalse
                          Résuméfalse
                          Alternate Namesextensions, user content
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          628. Observation.component:arrCGH-ratio.modifierExtension
                          Définition

                          May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                          ShortExtensions that cannot be ignored even if unrecognized
                          Commentaires

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..*
                          TypeExtension
                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                          Résumétrue
                          Requirements

                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                          Alternate Namesextensions, user content, modifiers
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          630. Observation.component:arrCGH-ratio.code
                          Définition

                          Describes what was observed. Sometimes this is called the observation "code".

                          ShortType of component observation (code / type)
                          Commentaires

                          All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                          Control1..1
                          BindingFor example codes, see LOINCCodes
                          (example to http://hl7.org/fhir/ValueSet/observation-codes)

                          Codes identifying names of simple observations.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Must Supportfalse
                          Résumétrue
                          Requirements

                          Knowing what kind of observation is being made is essential to understanding the observation.

                          Pattern Value{
                            "coding" : [{
                              "system" : "http://loinc.org",
                              "code" : "81299-0"
                            }]
                          }
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          632. Observation.component:arrCGH-ratio.value[x]
                          Définition

                          The comparator is not used on a SimpleQuantity

                          ShortA fixed quantity (no comparator)
                          Commentaires

                          The context of use may frequently define what kind of quantity this is and therefore what kind of units can be used. The context of use may also restrict the values for the comparator.

                          Control1..1
                          This element is affected by the following invariants: ele-1
                          TypeQuantity(SimpleQuantity)
                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                          Is Modifierfalse
                          Must Supportfalse
                          Requirements

                          An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          qty-3: If a code for the unit is present, the system SHALL also be present (code.empty() or system.exists())
                          sqty-1: The comparator is not used on a SimpleQuantity (comparator.empty())
                          634. Observation.component:arrCGH-ratio.dataAbsentReason
                          Définition

                          Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                          ShortWhy the component result is missing
                          Commentaires

                          "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                          The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                          Control0..1
                          This element is affected by the following invariants: obs-6
                          BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                          (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                          Codes specifying why the result (Observation.value[x]) is missing.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Résuméfalse
                          Requirements

                          For many results it is necessary to handle exceptional values in measurements.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          636. Observation.component:arrCGH-ratio.interpretation
                          Définition

                          A categorical assessment of an observation value. For example, high, low, normal.

                          ShortHigh, low, normal, etc.
                          Commentaires

                          Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                          Control0..0
                          BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                          (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                          Codes identifying interpretations of observations.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Must Supportfalse
                          Résuméfalse
                          Requirements

                          For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                          Alternate NamesAbnormal Flag
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          638. Observation.component:arrCGH-ratio.referenceRange
                          Définition

                          Guidance on how to interpret the value by comparison to a normal or recommended range.

                          ShortProvides guide for interpretation of component result
                          Commentaires

                          Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                          Control0..*
                          TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                          Is Modifierfalse
                          Résuméfalse
                          Requirements

                          Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          640. Observation.component:complex-var-type
                          Nom de la slicecomplex-var-type
                          Définition

                          The type of complex variant, for example, compound heterozygous or haplotype.

                          ShortComplex variant type
                          Commentaires

                          When sending a grouping of non-contiguous variants that are meant to be interpreted together but do not signify a named haplotype, one can send the type of complex variant here (determined by where the individual changes are in relation to each other), and use Observation.hasMember to reference the individual variants, which would then be described as normal.

                          Control0..1
                          TypeBackboneElement
                          Is Modifierfalse
                          Must Supportfalse
                          Résumétrue
                          Requirements

                          Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          642. Observation.component:complex-var-type.id
                          Définition

                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                          ShortUnique id for inter-element referencing
                          Control0..1
                          Typestring
                          Is Modifierfalse
                          XML FormatIn the XML format, this property is represented as an attribute.
                          Résuméfalse
                          644. Observation.component:complex-var-type.extension
                          Définition

                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                          ShortAdditional content defined by implementations
                          Commentaires

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..*
                          TypeExtension
                          Is Modifierfalse
                          Résuméfalse
                          Alternate Namesextensions, user content
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          646. Observation.component:complex-var-type.modifierExtension
                          Définition

                          May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                          ShortExtensions that cannot be ignored even if unrecognized
                          Commentaires

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..*
                          TypeExtension
                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                          Résumétrue
                          Requirements

                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                          Alternate Namesextensions, user content, modifiers
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          648. Observation.component:complex-var-type.code
                          Définition

                          Describes what was observed. Sometimes this is called the observation "code".

                          ShortType of component observation (code / type)
                          Commentaires

                          All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                          Control1..1
                          BindingFor example codes, see LOINCCodes
                          (example to http://hl7.org/fhir/ValueSet/observation-codes)

                          Codes identifying names of simple observations.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Must Supportfalse
                          Résumétrue
                          Requirements

                          Knowing what kind of observation is being made is essential to understanding the observation.

                          Pattern Value{
                            "coding" : [{
                              "system" : "http://loinc.org",
                              "code" : "81263-6"
                            }]
                          }
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          650. Observation.component:complex-var-type.value[x]
                          Définition

                          The information determined as a result of making the observation, if the information has a simple value.

                          ShortCompound heterozygous | Double heterozygous | Haplotype | Hemizygous
                          Commentaires

                          Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                          Control1..1
                          BindingThe codes SHALL be taken from LOINC Answer List LL3999-1
                          (required to http://loinc.org/vs/LL3999-1)

                          Complex variant type

                          TypeCodeableConcept
                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                          Is Modifierfalse
                          Must Supportfalse
                          Résumétrue
                          Requirements

                          An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          652. Observation.component:complex-var-type.dataAbsentReason
                          Définition

                          Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                          ShortWhy the component result is missing
                          Commentaires

                          "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                          The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                          Control0..1
                          This element is affected by the following invariants: obs-6
                          BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                          (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                          Codes specifying why the result (Observation.value[x]) is missing.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Résuméfalse
                          Requirements

                          For many results it is necessary to handle exceptional values in measurements.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          654. Observation.component:complex-var-type.interpretation
                          Définition

                          A categorical assessment of an observation value. For example, high, low, normal.

                          ShortHigh, low, normal, etc.
                          Commentaires

                          Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                          Control0..0
                          BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                          (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                          Codes identifying interpretations of observations.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Must Supportfalse
                          Résuméfalse
                          Requirements

                          For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                          Alternate NamesAbnormal Flag
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          656. Observation.component:complex-var-type.referenceRange
                          Définition

                          Guidance on how to interpret the value by comparison to a normal or recommended range.

                          ShortProvides guide for interpretation of component result
                          Commentaires

                          Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                          Control0..*
                          TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                          Is Modifierfalse
                          Résuméfalse
                          Requirements

                          Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          658. Observation.component:cytogenomic-nomenclature
                          Nom de la slicecytogenomic-nomenclature
                          Définition

                          Fully describes a variant with a single code. Typically a large variant such as a mosaic, abnormal chromosome numbers, etc.

                          ShortCytogenomic Nomenclature
                          Commentaires

                          For a discussion on the ways Observations can be assembled in groups together see Notes below.

                          Control0..1
                          TypeBackboneElement
                          Is Modifierfalse
                          Must Supportfalse
                          Résumétrue
                          Requirements

                          Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          660. Observation.component:cytogenomic-nomenclature.id
                          Définition

                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                          ShortUnique id for inter-element referencing
                          Control0..1
                          Typestring
                          Is Modifierfalse
                          XML FormatIn the XML format, this property is represented as an attribute.
                          Résuméfalse
                          662. Observation.component:cytogenomic-nomenclature.extension
                          Définition

                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                          ShortAdditional content defined by implementations
                          Commentaires

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..*
                          TypeExtension
                          Is Modifierfalse
                          Résuméfalse
                          Alternate Namesextensions, user content
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          664. Observation.component:cytogenomic-nomenclature.modifierExtension
                          Définition

                          May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                          ShortExtensions that cannot be ignored even if unrecognized
                          Commentaires

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..*
                          TypeExtension
                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                          Résumétrue
                          Requirements

                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                          Alternate Namesextensions, user content, modifiers
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          666. Observation.component:cytogenomic-nomenclature.code
                          Définition

                          ISCN is a syntax for describing cytogenetic findings, from classical karyotypes to details that can be observed with copy number methodologies. Using ISCN nomenclature is highly recommended for reporting structural variants.

                          ShortVariant ISCN
                          Commentaires

                          All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                          Control1..1
                          BindingFor example codes, see LOINCCodes
                          (example to http://hl7.org/fhir/ValueSet/observation-codes)

                          Codes identifying names of simple observations.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Must Supportfalse
                          Résumétrue
                          Requirements

                          Knowing what kind of observation is being made is essential to understanding the observation.

                          Pattern Value{
                            "coding" : [{
                              "system" : "http://loinc.org",
                              "code" : "81291-7"
                            }]
                          }
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          668. Observation.component:cytogenomic-nomenclature.value[x]
                          Définition

                          The information determined as a result of making the observation, if the information has a simple value.

                          ShortActual component result
                          Commentaires

                          Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                          Control1..1
                          Binding

                          Binding not yet defined

                          TypeCodeableConcept
                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                          Is Modifierfalse
                          Must Supportfalse
                          Résumétrue
                          Requirements

                          An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          670. Observation.component:cytogenomic-nomenclature.dataAbsentReason
                          Définition

                          Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                          ShortWhy the component result is missing
                          Commentaires

                          "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                          The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                          Control0..1
                          This element is affected by the following invariants: obs-6
                          BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                          (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                          Codes specifying why the result (Observation.value[x]) is missing.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Résuméfalse
                          Requirements

                          For many results it is necessary to handle exceptional values in measurements.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          672. Observation.component:cytogenomic-nomenclature.interpretation
                          Définition

                          A categorical assessment of an observation value. For example, high, low, normal.

                          ShortHigh, low, normal, etc.
                          Commentaires

                          Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                          Control0..0
                          BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                          (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                          Codes identifying interpretations of observations.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Must Supportfalse
                          Résuméfalse
                          Requirements

                          For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                          Alternate NamesAbnormal Flag
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          674. Observation.component:cytogenomic-nomenclature.referenceRange
                          Définition

                          Guidance on how to interpret the value by comparison to a normal or recommended range.

                          ShortProvides guide for interpretation of component result
                          Commentaires

                          Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                          Control0..*
                          TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                          Is Modifierfalse
                          Résuméfalse
                          Requirements

                          Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          676. Observation.component:variant-inheritance
                          Nom de la slicevariant-inheritance
                          Définition

                          Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.

                          ShortVariant Inheritance
                          Commentaires

                          For a discussion on the ways Observations can be assembled in groups together see Notes below.

                          Control0..1
                          TypeBackboneElement
                          Is Modifierfalse
                          Must Supportfalse
                          Résumétrue
                          Requirements

                          Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          678. Observation.component:variant-inheritance.id
                          Définition

                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                          ShortUnique id for inter-element referencing
                          Control0..1
                          Typestring
                          Is Modifierfalse
                          XML FormatIn the XML format, this property is represented as an attribute.
                          Résuméfalse
                          680. Observation.component:variant-inheritance.extension
                          Définition

                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                          ShortAdditional content defined by implementations
                          Commentaires

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..*
                          TypeExtension
                          Is Modifierfalse
                          Résuméfalse
                          Alternate Namesextensions, user content
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          682. Observation.component:variant-inheritance.modifierExtension
                          Définition

                          May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                          ShortExtensions that cannot be ignored even if unrecognized
                          Commentaires

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..*
                          TypeExtension
                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                          Résumétrue
                          Requirements

                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                          Alternate Namesextensions, user content, modifiers
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          684. Observation.component:variant-inheritance.code
                          Définition

                          Describes what was observed. Sometimes this is called the observation "code".

                          ShortType of component observation (code / type)
                          Commentaires

                          All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                          Control1..1
                          BindingFor example codes, see LOINCCodes
                          (example to http://hl7.org/fhir/ValueSet/observation-codes)

                          Codes identifying names of simple observations.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Must Supportfalse
                          Résumétrue
                          Requirements

                          Knowing what kind of observation is being made is essential to understanding the observation.

                          Pattern Value{
                            "coding" : [{
                              "system" : "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes",
                              "code" : "variant-inheritance"
                            }]
                          }
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          686. Observation.component:variant-inheritance.value[x]
                          Définition

                          The information determined as a result of making the observation, if the information has a simple value.

                          ShortActual component result
                          Commentaires

                          Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                          Control1..1
                          BindingUnless not suitable, these codes SHALL be taken from Variant Inheritance
                          (extensible to http://hl7.org/fhir/uv/genomics-reporting/ValueSet/variant-inheritance)

                          Variant Inheritance (Sequence Ontology)

                          TypeCodeableConcept
                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                          Is Modifierfalse
                          Must Supportfalse
                          Résumétrue
                          Requirements

                          An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          688. Observation.component:variant-inheritance.dataAbsentReason
                          Définition

                          Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                          ShortWhy the component result is missing
                          Commentaires

                          "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                          The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                          Control0..1
                          This element is affected by the following invariants: obs-6
                          BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                          (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                          Codes specifying why the result (Observation.value[x]) is missing.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Résuméfalse
                          Requirements

                          For many results it is necessary to handle exceptional values in measurements.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          690. Observation.component:variant-inheritance.interpretation
                          Définition

                          A categorical assessment of an observation value. For example, high, low, normal.

                          ShortHigh, low, normal, etc.
                          Commentaires

                          Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                          Control0..0
                          BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                          (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                          Codes identifying interpretations of observations.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Must Supportfalse
                          Résuméfalse
                          Requirements

                          For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                          Alternate NamesAbnormal Flag
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          692. Observation.component:variant-inheritance.referenceRange
                          Définition

                          Guidance on how to interpret the value by comparison to a normal or recommended range.

                          ShortProvides guide for interpretation of component result
                          Commentaires

                          Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                          Control0..*
                          TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                          Is Modifierfalse
                          Résuméfalse
                          Requirements

                          Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          694. Observation.component:pathogenicity
                          Nom de la slicepathogenicity
                          Définition

                          Information to indicate the pathogenicity of the genetic alteration.

                          ShortPathogenicity
                          Commentaires

                          For a discussion on the ways Observations can be assembled in groups together see Notes below.

                          Control0..1
                          TypeBackboneElement
                          Is Modifierfalse
                          Must Supporttrue
                          Résumétrue
                          Requirements

                          Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          696. Observation.component:pathogenicity.id
                          Définition

                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                          ShortUnique id for inter-element referencing
                          Control0..1
                          Typestring
                          Is Modifierfalse
                          XML FormatIn the XML format, this property is represented as an attribute.
                          Résuméfalse
                          698. Observation.component:pathogenicity.extension
                          Définition

                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                          ShortAdditional content defined by implementations
                          Commentaires

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..*
                          TypeExtension
                          Is Modifierfalse
                          Résuméfalse
                          Alternate Namesextensions, user content
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          700. Observation.component:pathogenicity.modifierExtension
                          Définition

                          May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                          ShortExtensions that cannot be ignored even if unrecognized
                          Commentaires

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..*
                          TypeExtension
                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                          Résumétrue
                          Requirements

                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                          Alternate Namesextensions, user content, modifiers
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          702. Observation.component:pathogenicity.code
                          Définition

                          Describes what was observed. Sometimes this is called the observation "code".

                          ShortType of component observation (code / type)
                          Commentaires

                          All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                          Control1..1
                          BindingFor example codes, see LOINCCodes
                          (example to http://hl7.org/fhir/ValueSet/observation-codes)

                          Codes identifying names of simple observations.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Résumétrue
                          Requirements

                          Knowing what kind of observation is being made is essential to understanding the observation.

                          Pattern Value{
                            "coding" : [{
                              "system" : "http://loinc.org",
                              "code" : "74019-1"
                            }]
                          }
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          704. Observation.component:pathogenicity.value[x]
                          Définition

                          The information determined as a result of making the observation, if the information has a simple value.

                          ShortActual component result
                          Commentaires

                          Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                          Control0..1
                          BindingThe codes SHALL be taken from Pathogenicity Value Set
                          (required to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/Pathogenicity)
                          TypeCodeableConcept
                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                          Is Modifierfalse
                          Résumétrue
                          Requirements

                          An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          706. Observation.component:pathogenicity.dataAbsentReason
                          Définition

                          Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                          ShortWhy the component result is missing
                          Commentaires

                          "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                          The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                          Control0..1
                          This element is affected by the following invariants: obs-6
                          BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                          (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                          Codes specifying why the result (Observation.value[x]) is missing.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Résuméfalse
                          Requirements

                          For many results it is necessary to handle exceptional values in measurements.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          708. Observation.component:pathogenicity.interpretation
                          Définition

                          A categorical assessment of an observation value. For example, high, low, normal.

                          ShortHigh, low, normal, etc.
                          Commentaires

                          Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                          Control0..0
                          BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                          (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                          Codes identifying interpretations of observations.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Must Supportfalse
                          Résuméfalse
                          Requirements

                          For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                          Alternate NamesAbnormal Flag
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          710. Observation.component:pathogenicity.referenceRange
                          Définition

                          Guidance on how to interpret the value by comparison to a normal or recommended range.

                          ShortProvides guide for interpretation of component result
                          Commentaires

                          Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                          Control0..*
                          TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                          Is Modifierfalse
                          Résuméfalse
                          Requirements

                          Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          712. Observation.component:actionability
                          Nom de la sliceactionability
                          Définition

                          Can (could) the genetic alteration affect the patient's response to treatment?

                          ShortImpact on patient treatment
                          Commentaires

                          For a discussion on the ways Observations can be assembled in groups together see Notes below.

                          Control0..1
                          TypeBackboneElement
                          Is Modifierfalse
                          Must Supporttrue
                          Résumétrue
                          Requirements

                          Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          714. Observation.component:actionability.id
                          Définition

                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                          ShortUnique id for inter-element referencing
                          Control0..1
                          Typestring
                          Is Modifierfalse
                          XML FormatIn the XML format, this property is represented as an attribute.
                          Résuméfalse
                          716. Observation.component:actionability.extension
                          Définition

                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                          ShortAdditional content defined by implementations
                          Commentaires

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..*
                          TypeExtension
                          Is Modifierfalse
                          Résuméfalse
                          Alternate Namesextensions, user content
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          718. Observation.component:actionability.modifierExtension
                          Définition

                          May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                          ShortExtensions that cannot be ignored even if unrecognized
                          Commentaires

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..*
                          TypeExtension
                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                          Résumétrue
                          Requirements

                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                          Alternate Namesextensions, user content, modifiers
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          720. Observation.component:actionability.code
                          Définition

                          Describes what was observed. Sometimes this is called the observation "code".

                          ShortType of component observation (code / type)
                          Commentaires

                          All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                          Control1..1
                          BindingFor example codes, see LOINCCodes
                          (example to http://hl7.org/fhir/ValueSet/observation-codes)

                          Codes identifying names of simple observations.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Résumétrue
                          Requirements

                          Knowing what kind of observation is being made is essential to understanding the observation.

                          Pattern Value{
                            "coding" : [{
                              "system" : "http://loinc.org",
                              "code" : "93348-1"
                            }]
                          }
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          722. Observation.component:actionability.value[x]
                          Définition

                          The information determined as a result of making the observation, if the information has a simple value.

                          ShortActual component result
                          Commentaires

                          Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                          Control0..1
                          Typeboolean
                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Résumétrue
                          Requirements

                          An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          724. Observation.component:actionability.dataAbsentReason
                          Définition

                          Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                          ShortWhy the component result is missing
                          Commentaires

                          "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                          The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                          Control0..1
                          This element is affected by the following invariants: obs-6
                          BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                          (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                          Codes specifying why the result (Observation.value[x]) is missing.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Résuméfalse
                          Requirements

                          For many results it is necessary to handle exceptional values in measurements.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          726. Observation.component:actionability.interpretation
                          Définition

                          A categorical assessment of an observation value. For example, high, low, normal.

                          ShortHigh, low, normal, etc.
                          Commentaires

                          Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                          Control0..0
                          BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                          (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                          Codes identifying interpretations of observations.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Must Supportfalse
                          Résuméfalse
                          Requirements

                          For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                          Alternate NamesAbnormal Flag
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          728. Observation.component:actionability.referenceRange
                          Définition

                          Guidance on how to interpret the value by comparison to a normal or recommended range.

                          ShortProvides guide for interpretation of component result
                          Commentaires

                          Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                          Control0..*
                          TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                          Is Modifierfalse
                          Résuméfalse
                          Requirements

                          Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          730. Observation.component:proposed-for-orientation
                          Nom de la sliceproposed-for-orientation
                          Définition

                          Was the genetic alteration used to guide the patient's therapeutic choice?

                          ShortImpact on the choice of therapy
                          Commentaires

                          For a discussion on the ways Observations can be assembled in groups together see Notes below.

                          Control0..1
                          TypeBackboneElement
                          Is Modifierfalse
                          Must Supporttrue
                          Résumétrue
                          Requirements

                          Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          732. Observation.component:proposed-for-orientation.id
                          Définition

                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                          ShortUnique id for inter-element referencing
                          Control0..1
                          Typestring
                          Is Modifierfalse
                          XML FormatIn the XML format, this property is represented as an attribute.
                          Résuméfalse
                          734. Observation.component:proposed-for-orientation.extension
                          Définition

                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                          ShortAdditional content defined by implementations
                          Commentaires

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..*
                          TypeExtension
                          Is Modifierfalse
                          Résuméfalse
                          Alternate Namesextensions, user content
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          736. Observation.component:proposed-for-orientation.modifierExtension
                          Définition

                          May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                          ShortExtensions that cannot be ignored even if unrecognized
                          Commentaires

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..*
                          TypeExtension
                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                          Résumétrue
                          Requirements

                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                          Alternate Namesextensions, user content, modifiers
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          738. Observation.component:proposed-for-orientation.code
                          Définition

                          Describes what was observed. Sometimes this is called the observation "code".

                          ShortType of component observation (code / type)
                          Commentaires

                          All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                          Control1..1
                          BindingFor example codes, see LOINCCodes
                          (example to http://hl7.org/fhir/ValueSet/observation-codes)

                          Codes identifying names of simple observations.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Résumétrue
                          Requirements

                          Knowing what kind of observation is being made is essential to understanding the observation.

                          Pattern Value{
                            "coding" : [{
                              "system" : "http://terminology.hl7.org/CodeSystem/umls",
                              "code" : "C0449889"
                            }]
                          }
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          740. Observation.component:proposed-for-orientation.value[x]
                          Définition

                          The information determined as a result of making the observation, if the information has a simple value.

                          ShortActual component result
                          Commentaires

                          Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                          Control0..1
                          Typeboolean
                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Résumétrue
                          Requirements

                          An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          742. Observation.component:proposed-for-orientation.dataAbsentReason
                          Définition

                          Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                          ShortWhy the component result is missing
                          Commentaires

                          "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                          The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                          Control0..1
                          This element is affected by the following invariants: obs-6
                          BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                          (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                          Codes specifying why the result (Observation.value[x]) is missing.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Résuméfalse
                          Requirements

                          For many results it is necessary to handle exceptional values in measurements.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          744. Observation.component:proposed-for-orientation.interpretation
                          Définition

                          A categorical assessment of an observation value. For example, high, low, normal.

                          ShortHigh, low, normal, etc.
                          Commentaires

                          Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                          Control0..0
                          BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                          (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                          Codes identifying interpretations of observations.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Must Supportfalse
                          Résuméfalse
                          Requirements

                          For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                          Alternate NamesAbnormal Flag
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          746. Observation.component:proposed-for-orientation.referenceRange
                          Définition

                          Guidance on how to interpret the value by comparison to a normal or recommended range.

                          ShortProvides guide for interpretation of component result
                          Commentaires

                          Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                          Control0..*
                          TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                          Is Modifierfalse
                          Résuméfalse
                          Requirements

                          Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          748. Observation.component:chromosome
                          Nom de la slicechromosome
                          Définition

                          Chromosomal localization.

                          ShortChromosome
                          Commentaires

                          For a discussion on the ways Observations can be assembled in groups together see Notes below.

                          Control1..*
                          TypeBackboneElement
                          Is Modifierfalse
                          Must Supporttrue
                          Résumétrue
                          Requirements

                          Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          750. Observation.component:chromosome.id
                          Définition

                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                          ShortUnique id for inter-element referencing
                          Control0..1
                          Typestring
                          Is Modifierfalse
                          XML FormatIn the XML format, this property is represented as an attribute.
                          Résuméfalse
                          752. Observation.component:chromosome.extension
                          Définition

                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                          ShortAdditional content defined by implementations
                          Commentaires

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..*
                          TypeExtension
                          Is Modifierfalse
                          Résuméfalse
                          Alternate Namesextensions, user content
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          754. Observation.component:chromosome.modifierExtension
                          Définition

                          May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                          ShortExtensions that cannot be ignored even if unrecognized
                          Commentaires

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..*
                          TypeExtension
                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                          Résumétrue
                          Requirements

                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                          Alternate Namesextensions, user content, modifiers
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          756. Observation.component:chromosome.code
                          Définition

                          Describes what was observed. Sometimes this is called the observation "code".

                          ShortType of component observation (code / type)
                          Commentaires

                          All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                          Control1..1
                          BindingFor example codes, see LOINCCodes
                          (example to http://hl7.org/fhir/ValueSet/observation-codes)

                          Codes identifying names of simple observations.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Résumétrue
                          Requirements

                          Knowing what kind of observation is being made is essential to understanding the observation.

                          Pattern Value{
                            "coding" : [{
                              "system" : "http://loinc.org",
                              "code" : "48000-4"
                            }]
                          }
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          758. Observation.component:chromosome.value[x]
                          Définition

                          The information determined as a result of making the observation, if the information has a simple value.

                          ShortActual component result
                          Commentaires

                          Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                          Control1..1
                          BindingThe codes SHALL be taken from Chromosome Value Set
                          (required to https://ig-osiris.cancer.fr/ig/osiris/ValueSet/Chromosome)
                          TypeCodeableConcept
                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                          Is Modifierfalse
                          Must Supporttrue
                          Résumétrue
                          Requirements

                          An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          760. Observation.component:chromosome.dataAbsentReason
                          Définition

                          Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                          ShortWhy the component result is missing
                          Commentaires

                          "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                          The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                          Control0..1
                          This element is affected by the following invariants: obs-6
                          BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                          (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                          Codes specifying why the result (Observation.value[x]) is missing.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Résuméfalse
                          Requirements

                          For many results it is necessary to handle exceptional values in measurements.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          762. Observation.component:chromosome.interpretation
                          Définition

                          A categorical assessment of an observation value. For example, high, low, normal.

                          ShortHigh, low, normal, etc.
                          Commentaires

                          Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                          Control0..0
                          BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                          (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                          Codes identifying interpretations of observations.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Must Supportfalse
                          Résuméfalse
                          Requirements

                          For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                          Alternate NamesAbnormal Flag
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          764. Observation.component:chromosome.referenceRange
                          Définition

                          Guidance on how to interpret the value by comparison to a normal or recommended range.

                          ShortProvides guide for interpretation of component result
                          Commentaires

                          Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                          Control0..*
                          TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                          Is Modifierfalse
                          Résuméfalse
                          Requirements

                          Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          766. Observation.component:variant-read-depth
                          Nom de la slicevariant-read-depth
                          Définition

                          Number of reads containing the alternative allele at position.

                          ShortAlternative allele depth
                          Commentaires

                          For a discussion on the ways Observations can be assembled in groups together see Notes below.

                          Control1..1
                          TypeBackboneElement
                          Is Modifierfalse
                          Must Supporttrue
                          Résumétrue
                          Requirements

                          Component observations share the same attributes in the Observation resource as the primary observation and are always treated a part of a single observation (they are not separable). However, the reference range for the primary observation value is not inherited by the component values and is required when appropriate for each component observation.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          768. Observation.component:variant-read-depth.id
                          Définition

                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                          ShortUnique id for inter-element referencing
                          Control0..1
                          Typestring
                          Is Modifierfalse
                          XML FormatIn the XML format, this property is represented as an attribute.
                          Résuméfalse
                          770. Observation.component:variant-read-depth.extension
                          Définition

                          May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

                          ShortAdditional content defined by implementations
                          Commentaires

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..*
                          TypeExtension
                          Is Modifierfalse
                          Résuméfalse
                          Alternate Namesextensions, user content
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          772. Observation.component:variant-read-depth.modifierExtension
                          Définition

                          May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.

                          Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

                          ShortExtensions that cannot be ignored even if unrecognized
                          Commentaires

                          There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.

                          Control0..*
                          TypeExtension
                          Is Modifiertrue because Modifier extensions are expected to modify the meaning or interpretation of the element that contains them
                          Résumétrue
                          Requirements

                          Modifier extensions allow for extensions that cannot be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the definition of modifier extensions.

                          Alternate Namesextensions, user content, modifiers
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          774. Observation.component:variant-read-depth.code
                          Définition

                          Describes what was observed. Sometimes this is called the observation "code".

                          ShortType of component observation (code / type)
                          Commentaires

                          All code-value and component.code-component.value pairs need to be taken into account to correctly understand the meaning of the observation.

                          Control1..1
                          BindingFor example codes, see LOINCCodes
                          (example to http://hl7.org/fhir/ValueSet/observation-codes)

                          Codes identifying names of simple observations.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Résumétrue
                          Requirements

                          Knowing what kind of observation is being made is essential to understanding the observation.

                          Pattern Value{
                            "coding" : [{
                              "system" : "http://loinc.org",
                              "code" : "LP232001-0"
                            }]
                          }
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          776. Observation.component:variant-read-depth.value[x]
                          Définition

                          The information determined as a result of making the observation, if the information has a simple value.

                          ShortActual component result
                          Commentaires

                          Used when observation has a set of component observations. An observation may have both a value (e.g. an Apgar score) and component observations (the observations from which the Apgar score was derived). If a value is present, the datatype for this element should be determined by Observation.code. A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value. For additional guidance, see the Notes section below.

                          Control1..1
                          TypeQuantity
                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                          Is Modifierfalse
                          Must Supporttrue
                          Résumétrue
                          Requirements

                          An observation exists to have a value, though it might not if it is in error, or if it represents a group of observations.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          778. Observation.component:variant-read-depth.dataAbsentReason
                          Définition

                          Provides a reason why the expected value in the element Observation.component.value[x] is missing.

                          ShortWhy the component result is missing
                          Commentaires

                          "Null" or exceptional values can be represented two ways in FHIR Observations. One way is to simply include them in the value set and represent the exceptions in the value. For example, measurement values for a serology test could be "detected", "not detected", "inconclusive", or "test not done".

                          The alternate way is to use the value element for actual observations and use the explicit dataAbsentReason element to record exceptional values. For example, the dataAbsentReason code "error" could be used when the measurement was not completed. Because of these options, use-case agreements are required to interpret general observations for exceptional values.

                          Control0..1
                          This element is affected by the following invariants: obs-6
                          BindingUnless not suitable, these codes SHALL be taken from DataAbsentReason
                          (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason)

                          Codes specifying why the result (Observation.value[x]) is missing.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Résuméfalse
                          Requirements

                          For many results it is necessary to handle exceptional values in measurements.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          780. Observation.component:variant-read-depth.interpretation
                          Définition

                          A categorical assessment of an observation value. For example, high, low, normal.

                          ShortHigh, low, normal, etc.
                          Commentaires

                          Historically used for laboratory results (known as 'abnormal flag' ), its use extends to other use cases where coded interpretations are relevant. Often reported as one or more simple compact codes this element is often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result.

                          Control0..0
                          BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                          (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation)

                          Codes identifying interpretations of observations.

                          TypeCodeableConcept
                          Is Modifierfalse
                          Must Supportfalse
                          Résuméfalse
                          Requirements

                          For some results, particularly numeric results, an interpretation is necessary to fully understand the significance of a result.

                          Alternate NamesAbnormal Flag
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          782. Observation.component:variant-read-depth.referenceRange
                          Définition

                          Guidance on how to interpret the value by comparison to a normal or recommended range.

                          ShortProvides guide for interpretation of component result
                          Commentaires

                          Most observations only have one generic reference range. Systems MAY choose to restrict to only supplying the relevant reference range based on knowledge about the patient (e.g., specific to the patient's age, gender, weight and other factors), but this might not be possible or appropriate. Whenever more than one reference range is supplied, the differences between them SHOULD be provided in the reference range and/or age properties.

                          Control0..*
                          TypeSeettp://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange
                          Is Modifierfalse
                          Résuméfalse
                          Requirements

                          Knowing what values are considered "normal" can help evaluate the significance of a particular result. Need to be able to provide multiple reference ranges for different contexts.

                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))