Stream: shorthand
Topic: error with a Citation example
Giorgio Cangioli (Mar 03 2021 at 08:44):
I'm trying to create a very simple Citation example
Instance: 10.1038-s41597-021-00811-3
InstanceOf: Citation
Description: "The Non-Invasive Multimodal Foetal ECG-Doppler Dataset for Antenatal Cardiology Research (NInFEA) is the first open-access dataset featuring simultaneous non-invasive electrophysiological recordings, fetal pulsed-wave Doppler (PWD) and maternal respiration signals. The dataset includes 60 entries from 39 voluntary pregnant women, between the 21st and the 27th week of gestation. Every entry is composed of 27 electrophysiological channels (2048 Hz, 22 bits, acquired by means of the TMSi Porti7 system), maternal respiration signal (through a resistive thoracic belt), synchronised foetal trans-abdominal PWD and clinical annotations provided by expert clinicians at the time of the signal collection."
* name = "NInFEA"
* title = "NInFEA: Non-Invasive Multimodal Foetal ECG-Doppler Dataset for Antenatal Cardiology Research"
* status = http://hl7.org/fhir/ValueSet/publication-status#active
but when I run SUHSI the following errors are returned
- error The element or path you referenced does not exist: name
- error The element or path you referenced does not exist: title
Giorgio Cangioli (Mar 03 2021 at 08:45):
these elements seems to be in the resource,:
image.png
Is any trivial error I'm not able to see :-) ?
Nick Freiter (Mar 03 2021 at 13:12):
What is the fhirVersion
that you are using in your sushi-config.yaml
file? I tried this example using FHIR 4.5.0, and although the Citation resource exists, it does not appear to have the name
or title
property. But, when I use the FHIR current version, the Citation resource does have those properties and SUSHI runs correctly. So to be clear, I'm finding that:
fhirVersion: 4.5.0
gives the errors you describe seeing, and
fhirVersion: current
builds correctly.
Giorgio Cangioli (Mar 03 2021 at 13:14):
Thanks Nick
Last updated: Apr 12 2022 at 19:14 UTC