Smart Health Checks
0.3.0 - ci-build Australia flag

Smart Health Checks, published by AEHRC CSIRO. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/aehrc/smart-forms-ig/ and changes regularly. See the Directory of published versions

Resource Profile: SmartHealthChecksPatchMedicationStatement - Detailed Descriptions

Draft as of 2025-10-01

Definitions for the SHCPatchMedicationStatement resource profile.

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

0. Parameters
Definition

This resource is a non-persisted resource used to pass information into and back from an operation. It has no other use, and there is no RESTful endpoint associated with it.

ShortParameters for patching MedicationStatement resource elements supported in Smart Health ChecksOperation Request or Response
Comments

The parameters that may be used are defined by the OperationDefinition resource.

Control0..*
Is Modifierfalse
Summaryfalse
Invariantsshc-patch-medication-statement-01: When the part parameter named 'path' has a value of 'MedicationStatement' and the part parameter named 'name' has a value of 'status', the part parameter named 'value' SHALL have a value from the 'Medication Statement Status Limited' value set. (parameter.where(part.where(name='path').value = 'MedicationStatement' and part.where(name='name').value = 'status').exists() implies parameter.where(part.where(name='path').value = 'MedicationStatement' and part.where(name='name').value = 'status').part.where(name='value').value.memberOf('https://smartforms.csiro.au/ig/ValueSet/MedicationStatementStatusLimited'))
shc-patch-medication-statement-02: When the part parameter named 'path' has a value of 'MedicationStatement' and the part parameter named 'name' has a value of 'dosage', the part parameter named 'value' SHALL have a value of type Dosage. (parameter.where(part.where(name='path').value = 'MedicationStatement' and part.where(name='name').value = 'dosage').exists() implies parameter.where(part.where(name='path').value = 'MedicationStatement' and part.where(name='name').value = 'dosage').part.where(name='value').value is Dosage)
shc-patch-medication-statement-03: When the part parameter named 'path' has a value of 'MedicationStatement.dosage[0]' and the part parameter named 'name' has a value of 'text', the part parameter named 'value' SHALL have a value of type string. (parameter.where(part.where(name='path').value = 'MedicationStatement.dosage[0]' and part.where(name='name').value = 'text').exists() implies parameter.where(part.where(name='path').value = 'MedicationStatement.dosage[0]' and part.where(name='name').value = 'text').part.where(name='value').value is string)
shc-patch-medication-statement-04: When the part parameter named 'path' has a value of 'MedicationStatement' and the part parameter named 'name' has a value of 'note', the part parameter named 'value' SHALL have a value of type Annotation. (parameter.where(part.where(name='path').value = 'MedicationStatement' and part.where(name='name').value = 'note').exists() implies parameter.where(part.where(name='path').value = 'MedicationStatement' and part.where(name='name').value = 'note').part.where(name='value').value is Annotation)
shc-patch-medication-statement-05: When the part parameter named 'path' has a value of 'MedicationStatement.note[0]' and the part parameter named 'name' has a value of 'text', the part parameter named 'value' SHALL have a value of type markdown. (parameter.where(part.where(name='path').value = 'MedicationStatement.note[0]' and part.where(name='name').value = 'text').exists() implies parameter.where(part.where(name='path').value = 'MedicationStatement.note[0]' and part.where(name='name').value = 'text').part.where(name='value').value is markdown)
2. Parameters.implicitRules
Definition

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
Comments

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
Summarytrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
4. Parameters.parameter
Definition

A parameter passed to or received from the operation.

ShortOperation Parameter
Control10..*
TypeBackboneElement
Is Modifierfalse
Must Supporttrue
Obligations
    ObligationsActor
    SHALL:processSHC Host FHIR Server
    SHALL:populateSHC App
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    inv-1: A parameter must have one and only one of (value, resource, part) ((part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists())))
    inv-1: A parameter must have one and only one of (value, resource, part) ((part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists())))
    6. Parameters.parameter.modifierExtension
    Definition

    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
    Comments

    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
    Summarytrue
    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())
    8. Parameters.parameter.name
    Definition

    The name of the parameter (reference to the operation definition).

    ShortName from the definition
    Control1..1
    Typestring
    Is Modifierfalse
    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
    Must Supporttrue
    Obligations
      ObligationsActor
      SHALL:processSHC Host FHIR Server
      SHALL:populateSHC App
      Summarytrue
      Fixed Valueoperation
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      10. Parameters.parameter.part
      Definition

      A named part of a multi-part parameter.

      ShortNamed part of a multi-part parameter
      Comments

      Only one level of nested parameters is allowed.

      Control40..*
      TypeSeettp://hl7.org/fhir/StructureDefinition/Parameters#Parameters.parameter
      Is Modifierfalse
      Summarytrue
      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 Parameters.parameter.part. The slices areUnordered and Open, and can be differentiated using the following discriminators:
      • value @ name
      • 12. Parameters.parameter.part.modifierExtension
        Definition

        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
        Comments

        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
        Summarytrue
        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())
        14. Parameters.parameter.part.name
        Definition

        The name of the parameter (reference to the operation definition).

        ShortName from the definition
        Control1..1
        Typestring
        Is Modifierfalse
        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
        Summarytrue
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        16. Parameters.parameter.part:type
        Slice Nametype
        Definition

        A named part of a multi-part parameter.

        ShortPatch operation to performNamed part of a multi-part parameter
        Comments

        Only one level of nested parameters is allowed.

        Control10..1*
        TypeBackboneElement
        Is Modifierfalse
        Must Supporttrue
        Obligations
          ObligationsActor
          SHALL:processSHC Host FHIR Server
          SHALL:populateSHC App
          Summarytrue
          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          18. Parameters.parameter.part:type.modifierExtension
          Definition

          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
          Comments

          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
          Summarytrue
          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())
          20. Parameters.parameter.part:type.name
          Definition

          The name of the parameter (reference to the operation definition).

          ShortName from the definition
          Control1..1
          Typestring
          Is Modifierfalse
          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
          Must Supporttrue
          Obligations
            ObligationsActor
            SHALL:processSHC Host FHIR Server
            SHALL:populateSHC App
            Summarytrue
            Fixed Valuetype
            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            22. Parameters.parameter.part:type.value[x]
            Definition

            If the parameter is a data type.

            ShortIf parameter is a data type
            Control10..1
            This element is affected by the following invariants: inv-1
            Typecode, 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, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, 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
            Must Supporttrue
            Obligations
              ObligationsActor
              SHALL:processSHC Host FHIR Server
              SHALL:populateSHC App
              Summarytrue
              Fixed Valueadd
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              24. Parameters.parameter.part:path
              Slice Namepath
              Definition

              A named part of a multi-part parameter.

              ShortWhere to perform the operationNamed part of a multi-part parameter
              Comments

              Only one level of nested parameters is allowed.

              Control10..1*
              TypeBackboneElement
              Is Modifierfalse
              Must Supporttrue
              Obligations
                ObligationsActor
                SHALL:processSHC Host FHIR Server
                SHALL:populateSHC App
                Summarytrue
                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                26. Parameters.parameter.part:path.modifierExtension
                Definition

                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
                Comments

                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
                Summarytrue
                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())
                28. Parameters.parameter.part:path.name
                Definition

                The name of the parameter (reference to the operation definition).

                ShortName from the definition
                Control1..1
                Typestring
                Is Modifierfalse
                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                Must Supporttrue
                Obligations
                  ObligationsActor
                  SHALL:processSHC Host FHIR Server
                  SHALL:populateSHC App
                  Summarytrue
                  Fixed Valuepath
                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  30. Parameters.parameter.part:path.value[x]
                  Definition

                  If the parameter is a data type.

                  ShortIf parameter is a data type
                  Control10..1
                  This element is affected by the following invariants: inv-1
                  BindingThe codes SHALL be taken from For codes, see Smart Health Checks Patch MedicationStatement Element Path
                  (required to https://smartforms.csiro.au/ig/ValueSet/SHCPatchMedicationStatementElementPath)
                  Typestring, 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, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, 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
                  Must Supporttrue
                  Obligations
                    ObligationsActor
                    SHALL:processSHC Host FHIR Server
                    SHALL:populateSHC App
                    Summarytrue
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    32. Parameters.parameter.part:name
                    Slice Namename
                    Definition

                    A named part of a multi-part parameter.

                    ShortNamed part of a multi-part parameter
                    Comments

                    Only one level of nested parameters is allowed.

                    Control10..1*
                    TypeBackboneElement
                    Is Modifierfalse
                    Summarytrue
                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    34. Parameters.parameter.part:name.modifierExtension
                    Definition

                    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
                    Comments

                    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
                    Summarytrue
                    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())
                    36. Parameters.parameter.part:name.name
                    Definition

                    The name of the parameter (reference to the operation definition).

                    ShortName from the definition
                    Control1..1
                    Typestring
                    Is Modifierfalse
                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                    Must Supporttrue
                    Obligations
                      ObligationsActor
                      SHALL:processSHC Host FHIR Server
                      SHALL:populateSHC App
                      Summarytrue
                      Fixed Valuename
                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      38. Parameters.parameter.part:name.value[x]
                      Definition

                      If the parameter is a data type.

                      ShortIf parameter is a data type
                      Control10..1
                      This element is affected by the following invariants: inv-1
                      BindingThe codes SHALL be taken from For codes, see Smart Health Checks Patch MedicationStatement Element Name
                      (required to https://smartforms.csiro.au/ig/ValueSet/SHCPatchMedicationStatementElementName)
                      Typestring, 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, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, 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
                      Must Supporttrue
                      Obligations
                        ObligationsActor
                        SHALL:processSHC Host FHIR Server
                        SHALL:populateSHC App
                        Summarytrue
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        40. Parameters.parameter.part:value
                        Slice Namevalue
                        Definition

                        A named part of a multi-part parameter.

                        ShortReplacement valueNamed part of a multi-part parameter
                        Comments

                        Only one level of nested parameters is allowed.

                        Control10..1*
                        TypeBackboneElement
                        Is Modifierfalse
                        Must Supporttrue
                        Obligations
                          ObligationsActor
                          SHALL:processSHC Host FHIR Server
                          SHALL:populateSHC App
                          Summarytrue
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          42. Parameters.parameter.part:value.modifierExtension
                          Definition

                          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
                          Comments

                          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
                          Summarytrue
                          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())
                          44. Parameters.parameter.part:value.name
                          Definition

                          The name of the parameter (reference to the operation definition).

                          ShortName from the definition
                          Control1..1
                          Typestring
                          Is Modifierfalse
                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                          Must Supporttrue
                          Obligations
                            ObligationsActor
                            SHALL:processSHC Host FHIR Server
                            SHALL:populateSHC App
                            Summarytrue
                            Fixed Valuevalue
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            46. Parameters.parameter.part:value.value[x]
                            Definition

                            If the parameter is a data type.

                            ShortIf parameter is a data type
                            Control10..1
                            This element is affected by the following invariants: inv-1, shc-patch-medication-statement-01, shc-patch-medication-statement-02, shc-patch-medication-statement-03, shc-patch-medication-statement-04, shc-patch-medication-statement-05
                            TypeChoice of: code, markdown, string, Annotation, Dosage, date, Meta, Address, Attachment, integer, Count, DataRequirement, uuid, Identifier, Coding, SampledData, id, positiveInt, Distance, Period, Duration, canonical, Range, RelatedArtifact, base64Binary, UsageContext, Timing, decimal, CodeableConcept, ParameterDefinition, dateTime, Contributor, oid, instant, ContactPoint, HumanName, Money, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, ContactDetail, boolean, 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
                            Must Supporttrue
                            Must Support TypesNo must-support rules about the choice of types/profiles
                            Obligations
                              ObligationsActor
                              SHALL:processSHC Host FHIR Server
                              SHALL:populateSHC App
                              Summarytrue
                              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 Parameters.parameter.part.value[x]. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                              • type @ $this
                              • 48. Parameters.parameter.part:value.value[x]:valueCode
                                Slice NamevalueCode
                                Definition

                                If the parameter is a data type.

                                ShortIf parameter is a data type
                                Control0..1
                                This element is affected by the following invariants: inv-1
                                BindingThe codes SHALL be taken from For codes, see Medication Statement Status Limited
                                (required to https://smartforms.csiro.au/ig/ValueSet/MedicationStatementStatusLimited)
                                Typecode, 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, string, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, 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
                                Must Supporttrue
                                Summarytrue
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                50. Parameters.parameter.part:value.value[x]:valueDosage
                                Slice NamevalueDosage
                                Definition

                                If the parameter is a data type.

                                ShortIf parameter is a data type
                                Control0..1
                                This element is affected by the following invariants: inv-1
                                TypeDosage, date, Meta, Address, Attachment, integer, Count, DataRequirement, 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, boolean, Expression, Signature, unsignedInt, time
                                [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                Is Modifierfalse
                                Must Supporttrue
                                Obligations
                                  ObligationsActor
                                  SHALL:processSHC Host FHIR Server
                                  SHALL:populate-if-knownSHC App
                                  Summarytrue
                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                  52. Parameters.parameter.part:value.value[x]:valueDosage.modifierExtension
                                  Definition

                                  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
                                  Comments

                                  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
                                  Summarytrue
                                  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())
                                  54. Parameters.parameter.part:value.value[x]:valueDosage.text
                                  Definition

                                  Free text dosage instructions e.g. SIG.

                                  ShortFree text dosage instructions e.g. SIG
                                  Control10..1
                                  Typestring
                                  Is Modifierfalse
                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                  Must Supporttrue
                                  Obligations
                                    ObligationsActor
                                    SHALL:processSHC Host FHIR Server
                                    SHALL:populate-if-knownSHC App
                                    Summarytrue
                                    Requirements

                                    Free text dosage instructions can be used for cases where the instructions are too complex to code. The content of this attribute does not include the name or description of the medication. When coded instructions are present, the free text instructions may still be present for display to humans taking or administering the medication. It is expected that the text instructions will always be populated. If the dosage.timing attribute is also populated, then the dosage.text should reflect the same information as the timing. Additional information about administration or preparation of the medication should be included as text.

                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                    56. Parameters.parameter.part:value.value[x]:valueMarkdown
                                    Slice NamevalueMarkdown
                                    Definition

                                    If the parameter is a data type.

                                    ShortIf parameter is a data type
                                    Control0..1
                                    This element is affected by the following invariants: inv-1
                                    Typemarkdown, 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, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, 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
                                    Must Supporttrue
                                    Obligations
                                      ObligationsActor
                                      SHALL:processSHC Host FHIR Server
                                      SHALL:populate-if-knownSHC App
                                      Summarytrue
                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                      58. Parameters.parameter.part:value.value[x]:valueAnnotation
                                      Slice NamevalueAnnotation
                                      Definition

                                      If the parameter is a data type.

                                      ShortIf parameter is a data type
                                      Control0..1
                                      This element is affected by the following invariants: inv-1
                                      TypeAnnotation, 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, ContactDetail, boolean, Expression, Signature, unsignedInt, time
                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                      Is Modifierfalse
                                      Must Supporttrue
                                      Obligations
                                        ObligationsActor
                                        SHALL:processSHC Host FHIR Server
                                        SHALL:populate-if-knownSHC App
                                        Summarytrue
                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                        60. Parameters.parameter.part:value.value[x]:valueAnnotation.text
                                        Definition

                                        The text of the annotation in markdown format.

                                        ShortThe annotation - text content (as markdown)
                                        Control1..1
                                        Typemarkdown
                                        Is Modifierfalse
                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                        Must Supporttrue
                                        Obligations
                                          ObligationsActor
                                          SHALL:processSHC Host FHIR Server
                                          SHALL:populate-if-knownSHC App
                                          Summarytrue
                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          62. Parameters.parameter.part:pathLabel
                                          Slice NamepathLabel
                                          Definition

                                          A named part of a multi-part parameter.

                                          ShortHuman readable representation of the path. Typically this is the relevant item text from the Questionnaire.Named part of a multi-part parameter
                                          Comments

                                          Only one level of nested parameters is allowed.

                                          Control0..1*
                                          TypeBackboneElement
                                          Is Modifierfalse
                                          Must Supporttrue
                                          Obligations
                                            ObligationsActor
                                            SHALL:populateSHC App
                                            Summarytrue
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            64. Parameters.parameter.part:pathLabel.modifierExtension
                                            Definition

                                            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
                                            Comments

                                            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
                                            Summarytrue
                                            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())
                                            66. Parameters.parameter.part:pathLabel.name
                                            Definition

                                            The name of the parameter (reference to the operation definition).

                                            ShortName from the definition
                                            Control1..1
                                            Typestring
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Must Supporttrue
                                            Obligations
                                              ObligationsActor
                                              SHALL:populateSHC App
                                              Summarytrue
                                              Fixed ValuepathLabel
                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              68. Parameters.parameter.part:pathLabel.value[x]
                                              Definition

                                              If the parameter is a data type.

                                              ShortIf parameter is a data type
                                              Control10..1
                                              This element is affected by the following invariants: inv-1
                                              Typestring, 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, Contributor, oid, instant, ContactPoint, HumanName, Money, markdown, Ratio, Age, Reference, TriggerDefinition, Quantity, uri, url, Annotation, ContactDetail, boolean, 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
                                              Must Supporttrue
                                              Obligations
                                                ObligationsActor
                                                SHALL:populateSHC App
                                                Summarytrue
                                                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 foundhere

                                                0. Parameters
                                                ShortParameters for patching MedicationStatement resource elements supported in Smart Health Checks
                                                Invariantsshc-patch-medication-statement-01: When the part parameter named 'path' has a value of 'MedicationStatement' and the part parameter named 'name' has a value of 'status', the part parameter named 'value' SHALL have a value from the 'Medication Statement Status Limited' value set. (parameter.where(part.where(name='path').value = 'MedicationStatement' and part.where(name='name').value = 'status').exists() implies parameter.where(part.where(name='path').value = 'MedicationStatement' and part.where(name='name').value = 'status').part.where(name='value').value.memberOf('https://smartforms.csiro.au/ig/ValueSet/MedicationStatementStatusLimited'))
                                                shc-patch-medication-statement-02: When the part parameter named 'path' has a value of 'MedicationStatement' and the part parameter named 'name' has a value of 'dosage', the part parameter named 'value' SHALL have a value of type Dosage. (parameter.where(part.where(name='path').value = 'MedicationStatement' and part.where(name='name').value = 'dosage').exists() implies parameter.where(part.where(name='path').value = 'MedicationStatement' and part.where(name='name').value = 'dosage').part.where(name='value').value is Dosage)
                                                shc-patch-medication-statement-03: When the part parameter named 'path' has a value of 'MedicationStatement.dosage[0]' and the part parameter named 'name' has a value of 'text', the part parameter named 'value' SHALL have a value of type string. (parameter.where(part.where(name='path').value = 'MedicationStatement.dosage[0]' and part.where(name='name').value = 'text').exists() implies parameter.where(part.where(name='path').value = 'MedicationStatement.dosage[0]' and part.where(name='name').value = 'text').part.where(name='value').value is string)
                                                shc-patch-medication-statement-04: When the part parameter named 'path' has a value of 'MedicationStatement' and the part parameter named 'name' has a value of 'note', the part parameter named 'value' SHALL have a value of type Annotation. (parameter.where(part.where(name='path').value = 'MedicationStatement' and part.where(name='name').value = 'note').exists() implies parameter.where(part.where(name='path').value = 'MedicationStatement' and part.where(name='name').value = 'note').part.where(name='value').value is Annotation)
                                                shc-patch-medication-statement-05: When the part parameter named 'path' has a value of 'MedicationStatement.note[0]' and the part parameter named 'name' has a value of 'text', the part parameter named 'value' SHALL have a value of type markdown. (parameter.where(part.where(name='path').value = 'MedicationStatement.note[0]' and part.where(name='name').value = 'text').exists() implies parameter.where(part.where(name='path').value = 'MedicationStatement.note[0]' and part.where(name='name').value = 'text').part.where(name='value').value is markdown)
                                                2. Parameters.parameter
                                                Control1..?
                                                Must Supporttrue
                                                Obligations
                                                  ObligationsActor
                                                  SHALL:processSHC Host FHIR Server
                                                  SHALL:populateSHC App
                                                  4. Parameters.parameter.name
                                                  Must Supporttrue
                                                  Obligations
                                                    ObligationsActor
                                                    SHALL:processSHC Host FHIR Server
                                                    SHALL:populateSHC App
                                                    Fixed Valueoperation
                                                    6. Parameters.parameter.part
                                                    Control4..?
                                                    SlicingThis element introduces a set of slices on Parameters.parameter.part. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                    • value @ name
                                                    • 8. Parameters.parameter.part:type
                                                      Slice Nametype
                                                      ShortPatch operation to perform
                                                      Control1..1
                                                      TypeBackboneElement
                                                      Must Supporttrue
                                                      Obligations
                                                        ObligationsActor
                                                        SHALL:processSHC Host FHIR Server
                                                        SHALL:populateSHC App
                                                        10. Parameters.parameter.part:type.name
                                                        Must Supporttrue
                                                        Obligations
                                                          ObligationsActor
                                                          SHALL:processSHC Host FHIR Server
                                                          SHALL:populateSHC App
                                                          Fixed Valuetype
                                                          12. Parameters.parameter.part:type.value[x]
                                                          Control1..?
                                                          Typecode
                                                          [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
                                                          Must Supporttrue
                                                          Obligations
                                                            ObligationsActor
                                                            SHALL:processSHC Host FHIR Server
                                                            SHALL:populateSHC App
                                                            Fixed Valueadd
                                                            14. Parameters.parameter.part:path
                                                            Slice Namepath
                                                            ShortWhere to perform the operation
                                                            Control1..1
                                                            TypeBackboneElement
                                                            Must Supporttrue
                                                            Obligations
                                                              ObligationsActor
                                                              SHALL:processSHC Host FHIR Server
                                                              SHALL:populateSHC App
                                                              16. Parameters.parameter.part:path.name
                                                              Must Supporttrue
                                                              Obligations
                                                                ObligationsActor
                                                                SHALL:processSHC Host FHIR Server
                                                                SHALL:populateSHC App
                                                                Fixed Valuepath
                                                                18. Parameters.parameter.part:path.value[x]
                                                                Control1..?
                                                                BindingThe codes SHALL be taken from Smart Health Checks Patch MedicationStatement Element Path
                                                                (required to https://smartforms.csiro.au/ig/ValueSet/SHCPatchMedicationStatementElementPath)
                                                                Typestring
                                                                [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
                                                                Must Supporttrue
                                                                Obligations
                                                                  ObligationsActor
                                                                  SHALL:processSHC Host FHIR Server
                                                                  SHALL:populateSHC App
                                                                  20. Parameters.parameter.part:name
                                                                  Slice Namename
                                                                  Control1..1
                                                                  TypeBackboneElement
                                                                  22. Parameters.parameter.part:name.name
                                                                  Must Supporttrue
                                                                  Obligations
                                                                    ObligationsActor
                                                                    SHALL:processSHC Host FHIR Server
                                                                    SHALL:populateSHC App
                                                                    Fixed Valuename
                                                                    24. Parameters.parameter.part:name.value[x]
                                                                    Control1..?
                                                                    BindingThe codes SHALL be taken from Smart Health Checks Patch MedicationStatement Element Name
                                                                    (required to https://smartforms.csiro.au/ig/ValueSet/SHCPatchMedicationStatementElementName)
                                                                    Typestring
                                                                    [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
                                                                    Must Supporttrue
                                                                    Obligations
                                                                      ObligationsActor
                                                                      SHALL:processSHC Host FHIR Server
                                                                      SHALL:populateSHC App
                                                                      26. Parameters.parameter.part:value
                                                                      Slice Namevalue
                                                                      ShortReplacement value
                                                                      Control1..1
                                                                      TypeBackboneElement
                                                                      Must Supporttrue
                                                                      Obligations
                                                                        ObligationsActor
                                                                        SHALL:processSHC Host FHIR Server
                                                                        SHALL:populateSHC App
                                                                        28. Parameters.parameter.part:value.name
                                                                        Must Supporttrue
                                                                        Obligations
                                                                          ObligationsActor
                                                                          SHALL:processSHC Host FHIR Server
                                                                          SHALL:populateSHC App
                                                                          Fixed Valuevalue
                                                                          30. Parameters.parameter.part:value.value[x]
                                                                          Control1..?
                                                                          This element is affected by the following invariants: shc-patch-medication-statement-01, shc-patch-medication-statement-02, shc-patch-medication-statement-03, shc-patch-medication-statement-04, shc-patch-medication-statement-05
                                                                          TypeChoice of: code, markdown, string, Annotation, Dosage
                                                                          [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
                                                                          Must Supporttrue
                                                                          Must Support TypesNo must-support rules about the choice of types/profiles
                                                                          Obligations
                                                                            ObligationsActor
                                                                            SHALL:processSHC Host FHIR Server
                                                                            SHALL:populateSHC App
                                                                            SlicingThis element introduces a set of slices on Parameters.parameter.part.value[x]. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                            • type @ $this
                                                                            • 32. Parameters.parameter.part:value.value[x]:valueCode
                                                                              Slice NamevalueCode
                                                                              Control0..1
                                                                              BindingThe codes SHALL be taken from Medication Statement Status Limited
                                                                              (required to https://smartforms.csiro.au/ig/ValueSet/MedicationStatementStatusLimited)
                                                                              Typecode
                                                                              [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
                                                                              Must Supporttrue
                                                                              34. Parameters.parameter.part:value.value[x]:valueDosage
                                                                              Slice NamevalueDosage
                                                                              Control0..1
                                                                              TypeDosage
                                                                              [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                              Must Supporttrue
                                                                              Obligations
                                                                                ObligationsActor
                                                                                SHALL:processSHC Host FHIR Server
                                                                                SHALL:populate-if-knownSHC App
                                                                                36. Parameters.parameter.part:value.value[x]:valueDosage.text
                                                                                Control1..?
                                                                                Must Supporttrue
                                                                                Obligations
                                                                                  ObligationsActor
                                                                                  SHALL:processSHC Host FHIR Server
                                                                                  SHALL:populate-if-knownSHC App
                                                                                  38. Parameters.parameter.part:value.value[x]:valueMarkdown
                                                                                  Slice NamevalueMarkdown
                                                                                  Control0..1
                                                                                  Typemarkdown
                                                                                  [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
                                                                                  Must Supporttrue
                                                                                  Obligations
                                                                                    ObligationsActor
                                                                                    SHALL:processSHC Host FHIR Server
                                                                                    SHALL:populate-if-knownSHC App
                                                                                    40. Parameters.parameter.part:value.value[x]:valueAnnotation
                                                                                    Slice NamevalueAnnotation
                                                                                    Control0..1
                                                                                    TypeAnnotation
                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                    Must Supporttrue
                                                                                    Obligations
                                                                                      ObligationsActor
                                                                                      SHALL:processSHC Host FHIR Server
                                                                                      SHALL:populate-if-knownSHC App
                                                                                      42. Parameters.parameter.part:value.value[x]:valueAnnotation.text
                                                                                      Must Supporttrue
                                                                                      Obligations
                                                                                        ObligationsActor
                                                                                        SHALL:processSHC Host FHIR Server
                                                                                        SHALL:populate-if-knownSHC App
                                                                                        44. Parameters.parameter.part:pathLabel
                                                                                        Slice NamepathLabel
                                                                                        ShortHuman readable representation of the path. Typically this is the relevant item text from the Questionnaire.
                                                                                        Control0..1
                                                                                        TypeBackboneElement
                                                                                        Must Supporttrue
                                                                                        Obligations
                                                                                          ObligationsActor
                                                                                          SHALL:populateSHC App
                                                                                          46. Parameters.parameter.part:pathLabel.name
                                                                                          Must Supporttrue
                                                                                          Obligations
                                                                                            ObligationsActor
                                                                                            SHALL:populateSHC App
                                                                                            Fixed ValuepathLabel
                                                                                            48. Parameters.parameter.part:pathLabel.value[x]
                                                                                            Control1..?
                                                                                            Typestring
                                                                                            [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
                                                                                            Must Supporttrue
                                                                                            Obligations
                                                                                              ObligationsActor
                                                                                              SHALL:populateSHC App

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

                                                                                              0. Parameters
                                                                                              Definition

                                                                                              This resource is a non-persisted resource used to pass information into and back from an operation. It has no other use, and there is no RESTful endpoint associated with it.

                                                                                              ShortParameters for patching MedicationStatement resource elements supported in Smart Health Checks
                                                                                              Comments

                                                                                              The parameters that may be used are defined by the OperationDefinition resource.

                                                                                              Control0..*
                                                                                              Is Modifierfalse
                                                                                              Summaryfalse
                                                                                              Invariantsshc-patch-medication-statement-01: When the part parameter named 'path' has a value of 'MedicationStatement' and the part parameter named 'name' has a value of 'status', the part parameter named 'value' SHALL have a value from the 'Medication Statement Status Limited' value set. (parameter.where(part.where(name='path').value = 'MedicationStatement' and part.where(name='name').value = 'status').exists() implies parameter.where(part.where(name='path').value = 'MedicationStatement' and part.where(name='name').value = 'status').part.where(name='value').value.memberOf('https://smartforms.csiro.au/ig/ValueSet/MedicationStatementStatusLimited'))
                                                                                              shc-patch-medication-statement-02: When the part parameter named 'path' has a value of 'MedicationStatement' and the part parameter named 'name' has a value of 'dosage', the part parameter named 'value' SHALL have a value of type Dosage. (parameter.where(part.where(name='path').value = 'MedicationStatement' and part.where(name='name').value = 'dosage').exists() implies parameter.where(part.where(name='path').value = 'MedicationStatement' and part.where(name='name').value = 'dosage').part.where(name='value').value is Dosage)
                                                                                              shc-patch-medication-statement-03: When the part parameter named 'path' has a value of 'MedicationStatement.dosage[0]' and the part parameter named 'name' has a value of 'text', the part parameter named 'value' SHALL have a value of type string. (parameter.where(part.where(name='path').value = 'MedicationStatement.dosage[0]' and part.where(name='name').value = 'text').exists() implies parameter.where(part.where(name='path').value = 'MedicationStatement.dosage[0]' and part.where(name='name').value = 'text').part.where(name='value').value is string)
                                                                                              shc-patch-medication-statement-04: When the part parameter named 'path' has a value of 'MedicationStatement' and the part parameter named 'name' has a value of 'note', the part parameter named 'value' SHALL have a value of type Annotation. (parameter.where(part.where(name='path').value = 'MedicationStatement' and part.where(name='name').value = 'note').exists() implies parameter.where(part.where(name='path').value = 'MedicationStatement' and part.where(name='name').value = 'note').part.where(name='value').value is Annotation)
                                                                                              shc-patch-medication-statement-05: When the part parameter named 'path' has a value of 'MedicationStatement.note[0]' and the part parameter named 'name' has a value of 'text', the part parameter named 'value' SHALL have a value of type markdown. (parameter.where(part.where(name='path').value = 'MedicationStatement.note[0]' and part.where(name='name').value = 'text').exists() implies parameter.where(part.where(name='path').value = 'MedicationStatement.note[0]' and part.where(name='name').value = 'text').part.where(name='value').value is markdown)
                                                                                              2. Parameters.id
                                                                                              Definition

                                                                                              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
                                                                                              Comments

                                                                                              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
                                                                                              Summarytrue
                                                                                              4. Parameters.meta
                                                                                              Definition

                                                                                              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
                                                                                              Summarytrue
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              6. Parameters.implicitRules
                                                                                              Definition

                                                                                              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
                                                                                              Comments

                                                                                              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
                                                                                              Summarytrue
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              8. Parameters.language
                                                                                              Definition

                                                                                              The base language in which the resource is written.

                                                                                              ShortLanguage of the resource content
                                                                                              Comments

                                                                                              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|4.0.1)

                                                                                              A human language.

                                                                                              Additional BindingsPurpose
                                                                                              AllLanguagesMax Binding
                                                                                              Typecode
                                                                                              Is Modifierfalse
                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                              Summaryfalse
                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                              10. Parameters.parameter
                                                                                              Definition

                                                                                              A parameter passed to or received from the operation.

                                                                                              ShortOperation Parameter
                                                                                              Control1..*
                                                                                              TypeBackboneElement
                                                                                              Is Modifierfalse
                                                                                              Must Supporttrue
                                                                                              Obligations
                                                                                                ObligationsActor
                                                                                                SHALL:processSHC Host FHIR Server
                                                                                                SHALL:populateSHC App
                                                                                                Summarytrue
                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                inv-1: A parameter must have one and only one of (value, resource, part) ((part.exists() and value.empty() and resource.empty()) or (part.empty() and (value.exists() xor resource.exists())))
                                                                                                12. Parameters.parameter.id
                                                                                                Definition

                                                                                                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.
                                                                                                Summaryfalse
                                                                                                14. Parameters.parameter.extension
                                                                                                Definition

                                                                                                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
                                                                                                Comments

                                                                                                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
                                                                                                Summaryfalse
                                                                                                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())
                                                                                                16. Parameters.parameter.modifierExtension
                                                                                                Definition

                                                                                                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
                                                                                                Comments

                                                                                                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
                                                                                                Summarytrue
                                                                                                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())
                                                                                                18. Parameters.parameter.name
                                                                                                Definition

                                                                                                The name of the parameter (reference to the operation definition).

                                                                                                ShortName from the definition
                                                                                                Control1..1
                                                                                                Typestring
                                                                                                Is Modifierfalse
                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                Must Supporttrue
                                                                                                Obligations
                                                                                                  ObligationsActor
                                                                                                  SHALL:processSHC Host FHIR Server
                                                                                                  SHALL:populateSHC App
                                                                                                  Summarytrue
                                                                                                  Fixed Valueoperation
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  20. Parameters.parameter.value[x]
                                                                                                  Definition

                                                                                                  If the parameter is a data type.

                                                                                                  ShortIf parameter is a data type
                                                                                                  Control0..1
                                                                                                  This element is affected by the following invariants: inv-1
                                                                                                  TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta
                                                                                                  [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
                                                                                                  Summarytrue
                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                  22. Parameters.parameter.resource
                                                                                                  Definition

                                                                                                  If the parameter is a whole resource.

                                                                                                  ShortIf parameter is a whole resource
                                                                                                  Comments

                                                                                                  When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

                                                                                                  Control0..1
                                                                                                  This element is affected by the following invariants: inv-1
                                                                                                  TypeResource
                                                                                                  Is Modifierfalse
                                                                                                  Summarytrue
                                                                                                  24. Parameters.parameter.part
                                                                                                  Definition

                                                                                                  A named part of a multi-part parameter.

                                                                                                  ShortNamed part of a multi-part parameter
                                                                                                  Comments

                                                                                                  Only one level of nested parameters is allowed.

                                                                                                  Control4..*
                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/Parameters#Parameters.parameter
                                                                                                  Is Modifierfalse
                                                                                                  Summarytrue
                                                                                                  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 Parameters.parameter.part. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                  • value @ name
                                                                                                  • 26. Parameters.parameter.part.id
                                                                                                    Definition

                                                                                                    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.
                                                                                                    Summaryfalse
                                                                                                    28. Parameters.parameter.part.extension
                                                                                                    Definition

                                                                                                    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
                                                                                                    Comments

                                                                                                    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
                                                                                                    Summaryfalse
                                                                                                    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())
                                                                                                    30. Parameters.parameter.part.modifierExtension
                                                                                                    Definition

                                                                                                    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
                                                                                                    Comments

                                                                                                    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
                                                                                                    Summarytrue
                                                                                                    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())
                                                                                                    32. Parameters.parameter.part.name
                                                                                                    Definition

                                                                                                    The name of the parameter (reference to the operation definition).

                                                                                                    ShortName from the definition
                                                                                                    Control1..1
                                                                                                    Typestring
                                                                                                    Is Modifierfalse
                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                    Summarytrue
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    34. Parameters.parameter.part.value[x]
                                                                                                    Definition

                                                                                                    If the parameter is a data type.

                                                                                                    ShortIf parameter is a data type
                                                                                                    Control0..1
                                                                                                    This element is affected by the following invariants: inv-1
                                                                                                    TypeChoice of: base64Binary, boolean, canonical, code, date, dateTime, decimal, id, instant, integer, markdown, oid, positiveInt, string, time, unsignedInt, uri, url, uuid, Address, Age, Annotation, Attachment, CodeableConcept, Coding, ContactPoint, Count, Distance, Duration, HumanName, Identifier, Money, Period, Quantity, Range, Ratio, Reference, SampledData, Signature, Timing, ContactDetail, Contributor, DataRequirement, Expression, ParameterDefinition, RelatedArtifact, TriggerDefinition, UsageContext, Dosage, Meta
                                                                                                    [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
                                                                                                    Summarytrue
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    36. Parameters.parameter.part.resource
                                                                                                    Definition

                                                                                                    If the parameter is a whole resource.

                                                                                                    ShortIf parameter is a whole resource
                                                                                                    Comments

                                                                                                    When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

                                                                                                    Control0..1
                                                                                                    This element is affected by the following invariants: inv-1
                                                                                                    TypeResource
                                                                                                    Is Modifierfalse
                                                                                                    Summarytrue
                                                                                                    38. Parameters.parameter.part.part
                                                                                                    Definition

                                                                                                    A named part of a multi-part parameter.

                                                                                                    ShortNamed part of a multi-part parameter
                                                                                                    Comments

                                                                                                    Only one level of nested parameters is allowed.

                                                                                                    Control0..*
                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/Parameters#Parameters.parameter
                                                                                                    Is Modifierfalse
                                                                                                    Summarytrue
                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                    40. Parameters.parameter.part:type
                                                                                                    Slice Nametype
                                                                                                    Definition

                                                                                                    A named part of a multi-part parameter.

                                                                                                    ShortPatch operation to perform
                                                                                                    Comments

                                                                                                    Only one level of nested parameters is allowed.

                                                                                                    Control1..1
                                                                                                    TypeBackboneElement
                                                                                                    Is Modifierfalse
                                                                                                    Must Supporttrue
                                                                                                    Obligations
                                                                                                      ObligationsActor
                                                                                                      SHALL:processSHC Host FHIR Server
                                                                                                      SHALL:populateSHC App
                                                                                                      Summarytrue
                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                      42. Parameters.parameter.part:type.id
                                                                                                      Definition

                                                                                                      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.
                                                                                                      Summaryfalse
                                                                                                      44. Parameters.parameter.part:type.extension
                                                                                                      Definition

                                                                                                      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
                                                                                                      Comments

                                                                                                      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
                                                                                                      Summaryfalse
                                                                                                      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())
                                                                                                      46. Parameters.parameter.part:type.modifierExtension
                                                                                                      Definition

                                                                                                      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
                                                                                                      Comments

                                                                                                      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
                                                                                                      Summarytrue
                                                                                                      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())
                                                                                                      48. Parameters.parameter.part:type.name
                                                                                                      Definition

                                                                                                      The name of the parameter (reference to the operation definition).

                                                                                                      ShortName from the definition
                                                                                                      Control1..1
                                                                                                      Typestring
                                                                                                      Is Modifierfalse
                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                      Must Supporttrue
                                                                                                      Obligations
                                                                                                        ObligationsActor
                                                                                                        SHALL:processSHC Host FHIR Server
                                                                                                        SHALL:populateSHC App
                                                                                                        Summarytrue
                                                                                                        Fixed Valuetype
                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                        50. Parameters.parameter.part:type.value[x]
                                                                                                        Definition

                                                                                                        If the parameter is a data type.

                                                                                                        ShortIf parameter is a data type
                                                                                                        Control1..1
                                                                                                        This element is affected by the following invariants: inv-1
                                                                                                        Typecode
                                                                                                        [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 Supporttrue
                                                                                                        Obligations
                                                                                                          ObligationsActor
                                                                                                          SHALL:processSHC Host FHIR Server
                                                                                                          SHALL:populateSHC App
                                                                                                          Summarytrue
                                                                                                          Fixed Valueadd
                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          52. Parameters.parameter.part:type.resource
                                                                                                          Definition

                                                                                                          If the parameter is a whole resource.

                                                                                                          ShortIf parameter is a whole resource
                                                                                                          Comments

                                                                                                          When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

                                                                                                          Control0..1
                                                                                                          This element is affected by the following invariants: inv-1
                                                                                                          TypeResource
                                                                                                          Is Modifierfalse
                                                                                                          Summarytrue
                                                                                                          54. Parameters.parameter.part:type.part
                                                                                                          Definition

                                                                                                          A named part of a multi-part parameter.

                                                                                                          ShortNamed part of a multi-part parameter
                                                                                                          Comments

                                                                                                          Only one level of nested parameters is allowed.

                                                                                                          Control0..*
                                                                                                          TypeSeettp://hl7.org/fhir/StructureDefinition/Parameters#Parameters.parameter
                                                                                                          Is Modifierfalse
                                                                                                          Summarytrue
                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                          56. Parameters.parameter.part:path
                                                                                                          Slice Namepath
                                                                                                          Definition

                                                                                                          A named part of a multi-part parameter.

                                                                                                          ShortWhere to perform the operation
                                                                                                          Comments

                                                                                                          Only one level of nested parameters is allowed.

                                                                                                          Control1..1
                                                                                                          TypeBackboneElement
                                                                                                          Is Modifierfalse
                                                                                                          Must Supporttrue
                                                                                                          Obligations
                                                                                                            ObligationsActor
                                                                                                            SHALL:processSHC Host FHIR Server
                                                                                                            SHALL:populateSHC App
                                                                                                            Summarytrue
                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                            58. Parameters.parameter.part:path.id
                                                                                                            Definition

                                                                                                            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.
                                                                                                            Summaryfalse
                                                                                                            60. Parameters.parameter.part:path.extension
                                                                                                            Definition

                                                                                                            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
                                                                                                            Comments

                                                                                                            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
                                                                                                            Summaryfalse
                                                                                                            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())
                                                                                                            62. Parameters.parameter.part:path.modifierExtension
                                                                                                            Definition

                                                                                                            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
                                                                                                            Comments

                                                                                                            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
                                                                                                            Summarytrue
                                                                                                            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())
                                                                                                            64. Parameters.parameter.part:path.name
                                                                                                            Definition

                                                                                                            The name of the parameter (reference to the operation definition).

                                                                                                            ShortName from the definition
                                                                                                            Control1..1
                                                                                                            Typestring
                                                                                                            Is Modifierfalse
                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                            Must Supporttrue
                                                                                                            Obligations
                                                                                                              ObligationsActor
                                                                                                              SHALL:processSHC Host FHIR Server
                                                                                                              SHALL:populateSHC App
                                                                                                              Summarytrue
                                                                                                              Fixed Valuepath
                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                              66. Parameters.parameter.part:path.value[x]
                                                                                                              Definition

                                                                                                              If the parameter is a data type.

                                                                                                              ShortIf parameter is a data type
                                                                                                              Control1..1
                                                                                                              This element is affected by the following invariants: inv-1
                                                                                                              BindingThe codes SHALL be taken from Smart Health Checks Patch MedicationStatement Element Path
                                                                                                              (required to https://smartforms.csiro.au/ig/ValueSet/SHCPatchMedicationStatementElementPath)
                                                                                                              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 Supporttrue
                                                                                                              Obligations
                                                                                                                ObligationsActor
                                                                                                                SHALL:processSHC Host FHIR Server
                                                                                                                SHALL:populateSHC App
                                                                                                                Summarytrue
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                68. Parameters.parameter.part:path.resource
                                                                                                                Definition

                                                                                                                If the parameter is a whole resource.

                                                                                                                ShortIf parameter is a whole resource
                                                                                                                Comments

                                                                                                                When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

                                                                                                                Control0..1
                                                                                                                This element is affected by the following invariants: inv-1
                                                                                                                TypeResource
                                                                                                                Is Modifierfalse
                                                                                                                Summarytrue
                                                                                                                70. Parameters.parameter.part:path.part
                                                                                                                Definition

                                                                                                                A named part of a multi-part parameter.

                                                                                                                ShortNamed part of a multi-part parameter
                                                                                                                Comments

                                                                                                                Only one level of nested parameters is allowed.

                                                                                                                Control0..*
                                                                                                                TypeSeettp://hl7.org/fhir/StructureDefinition/Parameters#Parameters.parameter
                                                                                                                Is Modifierfalse
                                                                                                                Summarytrue
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                72. Parameters.parameter.part:name
                                                                                                                Slice Namename
                                                                                                                Definition

                                                                                                                A named part of a multi-part parameter.

                                                                                                                ShortNamed part of a multi-part parameter
                                                                                                                Comments

                                                                                                                Only one level of nested parameters is allowed.

                                                                                                                Control1..1
                                                                                                                TypeBackboneElement
                                                                                                                Is Modifierfalse
                                                                                                                Summarytrue
                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                74. Parameters.parameter.part:name.id
                                                                                                                Definition

                                                                                                                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.
                                                                                                                Summaryfalse
                                                                                                                76. Parameters.parameter.part:name.extension
                                                                                                                Definition

                                                                                                                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
                                                                                                                Comments

                                                                                                                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
                                                                                                                Summaryfalse
                                                                                                                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())
                                                                                                                78. Parameters.parameter.part:name.modifierExtension
                                                                                                                Definition

                                                                                                                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
                                                                                                                Comments

                                                                                                                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
                                                                                                                Summarytrue
                                                                                                                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())
                                                                                                                80. Parameters.parameter.part:name.name
                                                                                                                Definition

                                                                                                                The name of the parameter (reference to the operation definition).

                                                                                                                ShortName from the definition
                                                                                                                Control1..1
                                                                                                                Typestring
                                                                                                                Is Modifierfalse
                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                Must Supporttrue
                                                                                                                Obligations
                                                                                                                  ObligationsActor
                                                                                                                  SHALL:processSHC Host FHIR Server
                                                                                                                  SHALL:populateSHC App
                                                                                                                  Summarytrue
                                                                                                                  Fixed Valuename
                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                  82. Parameters.parameter.part:name.value[x]
                                                                                                                  Definition

                                                                                                                  If the parameter is a data type.

                                                                                                                  ShortIf parameter is a data type
                                                                                                                  Control1..1
                                                                                                                  This element is affected by the following invariants: inv-1
                                                                                                                  BindingThe codes SHALL be taken from Smart Health Checks Patch MedicationStatement Element Name
                                                                                                                  (required to https://smartforms.csiro.au/ig/ValueSet/SHCPatchMedicationStatementElementName)
                                                                                                                  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 Supporttrue
                                                                                                                  Obligations
                                                                                                                    ObligationsActor
                                                                                                                    SHALL:processSHC Host FHIR Server
                                                                                                                    SHALL:populateSHC App
                                                                                                                    Summarytrue
                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    84. Parameters.parameter.part:name.resource
                                                                                                                    Definition

                                                                                                                    If the parameter is a whole resource.

                                                                                                                    ShortIf parameter is a whole resource
                                                                                                                    Comments

                                                                                                                    When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

                                                                                                                    Control0..1
                                                                                                                    This element is affected by the following invariants: inv-1
                                                                                                                    TypeResource
                                                                                                                    Is Modifierfalse
                                                                                                                    Summarytrue
                                                                                                                    86. Parameters.parameter.part:name.part
                                                                                                                    Definition

                                                                                                                    A named part of a multi-part parameter.

                                                                                                                    ShortNamed part of a multi-part parameter
                                                                                                                    Comments

                                                                                                                    Only one level of nested parameters is allowed.

                                                                                                                    Control0..*
                                                                                                                    TypeSeettp://hl7.org/fhir/StructureDefinition/Parameters#Parameters.parameter
                                                                                                                    Is Modifierfalse
                                                                                                                    Summarytrue
                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                    88. Parameters.parameter.part:value
                                                                                                                    Slice Namevalue
                                                                                                                    Definition

                                                                                                                    A named part of a multi-part parameter.

                                                                                                                    ShortReplacement value
                                                                                                                    Comments

                                                                                                                    Only one level of nested parameters is allowed.

                                                                                                                    Control1..1
                                                                                                                    TypeBackboneElement
                                                                                                                    Is Modifierfalse
                                                                                                                    Must Supporttrue
                                                                                                                    Obligations
                                                                                                                      ObligationsActor
                                                                                                                      SHALL:processSHC Host FHIR Server
                                                                                                                      SHALL:populateSHC App
                                                                                                                      Summarytrue
                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                      90. Parameters.parameter.part:value.id
                                                                                                                      Definition

                                                                                                                      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.
                                                                                                                      Summaryfalse
                                                                                                                      92. Parameters.parameter.part:value.extension
                                                                                                                      Definition

                                                                                                                      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
                                                                                                                      Comments

                                                                                                                      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
                                                                                                                      Summaryfalse
                                                                                                                      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())
                                                                                                                      94. Parameters.parameter.part:value.modifierExtension
                                                                                                                      Definition

                                                                                                                      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
                                                                                                                      Comments

                                                                                                                      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
                                                                                                                      Summarytrue
                                                                                                                      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())
                                                                                                                      96. Parameters.parameter.part:value.name
                                                                                                                      Definition

                                                                                                                      The name of the parameter (reference to the operation definition).

                                                                                                                      ShortName from the definition
                                                                                                                      Control1..1
                                                                                                                      Typestring
                                                                                                                      Is Modifierfalse
                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                      Must Supporttrue
                                                                                                                      Obligations
                                                                                                                        ObligationsActor
                                                                                                                        SHALL:processSHC Host FHIR Server
                                                                                                                        SHALL:populateSHC App
                                                                                                                        Summarytrue
                                                                                                                        Fixed Valuevalue
                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                        98. Parameters.parameter.part:value.value[x]
                                                                                                                        Definition

                                                                                                                        If the parameter is a data type.

                                                                                                                        ShortIf parameter is a data type
                                                                                                                        Control1..1
                                                                                                                        This element is affected by the following invariants: inv-1, shc-patch-medication-statement-01, shc-patch-medication-statement-02, shc-patch-medication-statement-03, shc-patch-medication-statement-04, shc-patch-medication-statement-05
                                                                                                                        TypeChoice of: code, markdown, string, Annotation, Dosage
                                                                                                                        [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 Supporttrue
                                                                                                                        Must Support TypesNo must-support rules about the choice of types/profiles
                                                                                                                        Obligations
                                                                                                                          ObligationsActor
                                                                                                                          SHALL:processSHC Host FHIR Server
                                                                                                                          SHALL:populateSHC App
                                                                                                                          Summarytrue
                                                                                                                          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 Parameters.parameter.part.value[x]. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                          • type @ $this
                                                                                                                          • 100. Parameters.parameter.part:value.value[x]:valueCode
                                                                                                                            Slice NamevalueCode
                                                                                                                            Definition

                                                                                                                            If the parameter is a data type.

                                                                                                                            ShortIf parameter is a data type
                                                                                                                            Control0..1
                                                                                                                            This element is affected by the following invariants: inv-1
                                                                                                                            BindingThe codes SHALL be taken from Medication Statement Status Limited
                                                                                                                            (required to https://smartforms.csiro.au/ig/ValueSet/MedicationStatementStatusLimited)
                                                                                                                            Typecode
                                                                                                                            [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 Supporttrue
                                                                                                                            Summarytrue
                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                            102. Parameters.parameter.part:value.value[x]:valueDosage
                                                                                                                            Slice NamevalueDosage
                                                                                                                            Definition

                                                                                                                            If the parameter is a data type.

                                                                                                                            ShortIf parameter is a data type
                                                                                                                            Control0..1
                                                                                                                            This element is affected by the following invariants: inv-1
                                                                                                                            TypeDosage
                                                                                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                            Is Modifierfalse
                                                                                                                            Must Supporttrue
                                                                                                                            Obligations
                                                                                                                              ObligationsActor
                                                                                                                              SHALL:processSHC Host FHIR Server
                                                                                                                              SHALL:populate-if-knownSHC App
                                                                                                                              Summarytrue
                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                              104. Parameters.parameter.part:value.value[x]:valueDosage.id
                                                                                                                              Definition

                                                                                                                              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.
                                                                                                                              Summaryfalse
                                                                                                                              106. Parameters.parameter.part:value.value[x]:valueDosage.extension
                                                                                                                              Definition

                                                                                                                              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
                                                                                                                              Comments

                                                                                                                              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
                                                                                                                              Summaryfalse
                                                                                                                              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 Parameters.parameter.part.value[x].extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                              • value @ url
                                                                                                                              • 108. Parameters.parameter.part:value.value[x]:valueDosage.modifierExtension
                                                                                                                                Definition

                                                                                                                                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
                                                                                                                                Comments

                                                                                                                                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
                                                                                                                                Summarytrue
                                                                                                                                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())
                                                                                                                                110. Parameters.parameter.part:value.value[x]:valueDosage.sequence
                                                                                                                                Definition

                                                                                                                                Indicates the order in which the dosage instructions should be applied or interpreted.

                                                                                                                                ShortThe order of the dosage instructions
                                                                                                                                Control0..1
                                                                                                                                Typeinteger
                                                                                                                                Is Modifierfalse
                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                Summarytrue
                                                                                                                                Requirements

                                                                                                                                If the sequence number of multiple Dosages is the same, then it is implied that the instructions are to be treated as concurrent. If the sequence number is different, then the Dosages are intended to be sequential.

                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                112. Parameters.parameter.part:value.value[x]:valueDosage.text
                                                                                                                                Definition

                                                                                                                                Free text dosage instructions e.g. SIG.

                                                                                                                                ShortFree text dosage instructions e.g. SIG
                                                                                                                                Control1..1
                                                                                                                                Typestring
                                                                                                                                Is Modifierfalse
                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                Must Supporttrue
                                                                                                                                Obligations
                                                                                                                                  ObligationsActor
                                                                                                                                  SHALL:processSHC Host FHIR Server
                                                                                                                                  SHALL:populate-if-knownSHC App
                                                                                                                                  Summarytrue
                                                                                                                                  Requirements

                                                                                                                                  Free text dosage instructions can be used for cases where the instructions are too complex to code. The content of this attribute does not include the name or description of the medication. When coded instructions are present, the free text instructions may still be present for display to humans taking or administering the medication. It is expected that the text instructions will always be populated. If the dosage.timing attribute is also populated, then the dosage.text should reflect the same information as the timing. Additional information about administration or preparation of the medication should be included as text.

                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  114. Parameters.parameter.part:value.value[x]:valueDosage.additionalInstruction
                                                                                                                                  Definition

                                                                                                                                  Supplemental instructions to the patient on how to take the medication (e.g. "with meals" or"take half to one hour before food") or warnings for the patient about the medication (e.g. "may cause drowsiness" or "avoid exposure of skin to direct sunlight or sunlamps").

                                                                                                                                  ShortSupplemental instruction or warnings to the patient - e.g. "with meals", "may cause drowsiness"
                                                                                                                                  Comments

                                                                                                                                  Information about administration or preparation of the medication (e.g. "infuse as rapidly as possibly via intraperitoneal port" or "immediately following drug x") should be populated in dosage.text.

                                                                                                                                  Control0..*
                                                                                                                                  BindingFor example codes, see SNOMEDCTAdditionalDosageInstructions
                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/additional-instruction-codes|4.0.1)

                                                                                                                                  A coded concept identifying additional instructions such as "take with water" or "avoid operating heavy machinery".

                                                                                                                                  TypeCodeableConcept
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Summarytrue
                                                                                                                                  Requirements

                                                                                                                                  Additional instruction is intended to be coded, but where no code exists, the element could include text. For example, "Swallow with plenty of water" which might or might not be coded.

                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  116. Parameters.parameter.part:value.value[x]:valueDosage.patientInstruction
                                                                                                                                  Definition

                                                                                                                                  Instructions in terms that are understood by the patient or consumer.

                                                                                                                                  ShortPatient or consumer oriented instructions
                                                                                                                                  Control0..1
                                                                                                                                  Typestring
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                  Summarytrue
                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  118. Parameters.parameter.part:value.value[x]:valueDosage.timing
                                                                                                                                  Definition

                                                                                                                                  When medication should be administered.

                                                                                                                                  ShortWhen medication should be administered
                                                                                                                                  Comments

                                                                                                                                  This attribute might not always be populated while the Dosage.text is expected to be populated. If both are populated, then the Dosage.text should reflect the content of the Dosage.timing.

                                                                                                                                  Control0..1
                                                                                                                                  TypeTiming
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Summarytrue
                                                                                                                                  Requirements

                                                                                                                                  The timing schedule for giving the medication to the patient. This data type allows many different expressions. For example: "Every 8 hours"; "Three times a day"; "1/2 an hour before breakfast for 10 days from 23-Dec 2011:"; "15 Oct 2013, 17 Oct 2013 and 1 Nov 2013". Sometimes, a rate can imply duration when expressed as total volume / duration (e.g. 500mL/2 hours implies a duration of 2 hours). However, when rate doesn't imply duration (e.g. 250mL/hour), then the timing.repeat.duration is needed to convey the infuse over time period.

                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  120. Parameters.parameter.part:value.value[x]:valueDosage.asNeeded[x]
                                                                                                                                  Definition

                                                                                                                                  Indicates whether the Medication is only taken when needed within a specific dosing schedule (Boolean option), or it indicates the precondition for taking the Medication (CodeableConcept).

                                                                                                                                  ShortTake "as needed" (for x)
                                                                                                                                  Comments

                                                                                                                                  Can express "as needed" without a reason by setting the Boolean = True. In this case the CodeableConcept is not populated. Or you can express "as needed" with a reason by including the CodeableConcept. In this case the Boolean is assumed to be True. If you set the Boolean to False, then the dose is given according to the schedule and is not "prn" or "as needed".

                                                                                                                                  Control0..1
                                                                                                                                  BindingFor example codes, see SNOMEDCTMedicationAsNeededReasonCodes
                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/medication-as-needed-reason|4.0.1)

                                                                                                                                  A coded concept identifying the precondition that should be met or evaluated prior to consuming or administering a medication dose. For example "pain", "30 minutes prior to sexual intercourse", "on flare-up" etc.

                                                                                                                                  TypeChoice of: boolean, 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
                                                                                                                                  Summarytrue
                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  122. Parameters.parameter.part:value.value[x]:valueDosage.site
                                                                                                                                  Definition

                                                                                                                                  Body site to administer to.

                                                                                                                                  ShortBody site to administer to
                                                                                                                                  Comments

                                                                                                                                  If the use case requires attributes from the BodySite resource (e.g. to identify and track separately) then use the standard extension bodySite. May be a summary code, or a reference to a very precise definition of the location, or both.

                                                                                                                                  Control0..1
                                                                                                                                  BindingFor example codes, see SNOMEDCTAnatomicalStructureForAdministrationSiteCodes
                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/approach-site-codes|4.0.1)

                                                                                                                                  A coded concept describing the site location the medicine enters into or onto the body.

                                                                                                                                  TypeCodeableConcept
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Summarytrue
                                                                                                                                  Requirements

                                                                                                                                  A coded specification of the anatomic site where the medication first enters the body.

                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  124. Parameters.parameter.part:value.value[x]:valueDosage.route
                                                                                                                                  Definition

                                                                                                                                  How drug should enter body.

                                                                                                                                  ShortHow drug should enter body
                                                                                                                                  Control0..1
                                                                                                                                  BindingFor example codes, see SNOMEDCTRouteCodes
                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/route-codes|4.0.1)

                                                                                                                                  A coded concept describing the route or physiological path of administration of a therapeutic agent into or onto the body of a subject.

                                                                                                                                  TypeCodeableConcept
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Summarytrue
                                                                                                                                  Requirements

                                                                                                                                  A code specifying the route or physiological path of administration of a therapeutic agent into or onto a patient's body.

                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  126. Parameters.parameter.part:value.value[x]:valueDosage.method
                                                                                                                                  Definition

                                                                                                                                  Technique for administering medication.

                                                                                                                                  ShortTechnique for administering medication
                                                                                                                                  Comments

                                                                                                                                  Terminologies used often pre-coordinate this term with the route and or form of administration.

                                                                                                                                  Control0..1
                                                                                                                                  BindingFor example codes, see SNOMEDCTAdministrationMethodCodes
                                                                                                                                  (example to http://hl7.org/fhir/ValueSet/administration-method-codes|4.0.1)

                                                                                                                                  A coded concept describing the technique by which the medicine is administered.

                                                                                                                                  TypeCodeableConcept
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Summarytrue
                                                                                                                                  Requirements

                                                                                                                                  A coded value indicating the method by which the medication is introduced into or onto the body. Most commonly used for injections. For examples, Slow Push; Deep IV.

                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  128. Parameters.parameter.part:value.value[x]:valueDosage.doseAndRate
                                                                                                                                  Definition

                                                                                                                                  The amount of medication administered.

                                                                                                                                  ShortAmount of medication administered
                                                                                                                                  Control0..*
                                                                                                                                  TypeElement
                                                                                                                                  Is Modifierfalse
                                                                                                                                  Summarytrue
                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                  130. Parameters.parameter.part:value.value[x]:valueDosage.doseAndRate.id
                                                                                                                                  Definition

                                                                                                                                  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.
                                                                                                                                  Summaryfalse
                                                                                                                                  132. Parameters.parameter.part:value.value[x]:valueDosage.doseAndRate.extension
                                                                                                                                  Definition

                                                                                                                                  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
                                                                                                                                  Comments

                                                                                                                                  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
                                                                                                                                  Summaryfalse
                                                                                                                                  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 Parameters.parameter.part.value[x].doseAndRate.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                  • value @ url
                                                                                                                                  • 134. Parameters.parameter.part:value.value[x]:valueDosage.doseAndRate.type
                                                                                                                                    Definition

                                                                                                                                    The kind of dose or rate specified, for example, ordered or calculated.

                                                                                                                                    ShortThe kind of dose or rate specified
                                                                                                                                    Control0..1
                                                                                                                                    BindingFor example codes, see DoseAndRateType
                                                                                                                                    (example to http://hl7.org/fhir/ValueSet/dose-rate-type|4.0.1)

                                                                                                                                    The kind of dose or rate specified.

                                                                                                                                    TypeCodeableConcept
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summarytrue
                                                                                                                                    Requirements

                                                                                                                                    If the type is not populated, assume to be "ordered".

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    136. Parameters.parameter.part:value.value[x]:valueDosage.doseAndRate.dose[x]
                                                                                                                                    Definition

                                                                                                                                    Amount of medication per dose.

                                                                                                                                    ShortAmount of medication per dose
                                                                                                                                    Comments

                                                                                                                                    Note that this specifies the quantity of the specified medication, not the quantity for each active ingredient(s). Each ingredient amount can be communicated in the Medication resource. For example, if one wants to communicate that a tablet was 375 mg, where the dose was one tablet, you can use the Medication resource to document that the tablet was comprised of 375 mg of drug XYZ. Alternatively if the dose was 375 mg, then you may only need to use the Medication resource to indicate this was a tablet. If the example were an IV such as dopamine and you wanted to communicate that 400mg of dopamine was mixed in 500 ml of some IV solution, then this would all be communicated in the Medication resource. If the administration is not intended to be instantaneous (rate is present or timing has a duration), this can be specified to convey the total amount to be administered over the period of time as indicated by the schedule e.g. 500 ml in dose, with timing used to convey that this should be done over 4 hours.

                                                                                                                                    Control0..1
                                                                                                                                    TypeChoice of: Range, Quantity(SimpleQuantity)
                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summarytrue
                                                                                                                                    Requirements

                                                                                                                                    The amount of therapeutic or other substance given at one administration event.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    138. Parameters.parameter.part:value.value[x]:valueDosage.doseAndRate.rate[x]
                                                                                                                                    Definition

                                                                                                                                    Amount of medication per unit of time.

                                                                                                                                    ShortAmount of medication per unit of time
                                                                                                                                    Comments

                                                                                                                                    It is possible to supply both a rate and a doseQuantity to provide full details about how the medication is to be administered and supplied. If the rate is intended to change over time, depending on local rules/regulations, each change should be captured as a new version of the MedicationRequest with an updated rate, or captured with a new MedicationRequest with the new rate.

                                                                                                                                    It is possible to specify a rate over time (for example, 100 ml/hour) using either the rateRatio and rateQuantity. The rateQuantity approach requires systems to have the capability to parse UCUM grammer where ml/hour is included rather than a specific ratio where the time is specified as the denominator. Where a rate such as 500ml over 2 hours is specified, the use of rateRatio may be more semantically correct than specifying using a rateQuantity of 250 mg/hour.

                                                                                                                                    Control0..1
                                                                                                                                    TypeChoice of: Ratio, Range, Quantity(SimpleQuantity)
                                                                                                                                    [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summarytrue
                                                                                                                                    Requirements

                                                                                                                                    Identifies the speed with which the medication was or will be introduced into the patient. Typically the rate for an infusion e.g. 100 ml per 1 hour or 100 ml/hr. May also be expressed as a rate per unit of time e.g. 500 ml per 2 hours. Other examples: 200 mcg/min or 200 mcg/1 minute; 1 liter/8 hours. Sometimes, a rate can imply duration when expressed as total volume / duration (e.g. 500mL/2 hours implies a duration of 2 hours). However, when rate doesn't imply duration (e.g. 250mL/hour), then the timing.repeat.duration is needed to convey the infuse over time period.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    140. Parameters.parameter.part:value.value[x]:valueDosage.maxDosePerPeriod
                                                                                                                                    Definition

                                                                                                                                    Upper limit on medication per unit of time.

                                                                                                                                    ShortUpper limit on medication per unit of time
                                                                                                                                    Comments

                                                                                                                                    This is intended for use as an adjunct to the dosage when there is an upper cap. For example "2 tablets every 4 hours to a maximum of 8/day".

                                                                                                                                    Control0..1
                                                                                                                                    TypeRatio
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summarytrue
                                                                                                                                    Requirements

                                                                                                                                    The maximum total quantity of a therapeutic substance that may be administered to a subject over the period of time. For example, 1000mg in 24 hours.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    142. Parameters.parameter.part:value.value[x]:valueDosage.maxDosePerAdministration
                                                                                                                                    Definition

                                                                                                                                    Upper limit on medication per administration.

                                                                                                                                    ShortUpper limit on medication per administration
                                                                                                                                    Comments

                                                                                                                                    This is intended for use as an adjunct to the dosage when there is an upper cap. For example, a body surface area related dose with a maximum amount, such as 1.5 mg/m2 (maximum 2 mg) IV over 5 – 10 minutes would have doseQuantity of 1.5 mg/m2 and maxDosePerAdministration of 2 mg.

                                                                                                                                    Control0..1
                                                                                                                                    TypeQuantity(SimpleQuantity)
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summarytrue
                                                                                                                                    Requirements

                                                                                                                                    The maximum total quantity of a therapeutic substance that may be administered to a subject per administration.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    144. Parameters.parameter.part:value.value[x]:valueDosage.maxDosePerLifetime
                                                                                                                                    Definition

                                                                                                                                    Upper limit on medication per lifetime of the patient.

                                                                                                                                    ShortUpper limit on medication per lifetime of the patient
                                                                                                                                    Control0..1
                                                                                                                                    TypeQuantity(SimpleQuantity)
                                                                                                                                    Is Modifierfalse
                                                                                                                                    Summarytrue
                                                                                                                                    Requirements

                                                                                                                                    The maximum total quantity of a therapeutic substance that may be administered per lifetime of the subject.

                                                                                                                                    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                    146. Parameters.parameter.part:value.value[x]:valueMarkdown
                                                                                                                                    Slice NamevalueMarkdown
                                                                                                                                    Definition

                                                                                                                                    If the parameter is a data type.

                                                                                                                                    ShortIf parameter is a data type
                                                                                                                                    Control0..1
                                                                                                                                    This element is affected by the following invariants: inv-1
                                                                                                                                    Typemarkdown
                                                                                                                                    [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 Supporttrue
                                                                                                                                    Obligations
                                                                                                                                      ObligationsActor
                                                                                                                                      SHALL:processSHC Host FHIR Server
                                                                                                                                      SHALL:populate-if-knownSHC App
                                                                                                                                      Summarytrue
                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                      148. Parameters.parameter.part:value.value[x]:valueAnnotation
                                                                                                                                      Slice NamevalueAnnotation
                                                                                                                                      Definition

                                                                                                                                      If the parameter is a data type.

                                                                                                                                      ShortIf parameter is a data type
                                                                                                                                      Control0..1
                                                                                                                                      This element is affected by the following invariants: inv-1
                                                                                                                                      TypeAnnotation
                                                                                                                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                                                                                                      Is Modifierfalse
                                                                                                                                      Must Supporttrue
                                                                                                                                      Obligations
                                                                                                                                        ObligationsActor
                                                                                                                                        SHALL:processSHC Host FHIR Server
                                                                                                                                        SHALL:populate-if-knownSHC App
                                                                                                                                        Summarytrue
                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                        150. Parameters.parameter.part:value.value[x]:valueAnnotation.id
                                                                                                                                        Definition

                                                                                                                                        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.
                                                                                                                                        Summaryfalse
                                                                                                                                        152. Parameters.parameter.part:value.value[x]:valueAnnotation.extension
                                                                                                                                        Definition

                                                                                                                                        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
                                                                                                                                        Comments

                                                                                                                                        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
                                                                                                                                        Summaryfalse
                                                                                                                                        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 Parameters.parameter.part.value[x].extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                        • value @ url
                                                                                                                                        • 154. Parameters.parameter.part:value.value[x]:valueAnnotation.author[x]
                                                                                                                                          Definition

                                                                                                                                          The individual responsible for making the annotation.

                                                                                                                                          ShortIndividual responsible for the annotation
                                                                                                                                          Comments

                                                                                                                                          Organization is used when there's no need for specific attribution as to who made the comment.

                                                                                                                                          Control0..1
                                                                                                                                          TypeChoice of: Reference(Practitioner, Patient, RelatedPerson, Organization), string
                                                                                                                                          [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
                                                                                                                                          Summarytrue
                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          156. Parameters.parameter.part:value.value[x]:valueAnnotation.time
                                                                                                                                          Definition

                                                                                                                                          Indicates when this particular annotation was made.

                                                                                                                                          ShortWhen the annotation was made
                                                                                                                                          Control0..1
                                                                                                                                          TypedateTime
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                          Summarytrue
                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                          158. Parameters.parameter.part:value.value[x]:valueAnnotation.text
                                                                                                                                          Definition

                                                                                                                                          The text of the annotation in markdown format.

                                                                                                                                          ShortThe annotation - text content (as markdown)
                                                                                                                                          Control1..1
                                                                                                                                          Typemarkdown
                                                                                                                                          Is Modifierfalse
                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                          Must Supporttrue
                                                                                                                                          Obligations
                                                                                                                                            ObligationsActor
                                                                                                                                            SHALL:processSHC Host FHIR Server
                                                                                                                                            SHALL:populate-if-knownSHC App
                                                                                                                                            Summarytrue
                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            160. Parameters.parameter.part:value.resource
                                                                                                                                            Definition

                                                                                                                                            If the parameter is a whole resource.

                                                                                                                                            ShortIf parameter is a whole resource
                                                                                                                                            Comments

                                                                                                                                            When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

                                                                                                                                            Control0..1
                                                                                                                                            This element is affected by the following invariants: inv-1
                                                                                                                                            TypeResource
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Summarytrue
                                                                                                                                            162. Parameters.parameter.part:value.part
                                                                                                                                            Definition

                                                                                                                                            A named part of a multi-part parameter.

                                                                                                                                            ShortNamed part of a multi-part parameter
                                                                                                                                            Comments

                                                                                                                                            Only one level of nested parameters is allowed.

                                                                                                                                            Control0..*
                                                                                                                                            TypeSeettp://hl7.org/fhir/StructureDefinition/Parameters#Parameters.parameter
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Summarytrue
                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                            164. Parameters.parameter.part:pathLabel
                                                                                                                                            Slice NamepathLabel
                                                                                                                                            Definition

                                                                                                                                            A named part of a multi-part parameter.

                                                                                                                                            ShortHuman readable representation of the path. Typically this is the relevant item text from the Questionnaire.
                                                                                                                                            Comments

                                                                                                                                            Only one level of nested parameters is allowed.

                                                                                                                                            Control0..1
                                                                                                                                            TypeBackboneElement
                                                                                                                                            Is Modifierfalse
                                                                                                                                            Must Supporttrue
                                                                                                                                            Obligations
                                                                                                                                              ObligationsActor
                                                                                                                                              SHALL:populateSHC App
                                                                                                                                              Summarytrue
                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                              166. Parameters.parameter.part:pathLabel.id
                                                                                                                                              Definition

                                                                                                                                              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.
                                                                                                                                              Summaryfalse
                                                                                                                                              168. Parameters.parameter.part:pathLabel.extension
                                                                                                                                              Definition

                                                                                                                                              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
                                                                                                                                              Comments

                                                                                                                                              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
                                                                                                                                              Summaryfalse
                                                                                                                                              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())
                                                                                                                                              170. Parameters.parameter.part:pathLabel.modifierExtension
                                                                                                                                              Definition

                                                                                                                                              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
                                                                                                                                              Comments

                                                                                                                                              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
                                                                                                                                              Summarytrue
                                                                                                                                              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())
                                                                                                                                              172. Parameters.parameter.part:pathLabel.name
                                                                                                                                              Definition

                                                                                                                                              The name of the parameter (reference to the operation definition).

                                                                                                                                              ShortName from the definition
                                                                                                                                              Control1..1
                                                                                                                                              Typestring
                                                                                                                                              Is Modifierfalse
                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                              Must Supporttrue
                                                                                                                                              Obligations
                                                                                                                                                ObligationsActor
                                                                                                                                                SHALL:populateSHC App
                                                                                                                                                Summarytrue
                                                                                                                                                Fixed ValuepathLabel
                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                174. Parameters.parameter.part:pathLabel.value[x]
                                                                                                                                                Definition

                                                                                                                                                If the parameter is a data type.

                                                                                                                                                ShortIf parameter is a data type
                                                                                                                                                Control1..1
                                                                                                                                                This element is affected by the following invariants: inv-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 Supporttrue
                                                                                                                                                Obligations
                                                                                                                                                  ObligationsActor
                                                                                                                                                  SHALL:populateSHC App
                                                                                                                                                  Summarytrue
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                  176. Parameters.parameter.part:pathLabel.resource
                                                                                                                                                  Definition

                                                                                                                                                  If the parameter is a whole resource.

                                                                                                                                                  ShortIf parameter is a whole resource
                                                                                                                                                  Comments

                                                                                                                                                  When resolving references in resources, the operation definition may specify how references may be resolved between parameters. If a reference cannot be resolved between the parameters, the application should fall back to it's general resource resolution methods.

                                                                                                                                                  Control0..1
                                                                                                                                                  This element is affected by the following invariants: inv-1
                                                                                                                                                  TypeResource
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summarytrue
                                                                                                                                                  178. Parameters.parameter.part:pathLabel.part
                                                                                                                                                  Definition

                                                                                                                                                  A named part of a multi-part parameter.

                                                                                                                                                  ShortNamed part of a multi-part parameter
                                                                                                                                                  Comments

                                                                                                                                                  Only one level of nested parameters is allowed.

                                                                                                                                                  Control0..*
                                                                                                                                                  TypeSeettp://hl7.org/fhir/StructureDefinition/Parameters#Parameters.parameter
                                                                                                                                                  Is Modifierfalse
                                                                                                                                                  Summarytrue
                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))