Stream: clinFHIR
Topic: Observation "undefined"
May Terry (Mar 02 2020 at 21:22):
What FHIR attribute does the ClinFHIR resource references graph use to display the label for Observation? I have a number of Observation examples that I have successfully validated and Put into my Logicahealth FHIR R4 instance but I see them all labeled "undefined" (see attached screenshot). I'm figuring that something is missing in my example but not sure what. Screen-Shot-2020-03-02-at-4.18.31-PM.png
David Hay (Mar 02 2020 at 22:19):
oh - that's not very nice. Lemme go look...
David Hay (Mar 02 2020 at 22:20):
Actually they are all undefined. Might be a bug. What patient and what server?
May Terry (Mar 02 2020 at 22:41):
server: mCODEv1, Patient: John Anyperson. In case you need to configure a new Data Server in ClinFHIR, the endpoint is https://api.logicahealth.org/mCODEv1/open
David Hay (Mar 03 2020 at 02:38):
The Observation.code element doesn't have a .display or a .text element in the CodeableConcept so there's nothing to show. Currently it uses the .text element - I could have it fall back to /display if adding that's an issue...
"code": { "coding": [ { "system": "http://loinc.org", "code": "21908-9" } ] },
Last updated: Apr 12 2022 at 19:14 UTC