Profile Comparison between https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-observation-pain-severity vs https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-observation-pain-severity

Left:MesObservationPainSeverity (https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-observation-pain-severity)
Right:Niveau de douleur (https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-observation-pain-severity)

Messages

ErrorStructureDefinition.versionValues for version differ: '3.0.1' vs '3.1.0-ballot'
InformationStructureDefinition.dateValues for date differ: '2023-04-26T16:40:33+02:00' vs '2024-06-05T13:23:34+00:00'
InformationStructureDefinition.jurisdictionAdded the item 'urn:iso:std:iso:3166#FR'
InformationStructureDefinition.definitionValues for definition differ: 'Uri identifiant les systèmes tiers ayant envoyé la ressource. L’uri est sous la forme d’une oid : « urn:oid:xx.xx.xx »' vs 'A uri that identifies the source system of the resource. This provides a minimal amount of [Provenance](provenance.html#) information that can be used to track or differentiate the source of information in the resource. The source may identify another FHIR server, document, message, database, etc.'
InformationStructureDefinition.definitionValues for definition differ: 'A list of profiles (references to [StructureDefinition](http://hl7.org/fhir/R4/structuredefinition.html#) resources) that this resource claims to conform to. The URL is a reference to [StructureDefinition.url](http://hl7.org/fhir/R4/structuredefinition-definitions.html#StructureDefinition.url).' vs 'A list of profiles (references to [StructureDefinition](structuredefinition.html#) resources) that this resource claims to conform to. The URL is a reference to [StructureDefinition.url](structuredefinition-definitions.html#StructureDefinition.url).'
InformationStructureDefinition.shortValues for short differ: 'Extension' vs 'Additional content defined by implementations'
InformationStructureDefinition.definitionValues for definition differ: 'An Extension' vs 'May be used to represent additional information that is not part of the basic definition of the resource. 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.'
InformationStructureDefinition.requirementsValues for requirements differ: '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](http://hl7.org/fhir/extensibility.html#modifierExtension).' vs '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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).'
InformationStructureDefinition.commentValues for comment differ: 'To link an Observation to an Encounter use `encounter`. See the [Notes](http://hl7.org/fhir/observation.html#obsgrouping) below for guidance on referencing another Observation.' vs 'To link an Observation to an Encounter use `encounter`. See the [Notes](http://hl7.org/fhir/R4/observation.html#obsgrouping) below for guidance on referencing another Observation.'
InformationStructureDefinition.commentValues for comment differ: '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](http://hl7.org/fhir/extension-observation-focuscode.html).' vs '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](http://hl7.org/fhir/R4/extension-observation-focuscode.html).'
InformationStructureDefinition.commentValues for comment differ: '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](http://hl7.org/fhir/datatypes.html#timing) datatype which allow the measurement to be tied to regular life events.' vs '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](http://hl7.org/fhir/R4/datatypes.html#timing) datatype which allow the measurement to be tied to regular life events.'
InformationStructureDefinition.commentValues for comment differ: 'For Observations that don’t require review and verification, it may be the same as the [`lastUpdated` ](http://hl7.org/fhir/resource-definitions.html#Meta.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.' vs 'For Observations that don’t require review and verification, it may be the same as the [`lastUpdated` ](http://hl7.org/fhir/R4/resource-definitions.html#Meta.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.'
InformationStructureDefinition.commentValues for comment differ: '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](http://hl7.org/fhir/observation.html#notes) below.' vs '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](http://hl7.org/fhir/R4/observation.html#notes) below.'
InformationStructureDefinition.definitionValues for definition differ: 'Lieu de la douleur - Texte libre' vs 'Indicates the site on the subject's body where the observation was made (i.e. the target site).'
InformationStructureDefinition.commentValues for comment differ: '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](http://hl7.org/fhir/extension-bodysite.html).' vs '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](http://hl7.org/fhir/R4/extension-bodysite.html).'
WarningObservation.methodElements differ in definition for mustSupport: 'false' vs 'true'
InformationStructureDefinition.shortValues for short differ: 'Dispositif utilisé pour l'observation' vs '(Measurement) Device'
InformationStructureDefinition.definitionValues for definition differ: 'Dispositif utilisé pour l'observation Si la mesure a été faite par un objet connecté (Profil PhdDevice) =>cette référence est obligatoire http://hl7.org/fhir/uv/phd/StructureDefinition/PhdDevice' vs 'The device used to generate the observation data.'
InformationStructureDefinition.requirementsValues for requirements differ: '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](http://hl7.org/fhir/extensibility.html#modifierExtension).' vs '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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).'
InformationStructureDefinition.commentValues for comment differ: '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](http://hl7.org/fhir/observation.html#obsgrouping) below. Note that a system may calculate results from [QuestionnaireResponse](http://hl7.org/fhir/questionnaireresponse.html) into a final score and represent the score as an Observation.' vs '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](http://hl7.org/fhir/R4/observation.html#obsgrouping) below. Note that a system may calculate results from [QuestionnaireResponse](questionnaireresponse.html) into a final score and represent the score as an Observation.'
InformationStructureDefinition.commentValues for comment differ: '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](http://hl7.org/fhir/observation.html#obsgrouping) below.' vs '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](http://hl7.org/fhir/R4/observation.html#obsgrouping) below.'
InformationStructureDefinition.commentValues for comment differ: 'For a discussion on the ways Observations can be assembled in groups together see [Notes](http://hl7.org/fhir/observation.html#notes) below.' vs 'For a discussion on the ways Observations can be assembled in groups together see [Notes](http://hl7.org/fhir/R4/observation.html#notes) below.'
InformationStructureDefinition.requirementsValues for requirements differ: '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](http://hl7.org/fhir/extensibility.html#modifierExtension).' vs '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](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).'
InformationStructureDefinition.commentValues for comment differ: '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](http://hl7.org/fhir/observation.html#notes) below.' vs '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](http://hl7.org/fhir/R4/observation.html#notes) below.'

