Skip to content
#

fhir

Here are 530 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 Aug 5, 2021
  • Java
lmsurpre
lmsurpre commented Oct 7, 2020

Is your feature request related to a problem? Please describe.
Robin noticed that all of the minimal "Parameters" examples are duplicates.

Currently, we generate one instance per "choice type". However, in the case of the minimal Parameters examples, these choice types aren't even required in the resource and so they are not present, leading to 50 copies of the same resource.

**Describ

Manikant25
Manikant25 commented Jun 27, 2021

Describe the bug
There are 20 patients in the Patient's List view but on top it is showing 24 Patient(s) in textview.

Component
reference app

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'reference app'
  2. See error

Expected behavior
It should have shown 20 Patient(s).

Screenshots
Not needed as such.

**Smartphone (please complete the following in

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