openEHR is an open standard specification in health informatics that describes the management and storage, retrieval and exchange of health data in electronic health records (EHRs)
Questions tagged [openehr]
35 questions
1
vote
1 answer
"Match" and "Range" "DSL query" in elastic search doesn't work?
can anyone help ?
the query is run successfully as the separated "match query" and "range query" , but i get error when run this
this is my query but i cant get the result :
GET composition_value/composition/_count
{
"query": {
"nested":…

Yaser
- 83
- 14
1
vote
1 answer
how to hide label if span content is empty
HTML. My code looks like:
8. 1. pamatslimība
thomm3
1
vote
1 answer
How to run OpenEHR gen framework?
I have supposedly setup the openEHR gen framework 8.0 but when I run this command: sudo grails run-app then I get this error below.
MacBook-Air:ehrgen-1.3.7 amsmu$ sudo grails run-app
Password:
Welcome to Grails 1.3.7 - http://grails.org/
Licensed…

Amarjeet Singh
- 438
- 1
- 7
- 16
1
vote
0 answers
Hashtable returns value for wrong key
I have a Hashtable> where I want to get the hashtable with a key, but it returns the value for the other key.
Here is the code:
Hashtable> testFormProperties =
…

charlie schindler
- 39
- 6
1
vote
3 answers
XPath-Query with wildcard not working
It is driving me crazy.
Can someone tell me why this query does not work:
xquery version "3.0";
for $item in collection("openkernel/openehr_ehr/archetyped/")
let $uid:=$item//uid/value
where $uid="51160740-171e-487c-a04d-eae267f7079a"
return…

Bert Verhees
- 1,057
- 3
- 14
- 25
0
votes
1 answer
Test the smart on FHIR application on any production ready EHR. Avoid second level of authentication after launch inside EHR
I have a SOF application built for EHR systems like Cerner, EPIC, Athena etc. The application runs well on sandbox environments. However, when I tried to check if the app is ready, before going for non-production and production environment, using…

Ponnapally
- 88
- 1
- 13
0
votes
1 answer
Authenticating an external API for Smart on FHIR app that talks to EHR systems
I am building a smart on FHIR application connecting different EHR systems like Cerner, and EPIC and I have built an external API to run an algorithm on this data. I call the APIs inside the SOF app after getting data from FHIR servers, however, I…

Ponnapally
- 88
- 1
- 13
0
votes
0 answers
Data upload and data set in csv and json format for openEMR
I want to upload diabetes data set on OpenEMR, is there any data repository from where I can download dataset in CSV or JSON format?
Diabetes data is required for uploading as sample data in openemr

Jim
- 1
- 1
0
votes
0 answers
lab Access Control for EHR Ex4
enter image description here
Now, you will work on a more complex scenario. Assume following roles are defined in an EHR
system. Now, before defining these roles in OpenMRS, try to combine the roles that can inherit
privileges from each other. You…
0
votes
1 answer
Docker-compose command not displaying URL for project
I am trying to implement a github project based on electronic medical records but I am facing issue on last step while executing docker "docker compose up -d" in dir. Downloads/EHR/explorer where docker compose is residing the issue is this file is…

samar
- 1
- 2
0
votes
1 answer
What components are required to setup batch data ingestion from EPIC EMR to Azure FHIR API (Paas)?
I'm trying to create a demo to connect a new Azure FHIR api which I created with EPIC(EMR) to ingest the data in batch mode, I'm unable to find out what all components/pieces are required to setup that ingestion pipeline. The examples that are shown…

Peter Wolf
- 5
- 1
0
votes
1 answer
How to render HTML from Json webtemplate
I have my own json webtemplate where it contains nested elements. I want to render HTML according to the json contained in webtemplate.
I used ngx-schema-form, but I don't have properties variable inside my json. And also used formly but I couldn't…

Raksha
- 1
0
votes
2 answers
openEHR, Snomed and Measurement units
I'm new to openEHR and snomed. I'm wanting to store information pack definition for a tobacco summary. How do I go about storing the measurement units (grams, oz, number of cigarettes)? Is there a reference list of these in either of the…

user3603308
- 355
- 4
- 17
0
votes
1 answer
Which are the phases needed to use/integrate the openEHR standard in an existing electronic medical record system?
The openEHR specifications can be applied to a different "modules" of an EMR/EHR. Let's say that we have one of those systems, created in the "normal" way: specifying requirements, designing an architecture and an information model based on those…

Pablo Pazos
- 3,080
- 29
- 42
0
votes
1 answer
Grails 2.4.4 binding JSON nested objects
I have a model with 3 classes, A, Parent and Child. A hasMany Parent, and Child extends Parent.
I need to handle complex logic on the UI to create the model, and decided to POST a JSON object with the same structure of my domain model. Now, I have…

Pablo Pazos
- 3,080
- 29
- 42