Skip to content

Remote Terminology Passes Boolean Values through as String Values #6662

Description

@jmarchionatto

When doing CodeSystem Lookups using Remote Terminology, boolean values are returned as valueString in the response

Example Response property:

{
  "name": "value",
  "valueString": "BooleanType[true]"
}

Expected Response property:

{
  "name": "value",
  "valueBoolean": true
}

**Environment:

  • HAPI FHIR Version : v7.6.1

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions