Stream: committers
Topic: howto add STU tag to dataelement element
Eric Haas (Aug 29 2019 at 04:09):
howto add STU tag to dataelement element - is there an example of this in the build?
Eric Haas (Sep 01 2019 at 16:50):
ping re this
Lloyd McKenzie (Sep 01 2019 at 17:11):
So you mean flagging a resource element as STU? Look at Observation.focus
Eric Haas (Sep 02 2019 at 14:56):
That is resource element. this is for attachment is it the same. cc ing @John Moehrke
John Moehrke (Sep 03 2019 at 12:18):
@Eric Haas I don't understand
Eric Haas (Sep 03 2019 at 15:33):
@John Moehrke trying to figure how to add STU tags to Attachment
John Moehrke (Sep 03 2019 at 15:34):
oh, that problem... how to get the FHIR Specification to show these new data elements as STU in the Attachment datatype that is otherwise Normative.
John Moehrke (Sep 03 2019 at 15:37):
so Observation.focus seems to be flagged with an additional column in the spreadsheet "Standards-Status". Is this supported in a DataType spreadsheet?
Lloyd McKenzie (Sep 03 2019 at 15:56):
Try. If it doesn't work, then we'll probably need to update the publisher code.
John Moehrke (Sep 03 2019 at 15:58):
trying .. but my build is failing early. Think terminology server is dead?
Lloyd McKenzie (Sep 03 2019 at 16:13):
tx.fhir.org/r4 seems to be responsive
John Moehrke (Sep 03 2019 at 16:15):
I get a NPE in terminology
[java] This was a Full Build 0.0 2sec 96MB
[java] java.lang.NullPointerException
[java] at org.hl7.fhir.r5.context.TerminologyCache.load(TerminologyCache.java:323)
[java] at org.hl7.fhir.r5.context.TerminologyCache.<init>(TerminologyCache.java:112)
[java] at org.hl7.fhir.r5.context.BaseWorkerContext.initTS(BaseWorkerContext.java:630)
[java] at org.hl7.fhir.tools.publisher.PageProcessor.setDefinitions(PageProcessor.java:9460)
[java] at org.hl7.fhir.tools.publisher.Publisher.initialize(Publisher.java:1765)
[java] at org.hl7.fhir.tools.publisher.Publisher.execute(Publisher.java:533)
[java] at org.hl7.fhir.tools.publisher.Publisher.main(Publisher.java:485)
[java] FHIR build failure @ Tue, Sep 3, 2019 11:13-0500 2.42 5sec 106MB
[java] Error: null
John Moehrke (Sep 03 2019 at 16:16):
I have not done a full build in a few weeks, has something changed in the environment needed?
Lloyd McKenzie (Sep 03 2019 at 17:17):
It's dying because the terminology cache folder name being passed in is null. Not sure why that's happening for you though...
John Moehrke (Sep 03 2019 at 17:41):
I killed my clone and pulled a fresh one. It appears to be building
John Moehrke (Sep 04 2019 at 12:48):
yes that worked. So, should I submit the update to Attachment to mark the 5 new elements as STU? Is there a CR already in the system? @Eric Haas
Eric Haas (Sep 04 2019 at 14:24):
Just use the existing one that mom votes on.
Eric Haas (Sep 04 2019 at 16:52):
thanks John
John Moehrke (Sep 04 2019 at 17:51):
done https://github.com/HL7/fhir/pull/665
Last updated: Apr 12 2022 at 19:14 UTC