The Wayback Machine - https://web.archive.org/web/20211217153455/https://github.com/topics/fhir
Skip to content
#

fhir

Here are 569 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 Dec 16, 2021
  • Java
lmsurpre
lmsurpre commented Dec 3, 2021

Describe the bug
I noticed that the fhir-persistence-schema Main method's usage hint is missing info on the --db-type flag.

Environment
main

To Reproduce

  1. mvn dependency:copy -Dartifact=com.ibm.fhir:fhir-persistence-schema:LATEST:jar:cli -DoutputDirectory=.
  2. run an invalid command
$ java -jar fhir-persistence-schema-4.10.2-cli.jar --help                         
f-odhiambo
f-odhiambo commented Sep 28, 2021

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

  1. ANC Usecase
    In the ANC use case, add a location of a facility or a family residence or village. This should submit a location payload tagged to a patient
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