Skip to content

valueBoolean attribute from extensions gets deleted #42

@alexdefelipe

Description

@alexdefelipe

I've got a questionnaire in a FHIR Server with the extension that enables the observationExtract mechanism:

"extension": [
    {
      "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-observationExtract",
      "valueBoolean": true
    }
  ]

When importing it through the formbuilder, the property valueBoolean gets cleared and, if saving again to the FHIR server, the observationExtract mechanism won't work:

"extension": [
    {
      "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-observationExtract"
    }
  ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions