Skip to content
#

fhir

Here are 542 public repositories matching this topic...

openemr

Clinical Quality Language (CQL) is an HL7 specification for the expression of clinical knowledge that can be used within both the Clinical Decision Support (CDS) and Clinical Quality Measurement (CQM) domains. This repository contains complementary tooling in support of that specification.

  • Updated Sep 17, 2021
  • Java
csandersdev
csandersdev commented Sep 3, 2021

Is your feature request related to a problem? Please describe.
FHIR Measure resources depend on FHIR Library resources. FHIR Library resources in turn can depend on other FHIR Library resources as deep as the needs go for measure authoring. Currently, our server can retrieve the dependency graph from Measure to Library using _include:iterate, but will only iterate to a max depth of one. Thi

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

Improve this page

Add a description, image, and links to the fhir 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 fhir topic, visit your repo's landing page and select "manage topics."

Learn more