helsenorge/structor

ItemControl Summary

Closed this issue · 0 comments

Some forms have a summary group, that display some of the answers from the form. In the form, this is placed in the end. But in the pdf, they want this summary to be displayed in the top of the pdf.

This is currently used by adding the code below. Instead, in Skjemabyggeren, e.g. it could be a choice on the Group element. ("Sammendrag øverst i pdf") eller noe sånt...

"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/ValueSet/questionnaire-item-control",
"code": "summary"
}
]
}
}
],

image