Metadata

NameValueComments
.abstractfalse
    .baseDefinitionhttp://hl7.org/fhir/StructureDefinition/vitalsigns
      .copyright
        .date2023-04-26T16:40:33+02:002024-06-05T13:23:34+00:00
        • Values Differ
        .descriptionNiveau de douleur - profil créé pour l'alimentation de l'Espace Numérique de SantéProfil de la ressource Observation pour définir un niveau de douleur
        • Values Differ
        .experimental
          .fhirVersion4.0.1
            .jurisdiction
              ..jurisdiction[0]urn:iso:std:iso:3166#FR
              • Added the item 'urn:iso:std:iso:3166#FR'
              .kindresource
                .nameMesObservationPainSeverity
                  .publisherANS
                    .purpose
                      .statusactive
                        .titleNiveau de douleur
                        • Added the item 'Niveau de douleur'
                        .typeObservation
                          .urlhttps://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-observation-pain-severity
                            .version3.0.13.1.0-ballot
                            • Values Differ

                            Structure

                            NameL FlagsL Card.L TypeL Description & ConstraintsR FlagsR Card.R TypeR Description & ConstraintsCommentsdoco
                            .. Observation C0..*observation-vitalsignsFHIR Vital Signs Profile
                            obs-6: dataAbsentReason SHALL only be present if Observation.value[x] is not present
                            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
                            vs-2: If there is no component or hasMember element then either a value[x] or a data absent reason must be present.
                            C0..*observation-vitalsignsFHIR Vital Signs Profile
                            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
                            obs-6: dataAbsentReason SHALL only be present if Observation.value[x] is not present
                            vs-2: If there is no component or hasMember element then either a value[x] or a data absent reason must be present.
                              ... id Σ0..1idLogical id of this artifactΣ0..1idLogical id of this artifact
                                ... meta Σ0..1MetaMetadata about the resourceΣ0..1MetaMetadata about the resource
                                  .... id 0..1stringUnique id for inter-element referencing0..1stringUnique id for inter-element referencing
                                    .... Slices for extension 0..*ExtensionAdditional content defined by implementations
                                    Slice: Unordered, Open by value:url
                                    N0..*ExtensionAdditional content defined by implementations
                                    Slice: Unordered, Open by value:url
                                      .... versionId Σ0..1idVersion specific identifierΣ0..1idVersion specific identifier
                                        .... lastUpdated Σ0..1instantWhen the resource version last changedΣ0..1instantWhen the resource version last changed
                                          .... source Σ0..1uriUri identifiant les systèmes tiers ayant envoyé la ressource. L’uri est sous la forme d’une oid : « urn:oid:xx.xx.xx »Σ0..1uriUri identifiant les systèmes tiers ayant envoyé la ressource. L’uri est sous la forme d’une oid : « urn:oid:xx.xx.xx »
                                            .... profile Σ0..*canonical(StructureDefinition)Profiles this resource claims to conform to
                                            Σ0..*canonical(StructureDefinition)Profiles this resource claims to conform to
                                              .... security Σ0..*CodingSecurity Labels applied to this resource
                                              Binding: ?? (extensible): Security Labels from the Healthcare Privacy and Security Classification System.


                                              Σ0..*CodingSecurity Labels applied to this resource
                                              Binding: ?? (extensible): Security Labels from the Healthcare Privacy and Security Classification System.


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


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


                                                  ... implicitRules ?!Σ0..1uriA set of rules under which this content was created?!Σ0..1uriA set of rules under which this content was created
                                                    ... language 0..1codeLanguage of the resource content
                                                    Binding: ?? (preferred): A human language.

                                                    Additional BindingsPurpose
                                                    ??Max Binding
                                                    0..1codeLanguage of the resource content
                                                    Binding: ?? (preferred): A human language.

                                                    Additional BindingsPurpose
                                                    ??Max Binding
                                                      ... text 0..1NarrativeText summary of the resource, for human interpretation0..1NarrativeText summary of the resource, for human interpretation
                                                        ... contained 0..*ResourceContained, inline Resources
                                                        0..*ResourceContained, inline Resources
                                                          ... Slices for extension 0..*ExtensionExtension
                                                          Slice: Unordered, Open by value:url
                                                          N0..*ExtensionAdditional content defined by implementations
                                                          Slice: Unordered, Open by value:url
                                                            ... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
                                                            ?!N0..*ExtensionExtensions that cannot be ignored
                                                            Slice: Unordered, Open by value:url
                                                              ... identifier Σ0..*IdentifierBusiness Identifier for observation
                                                              Σ0..*IdentifierBusiness Identifier for observation
                                                                ... basedOn Σ0..*Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest)Fulfills plan, proposal or order
                                                                ΣC0..*Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest)Fulfills plan, proposal or order
                                                                ref-1: SHALL have a contained resource if a local reference is provided
                                                                  ... partOf Σ0..*Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Immunization | ImagingStudy)Part of referenced event
                                                                  ΣC0..*Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Immunization | ImagingStudy)Part of referenced event
                                                                  ref-1: SHALL have a contained resource if a local reference is provided
                                                                    ... status ?!SΣ1..1coderegistered | preliminary | final | amended +
                                                                    Binding: ?? (required)
                                                                    ?!SΣ1..1coderegistered | preliminary | final | amended +
                                                                    Binding: ?? (required): Codes providing the status of an observation.

                                                                      ... Slices for category S1..*CodeableConceptClassification of type of observation
                                                                      Slice: Unordered, Open by value:coding.code, value:coding.system
                                                                      Binding: ?? (preferred): Codes for high level observation categories.


                                                                      SN1..*CodeableConceptClassification of type of observation
                                                                      Slice: Unordered, Open by value:coding.code, value:coding.system
                                                                      Binding: ?? (preferred): Codes for high level observation categories.


                                                                        ... code SΣ1..1CodeableConceptCoded Responses from C-CDA Vital Sign Results
                                                                        Binding: ?? (extensible): This identifies the vital sign result type.


                                                                        Required Pattern: {"coding":[{"system":"http://loinc.org","code":"72514-3"}]}
                                                                        SΣ1..1CodeableConceptCoded Responses from C-CDA Vital Sign Results
                                                                        Binding: ?? (extensible): This identifies the vital sign result type.

                                                                          .... id 0..1stringUnique id for inter-element referencing
                                                                          • Added this element
                                                                          .... Slices for extension N0..*ExtensionAdditional content defined by implementations
                                                                          Slice: Unordered, Open by value:url
                                                                          • Added this element
                                                                          .... Slices for coding Σ1..*CodingCode defined by a terminology system
                                                                          Slice: Unordered, Open by value:code, value:system
                                                                          • Added this element
                                                                          .... text Σ0..1stringPlain text representation of the concept
                                                                          • Added this element
                                                                          ... subject SΣ1..1Reference(Patient)Who and/or what the observation is aboutSΣC1..1Reference(Patient)Who and/or what the observation is about
                                                                          ref-1: SHALL have a contained resource if a local reference is provided
                                                                            ... focus ΣTU0..*Reference(Resource)What the observation is about, when it is not about the subject of record
                                                                            ΣC0..*Reference(Resource)What the observation is about, when it is not about the subject of record
                                                                            ref-1: SHALL have a contained resource if a local reference is provided
                                                                              ... encounter Σ0..1Reference(Encounter)Healthcare event during which this observation is madeΣC0..1Reference(Encounter)Healthcare event during which this observation is made
                                                                              ref-1: SHALL have a contained resource if a local reference is provided
                                                                                ... effective[x] SΣC1..1dateTimeOften just a dateTime for Vital Signs
                                                                                vs-1: if Observation.effective[x] is dateTime and has a value then that value shall be precise to the day
                                                                                SΣC1..1dateTimeOften just a dateTime for Vital Signs
                                                                                vs-1: if Observation.effective[x] is dateTime and has a value then that value shall be precise to the day
                                                                                  ... issued Σ0..1instantDate/Time this version was made availableΣ0..1instantDate/Time this version was made available
                                                                                    ... performer Σ0..*Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | RelatedPerson)Who is responsible for the observation
                                                                                    ΣC0..*Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | RelatedPerson)Who is responsible for the observation
                                                                                    ref-1: SHALL have a contained resource if a local reference is provided
                                                                                      ... Slices for value[x] SΣC0..1QuantityVital Signs value are recorded using the Quantity data type. For supporting observations such as Cuff size could use other datatypes such as CodeableConcept.
                                                                                      Slice: Unordered, Closed by type:$this
                                                                                      SΣC0..1QuantityVital Signs value are recorded using the Quantity data type. For supporting observations such as Cuff size could use other datatypes such as CodeableConcept.
                                                                                        .... id 0..1stringUnique id for inter-element referencing
                                                                                        • Added this element
                                                                                        .... Slices for extension N0..*ExtensionAdditional content defined by implementations
                                                                                        Slice: Unordered, Open by value:url
                                                                                        • Added this element
                                                                                        .... value Σ0..1decimalNumerical value (with implicit precision)
                                                                                        • Added this element
                                                                                        .... comparator ?!Σ0..1code< | <= | >= | > - how to understand the value
                                                                                        Binding: ?? (required): How the Quantity should be understood and represented.

                                                                                        • Added this element
                                                                                        .... unit Σ1..1stringUnit representation
                                                                                        Required Pattern: Level
                                                                                        • Added this element
                                                                                        .... system ΣC0..1uriSystem that defines coded unit form
                                                                                        Required Pattern: http://unitsofmeasure.org
                                                                                        • Added this element
                                                                                        .... code Σ1..1codeCoded form of the unit
                                                                                        Required Pattern: 1
                                                                                        • Added this element
                                                                                        ... dataAbsentReason SC0..1CodeableConceptWhy the result is missing
                                                                                        Binding: ?? (extensible): Codes specifying why the result (Observation.value[x]) is missing.

                                                                                        SC0..1CodeableConceptWhy the result is missing
                                                                                        Binding: ?? (extensible): Codes specifying why the result (Observation.value[x]) is missing.

                                                                                          .... id 0..1stringUnique id for inter-element referencing0..1stringUnique id for inter-element referencing
                                                                                            .... Slices for extension 0..*ExtensionAdditional content defined by implementations
                                                                                            Slice: Unordered, Open by value:url
                                                                                            N0..*ExtensionAdditional content defined by implementations
                                                                                            Slice: Unordered, Open by value:url
                                                                                              .... coding Σ0..*CodingCode defined by a terminology system
                                                                                              Σ0..*CodingCode defined by a terminology system
                                                                                                ..... id 0..1stringUnique id for inter-element referencing0..1stringUnique id for inter-element referencing
                                                                                                  ..... Slices for extension 0..*ExtensionAdditional content defined by implementations
                                                                                                  Slice: Unordered, Open by value:url
                                                                                                  N0..*ExtensionAdditional content defined by implementations
                                                                                                  Slice: Unordered, Open by value:url
                                                                                                    ..... system Σ1..1uriIdentity of the terminology systemΣ1..1uriIdentity of the terminology system
                                                                                                      ..... version Σ0..1stringVersion of the system - if relevantΣ0..1stringVersion of the system - if relevant
                                                                                                        ..... code Σ1..1codeSymbol in syntax defined by the systemΣ1..1codeSymbol in syntax defined by the system
                                                                                                          ..... display Σ0..1stringRepresentation defined by the systemΣ0..1stringRepresentation defined by the system
                                                                                                            ..... userSelected Σ0..1booleanIf this coding was chosen directly by the userΣ0..1booleanIf this coding was chosen directly by the user
                                                                                                              .... text Σ0..1stringPlain text representation of the conceptΣ0..1stringPlain text representation of the concept
                                                                                                                ... interpretation 0..*CodeableConceptHigh, low, normal, etc.
                                                                                                                Binding: ?? (extensible): Codes identifying interpretations of observations.


                                                                                                                0..*CodeableConceptHigh, low, normal, etc.
                                                                                                                Binding: ?? (extensible): Codes identifying interpretations of observations.


                                                                                                                  ... note 0..*AnnotationComments about the observation
                                                                                                                  0..*AnnotationComments about the observation
                                                                                                                    ... bodySite 0..1CodeableConceptLieu de la douleur - Texte libre
                                                                                                                    Binding: ?? (example): Codes describing anatomical locations. May include laterality.

                                                                                                                    0..1CodeableConceptLieu de la douleur - Texte libre
                                                                                                                    Binding: ?? (example): Codes describing anatomical locations. May include laterality.

                                                                                                                      ... method 0..1CodeableConceptHow it was done
                                                                                                                      Binding: ?? (required): https://mos.esante.gouv.fr/NOS/JDV_J159-MethodPainSeverity-ENS/FHIR/JDV-J159-MethodPainSeverity-ENS

                                                                                                                      S0..1CodeableConceptHow it was done
                                                                                                                      Binding: ?? (extensible)
                                                                                                                      • Elements differ in definition for mustSupport: 'false' vs 'true'
                                                                                                                      .... id 0..1stringUnique id for inter-element referencing
                                                                                                                      • Removed this element
                                                                                                                      .... Slices for extension 0..*ExtensionAdditional content defined by implementations
                                                                                                                      Slice: Unordered, Open by value:url
                                                                                                                      • Removed this element
                                                                                                                      .... coding Σ0..*CodingCode defined by a terminology system
                                                                                                                      • Removed this element
                                                                                                                      .... text Σ0..1stringPlain text representation of the concept
                                                                                                                      • Removed this element
                                                                                                                      ... specimen 0..1Reference(Specimen)Specimen used for this observationC0..1Reference(Specimen)Specimen used for this observation
                                                                                                                      ref-1: SHALL have a contained resource if a local reference is provided
                                                                                                                        ... device 0..1Reference(PhdDevice)Dispositif utilisé pour l'observationC0..1Reference(Device | DeviceMetric)(Measurement) Device
                                                                                                                        ref-1: SHALL have a contained resource if a local reference is provided
                                                                                                                          ... referenceRange C0..*BackboneElementProvides guide for interpretation
                                                                                                                          obs-3: Must have at least a low or a high or text
                                                                                                                          C0..*BackboneElementProvides guide for interpretation
                                                                                                                          obs-3: Must have at least a low or a high or text
                                                                                                                            .... id 0..1stringUnique id for inter-element referencing0..1stringUnique id for inter-element referencing
                                                                                                                              .... extension 0..*ExtensionAdditional content defined by implementations
                                                                                                                              N0..*ExtensionAdditional content defined by implementations
                                                                                                                              Slice: Unordered, Open by value:url
                                                                                                                                .... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
                                                                                                                                ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
                                                                                                                                  .... low C0..1??Low Range, if relevantC0..1??Low Range, if relevant
                                                                                                                                  qty-3: If a code for the unit is present, the system SHALL also be present
                                                                                                                                  sqty-1: The comparator is not used on a SimpleQuantity
                                                                                                                                    .... high C0..1??High Range, if relevantC0..1??High Range, if relevant
                                                                                                                                    qty-3: If a code for the unit is present, the system SHALL also be present
                                                                                                                                    sqty-1: The comparator is not used on a SimpleQuantity
                                                                                                                                      .... type 0..1CodeableConceptReference range qualifier
                                                                                                                                      Binding: ?? (preferred): Code for the meaning of a reference range.

                                                                                                                                      0..1CodeableConceptReference range qualifier
                                                                                                                                      Binding: ?? (preferred): Code for the meaning of a reference range.

                                                                                                                                        .... appliesTo 0..*CodeableConceptReference range population
                                                                                                                                        Binding: ?? (example): Codes identifying the population the reference range applies to.


                                                                                                                                        0..*CodeableConceptReference range population
                                                                                                                                        Binding: ?? (example): Codes identifying the population the reference range applies to.


                                                                                                                                          .... age 0..1RangeApplicable age range, if relevantC0..1RangeApplicable age range, if relevant
                                                                                                                                          rng-2: If present, low SHALL have a lower value than high
                                                                                                                                            .... text 0..1stringText based reference range in an observation0..1stringText based reference range in an observation
                                                                                                                                              ... hasMember Σ0..*Reference(QuestionnaireResponse | MolecularSequence | Vital Signs Profile)Used when reporting vital signs panel components
                                                                                                                                              ΣC0..*Reference(QuestionnaireResponse | MolecularSequence | Vital Signs Profile)Used when reporting vital signs panel components
                                                                                                                                              ref-1: SHALL have a contained resource if a local reference is provided
                                                                                                                                                ... derivedFrom Σ0..*Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | MolecularSequence | Vital Signs Profile)Related measurements the observation is made from
                                                                                                                                                ΣC0..*Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | MolecularSequence | Vital Signs Profile)Related measurements the observation is made from
                                                                                                                                                ref-1: SHALL have a contained resource if a local reference is provided
                                                                                                                                                  ... component SΣC0..*BackboneElementUsed when reporting systolic and diastolic blood pressure.
                                                                                                                                                  vs-3: If there is no a value a data absent reason must be present
                                                                                                                                                  SΣC0..*BackboneElementUsed when reporting systolic and diastolic blood pressure.
                                                                                                                                                  vs-3: If there is no a value a data absent reason must be present
                                                                                                                                                    .... id 0..1stringUnique id for inter-element referencing0..1stringUnique id for inter-element referencing
                                                                                                                                                      .... extension 0..*ExtensionAdditional content defined by implementations
                                                                                                                                                      N0..*ExtensionAdditional content defined by implementations
                                                                                                                                                      Slice: Unordered, Open by value:url
                                                                                                                                                        .... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
                                                                                                                                                        ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
                                                                                                                                                          .... code SΣ1..1CodeableConceptType of component observation (code / type)
                                                                                                                                                          Binding: ?? (extensible): This identifies the vital sign result type.

                                                                                                                                                          SΣ1..1CodeableConceptType of component observation (code / type)
                                                                                                                                                          Binding: ?? (extensible): This identifies the vital sign result type.

                                                                                                                                                            .... value[x] SΣC0..1Quantity, CodeableConcept, string, boolean, integer, Range, Ratio, SampledData, time, dateTime, PeriodVital Sign Value recorded with UCUM
                                                                                                                                                            Binding: ?? (required): Common UCUM units for recording Vital Signs.

                                                                                                                                                            SΣC0..1Quantity, CodeableConcept, string, boolean, integer, Range, Ratio, SampledData, time, dateTime, PeriodVital Sign Value recorded with UCUM
                                                                                                                                                            Binding: ?? (extensible): Common UCUM units for recording Vital Signs.

                                                                                                                                                              .... dataAbsentReason SC0..1CodeableConceptWhy the component result is missing
                                                                                                                                                              Binding: ?? (extensible): Codes specifying why the result (Observation.value[x]) is missing.

                                                                                                                                                              SC0..1CodeableConceptWhy the component result is missing
                                                                                                                                                              Binding: ?? (extensible): Codes specifying why the result (Observation.value[x]) is missing.

                                                                                                                                                                .... interpretation 0..*CodeableConceptHigh, low, normal, etc.
                                                                                                                                                                Binding: ?? (extensible): Codes identifying interpretations of observations.


                                                                                                                                                                0..*CodeableConceptHigh, low, normal, etc.
                                                                                                                                                                Binding: ?? (extensible): Codes identifying interpretations of observations.


                                                                                                                                                                  .... referenceRange 0..*See referenceRange (Observation)Provides guide for interpretation of component result
                                                                                                                                                                  0..*See referenceRange (Observation)Provides guide for interpretation of component result

                                                                                                                                                                    doco Documentation for this format