Questions tagged [openehr]

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)

35 questions
0
votes
1 answer

Not getting the hang of TASKs and WAIT in C#

I have a stack of calls to a web api that need to be called asynchronously. I have never used the aysnc. I have created a simple test console program, along the lines of : class Program { static void Main(string[] args) { ClassOne…
BENBUN Coder
  • 4,801
  • 7
  • 52
  • 89
0
votes
1 answer

eXist-db getting data from many XMLs of the same collection

I'm new to using eXist-db. Using Java/Groovy I am trying (with no luck) to get data from a collection I created: /db/apps/compositions. In /db/apps/compositions are a couple of XML documents that look similar to this:
Pablo Pazos
  • 3,080
  • 29
  • 42
-1
votes
1 answer

How Federated Learning would help to centralise Hospitals and clinical data cohorts (databases)? Especially Electronic Health Records datasets

What are the libraries we can use for federated learning process? what are the data encryption techniques used to protect datasets? I studied some articles and blogs but in health sector it's difficult to implement because health organisations are…
-1
votes
5 answers

Are the HL7-FHIR, HL7 CDA, CIMI, openEHR and ISO13606 approaches aiming to solve the same health data exchange problems?

Are the HL7-FHIR, HL7 CDA, CIMI, openEHR and ISO13606 approaches aiming to solve the same health data exchange problems?
-2
votes
3 answers

I want to access each data value of the below json in Angularjs . But I am unable to find a way

I want to access each data value of the below JSON in Angularjs. But I am unable to find a way. let say I want to access type, name, magnitude, units of the below query. So how to access that, can anybody help me regarding about this, please?…
PyDevSRS
  • 1,715
  • 16
  • 17
1 2
3