Stream: implementers
Topic: Using profiled datatypes within another profile
Jean Duteau (Jan 03 2017 at 07:07):
I have a profile on Coding that I want to use in a CodeableConcept profile. I have both profiles in one spreadsheet. In my CodeableConcept profile, I have the following for CodeableConcept.coding's Type: Coding{http://infoway-inforoute.ca/fhir/StructureDefinition/ca-coding}
Jean Duteau (Jan 03 2017 at 07:08):
I get the following error when running the IGPublishing tool:
[java] Caused by: java.lang.Exception: Unknown Resource Coding
[java] at org.hl7.fhir.igtools.spreadsheets.IgSpreadsheetParser.parseProfileSheet(IgSpreadsheetParser.java:275)
[java] at org.hl7.fhir.igtools.spreadsheets.IgSpreadsheetParser.parse(IgSpreadsheetParser.java:172)
[java] ... 5 more
Grahame Grieve (Jan 03 2017 at 20:10):
just committed a fix for this - wait for v10657 to build
Jean Duteau (Jan 03 2017 at 20:35):
thx.
Last updated: Apr 12 2022 at 19:14 UTC