FHIR icon indicating copy to clipboard operation
FHIR copied to clipboard

The LinuxForHealth FHIR® Server and related projects

Results 220 FHIR issues
Sort by recently updated
recently updated
newest added

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20220924 to 20230227. Release notes Sourced from json's releases. 20230227 Pull Request Description #723 Protect JSONML from stack overflow exceptions caused by recursion #720 Limit the XML...

dependencies
java

**Describe the bug** $translate operation of ConceptMap resource requires 'conceptMap' parameter. But it's cardinality in fhir specification is "0..1" sample response: `{ "resourceType": "OperationOutcome", "id": "c0-a8-d1-82-52b13fa4-44c9-4375-bcb8-3442b9b4570d", "issue": [ { "severity":...

bug

Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.0.0 to 3.1.1. Release notes Sourced from maven-deploy-plugin's releases. 3.1.0 Release Notes - Maven Deploy Plugin - Version 3.1.0 Bug [MDEPLOY-200] - deployAtEnd fails if the last...

dependencies
java

**Is your feature request related to a problem? Please describe.** Since the CodeSystem/$lookup operation implementation already returns all properties associated with a given concept, providing the possibility of deciding what...

enhancement

**Describe the bug** If just the system and code parameters are used with the $lookup operation, then the entire concept including properties is returned (as expected): [base-url]/fhir-server/api/v4/CodeSystem/$lookup?system=http://loinc.org&version=2.7.4&code=8084-6 ` ` However...

bug

**Describe the bug** On the following request: ``` http://127.0.0.1:9080/fhir-server/api/v4/$cql?expression=[Observation] o return (o.code.coding c return c.code)&subject=Patient/example ``` I got the following error: ``` { "resourceType": "OperationOutcome", "id": "ac-12-0-6-8d388349-82af-4f17-8e77-a0d4c0eb5f79", "issue": [ {...

question

Bumps org.hl7.fhir.validation from 4.0.1 to 5.6.106. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ca.uhn.hapi.fhir:org.hl7.fhir.validation&package-manager=maven&previous-version=4.0.1&new-version=5.6.106)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps org.hl7.fhir.utilities from 4.0.1 to 5.6.106. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ca.uhn.hapi.fhir:org.hl7.fhir.utilities&package-manager=maven&previous-version=4.0.1&new-version=5.6.106)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps org.hl7.fhir.convertors from 4.0.1 to 5.6.106. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ca.uhn.hapi.fhir:org.hl7.fhir.convertors&package-manager=maven&previous-version=4.0.1&new-version=5.6.106)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [minimist](https://github.com/minimistjs/minimist) from 0.2.1 to 0.2.4. Changelog Sourced from minimist's changelog. v0.2.4 - 2023-02-24 Commits [Tests] check side-effects of pollution protection 3dbebff [Robustness] rework isConstructorOrProto 34e20b8 [Dev Deps] update tape...

dependencies
javascript