fhir
Here are 599 public repositories matching this topic...
-
Updated
May 6, 2022 - Java
-
Updated
May 6, 2022 - C#
-
Updated
May 6, 2022 - TypeScript
-
Updated
May 7, 2022 - C#
-
Updated
Feb 6, 2022 - Go
-
Updated
Apr 29, 2022 - Liquid
-
Updated
May 6, 2022 - Java
Is your feature request related to a problem? Please describe.
Add a location widget that allows you to submit the location with GPS coordinates and location details as FHIR Location resources
Describe the solution you'd like
- ANC Usecase
In the ANC use case, add a location of a facility or a family residence or village during a family r
-
Updated
May 6, 2022 - C#
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
this specification does not dictate a particular approach at this time, though it does support the use of an “Expires” header
to limit the time period a file will be available for client download (removal of the file from the ser
-
Updated
May 4, 2022 - Java
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
Mar 19, 2021 - Swift
-
Updated
Apr 20, 2022 - Procfile
-
Updated
Apr 26, 2022 - JavaScript
-
Updated
Mar 18, 2022 - Swift
-
Updated
Mar 18, 2021 - Swift
-
Updated
May 6, 2022 - Java
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
May 3, 2022 - Ruby
-
Updated
Apr 10, 2022 - TypeScript
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."
When registering a FHIR client through the /registration endpoint if there are any spaces in the application_type parameter it defaults the registration to a public app. Either the request needs to be rejected as an invalid application_type. Or the field should be trimmed of any whitespace.
Sample POST: