We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apparently you can put FMM status on pages in an IG. If you try to do this, however, SUSHI crashes and prints out a usage statement.
To reproduce, add this in your sushi-config.yaml:
sushi-config.yaml
pages: index.md: title: Example Home extension: - url: http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status valueCode: trial-use - url: http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm valueInteger: 3
If you run SUSHI, it will crash. If you delete or comment out the extension parts, it runs fine.
Expected behavior: Generate an IG JSON with those extensions at ImplementationGuide.definition.page[0].extension.
ImplementationGuide.definition.page[0].extension
See: https://chat.fhir.org/#narrow/stream/215610-shorthand/topic/FMM.20and.20standards.20status/near/284475473
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Apparently you can put FMM status on pages in an IG. If you try to do this, however, SUSHI crashes and prints out a usage statement.
To reproduce, add this in your
sushi-config.yaml
:If you run SUSHI, it will crash. If you delete or comment out the extension parts, it runs fine.
Expected behavior: Generate an IG JSON with those extensions at
ImplementationGuide.definition.page[0].extension
.See: https://chat.fhir.org/#narrow/stream/215610-shorthand/topic/FMM.20and.20standards.20status/near/284475473
The text was updated successfully, but these errors were encountered: