FHIR Chat · Help with error · implementers

Stream: implementers

Topic: Help with error


view this post on Zulip Dung Tran (Feb 15 2019 at 02:50):

Hello,
I have a question related to one of the FHIR error that I wish to get your help. I got an error saying that ca.uhn.fhir.context.ConfigurationException: Resource class[org.hl7.fhir.utilities.xhtml.XhtmlNode] does not contain any valid HAPI-FHIR. I try to figure out what the error meant so if you could help, I would be very appreciated.

The error is happened at this line of code

Patient myPatient = (Patient)client.read().resource(Patient.class).withId(id).execute();

Send a reply

view this post on Zulip Grahame Grieve (Feb 15 2019 at 10:46):

This looks like a HAPI Specific question - probably better to ask it on the HAPI support forum

view this post on Zulip Dung Tran (Mar 21 2019 at 01:42):

Hello,
I am a newbie and I am working on a school project for HIV / AIDS prevention.
I would like to find some test patient who are HIV positive or who is at risk group of possibly getting HIV.
I don't know where I could look for those test data? If you aware of where I could get the test data, please show me.

Thanks alot!

view this post on Zulip Grahame Grieve (Mar 21 2019 at 01:45):

I don't know of any test data. Presumably you'd be looking for a patient with a positive HIV serology result?

view this post on Zulip Grahame Grieve (Mar 21 2019 at 01:47):

I see ~400 LOINC codes for the relevant lab tests

view this post on Zulip Grahame Grieve (Mar 21 2019 at 01:48):

It would be easier to find diagnoses by searching for patients with an active condition with code = snomed:165816005 (HIV Positive finding) but I'm not sure every would have that condition

view this post on Zulip Grahame Grieve (Mar 21 2019 at 01:50):

(assuming conditions are coded with snomed. The ICD-10 equivalent would be B20)


Last updated: Apr 12 2022 at 19:14 UTC