Skip to content
#

hl7

Here are 193 public repositories matching this topic...

milkshakeuk
milkshakeuk commented Feb 19, 2022

Is your feature request related to a problem? Please describe.
Source Link is a technology that enables source code debugging of .NET assemblies from NuGet by developers. Source Link executes when creating the NuGet package and embeds source control metadata inside assemblies and the package. Developers who download the package and have Source Link enabled in Visual Studio can step into its s

Healthedata1
Healthedata1 commented Dec 17, 2020
  • 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
enhancement good first issue

Improve this page

Add a description, image, and links to the hl7 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hl7 topic, visit your repo's landing page and select "manage topics."

Learn more