Stream: IG creation
Topic: struggling with white space in description
Alex Goel (Mar 03 2022 at 15:42):
Hi all, I'm getting an error that says there's white space in the description of my IG. https://build.fhir.org/ig/HL7/ihe-sdc-ecc-on-fhir/branches/master/qa.html but I can't find the white space
],
"description": "Integrating the Healthcare Enterprise (IHE) Structured Data Capture (SDC) on FHIR uses a form-driven workflow to capture and transmit encoded data by creating FHIR Observations",
"packageId": "hl7.fhir.uv.ihesdconfhir",
"license": "CC0-1.0",
"fhirVersion": [
"4.0.1"
and here's the sushi-config.yaml
title: "IHE SDC/eCC on FHIR"
description: "Integrating the Healthcare Enterprise (IHE) Structured Data Capture (SDC) on FHIR uses a form-driven workflow to capture and transmit encoded data by creating FHIR Observations"
license: CC0-1.0
status: draft
version: 0.1.0
Anyone have any ideas where I'm going wrong?
John Moehrke (Mar 03 2022 at 15:48):
the description that has a trailing space has the description that starts line this and ends line this
'Example...report '
so, one of your Examples
David Pyke (Mar 03 2022 at 15:48):
can you push your changes up to the repository so we can see the code?
John Moehrke (Mar 03 2022 at 15:50):
it is your eCCDiagnosticReport
John Moehrke (Mar 03 2022 at 15:51):
Instance: eCCDiagnosticReport
InstanceOf: DiagnosticReport
Title: "eCC Diagnostic Report"
Description: "Example eCC Diagnostic report "
Usage: #**CDA Examples**
John Moehrke (Mar 03 2022 at 15:52):
the proper codeSystem for the IHE formatCodes is http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode
https://profiles.ihe.net/fhir/ihe.formatcode.fhir/index.html
Eric Haas (Mar 03 2022 at 15:54):
I get similar annoying errors when I convert from YAML. These libraries do this on purpose for either the block scalar or flow scalar formats. ( I forget which ). This warning is annoying especially since I edit primarily in YAML - while I think its is it important to trim most fields for the markdown field it is problematic.
Alex Goel (Mar 03 2022 at 16:03):
Thanks @John Moehrke ! fixed it
Alex Goel (Mar 03 2022 at 16:04):
John Moehrke said:
the proper codeSystem for the IHE formatCodes is
http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode
https://profiles.ihe.net/fhir/ihe.formatcode.fhir/index.html
Is this code system in the DocRef example?
Alex Goel (Mar 03 2022 at 16:04):
David Pyke said:
can you push your changes up to the repository so we can see the code?
The changes are in master, I'll pull them to main
John Moehrke (Mar 03 2022 at 16:43):
Alex Goel said:
John Moehrke said:
the proper codeSystem for the IHE formatCodes is
http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode
https://profiles.ihe.net/fhir/ihe.formatcode.fhir/index.html
Is this code system in the DocRef example?
well, that is a problem that the FHIR core has the wrong canonical URI. I have tried to get that fixed, but have not been successful.
John Moehrke (Mar 03 2022 at 16:48):
I have no idea where you are calling for this. i looked thru your sushi files and don't find a reference.
Last updated: Apr 12 2022 at 19:14 UTC