fhir
Here are 446 public repositories matching this topic...
-
Updated
Jan 30, 2021 - Java
-
Updated
Jan 29, 2021 - C#
-
Updated
Jan 29, 2021 - Java
-
Updated
Dec 21, 2020 - C#
-
Updated
Aug 31, 2020 - Go
-
Updated
Jan 11, 2021 - Java
-
Updated
May 14, 2020 - Swift
-
Updated
Jan 21, 2021
-
Updated
Jan 29, 2021 - C#
-
Updated
Jan 29, 2021 - TypeScript
-
Updated
Jul 23, 2020 - Swift
Describe the bug
List#contains performs a linear search, which could have performs implications if the list is large and called repeatedly.
To Reproduce
See code
Expected behavior
A performant implementation.
Additional context
Review usage to see if a HashSet would be more appropriate in this context.
-
Updated
Jan 30, 2021 - C#
-
Updated
Jan 28, 2021 - Ruby
-
Updated
Nov 18, 2020 - Swift
-
Updated
Dec 22, 2020 - TypeScript
add YAML support
- fhir.resources version: latest
- Python version: 3.6+
- Operating System: MAC/Windows/Linux
Description
would like to add native YAML support so that a Resource object can be created from YAML object or file and serialize as a YAML string.
e.g:
>>> from fhir.resources.organization import Organization
>>> from fhir.resources.address import Address
>>> yaml_str = '''
resour
-
Updated
Jan 25, 2021 - TypeScript
-
Updated
Jan 27, 2021 - Java
Improve this page
Add a description, image, and links to the fhir topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fhir topic, visit your repo's landing page and select "manage topics."


If you are looking for issues to work on, here are some issues organized by priority:
(most of these are not simple straightforward issues; there are some nice small, but more complicated issues