FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| ca.on.oh-eforms#1.0.0-ballot5 | sdc-questionnaire | Ontario SDC Questionnaire profile |
Resources that this resource uses
| ValueSet |
| ca.on.oh-eforms#1.0.0-ballot5 | note-styles | Ontario Note Text Styles |
Examples of Use for Extension
No extension usage examples found
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "display-note-info",
"url": "http://ontariohealth.ca/fhir/eforms/StructureDefinition/display-note-info",
"name": "DisplayNoteInfo",
"title": "Display Note Info",
"status": "active",
"description": "Parameters that will determine how notes produced from this display item in the QuestionnaireResponse will be generated",
"fhirVersion": "4.0.1",
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "Questionnaire.item"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension",
"path": "Extension",
"short": "Question Note Info",
"definition": "Parameters that will determine how notes produced from this display item in the QuestionnaireResponse will be generated"
},
{
"id": "Extension.extension:enableWhenExpression",
"path": "Extension.extension",
"sliceName": "enableWhenExpression",
"short": "Conditions for displaying in note",
"definition": "Script content that controls whether this item should appear in the 'note' produced from the completed QuestionnaireResponse",
"min": 0,
"max": "1",
"mustSupport": true
},
{
"id": "Extension.extension:enableWhenExpression.extension",
"path": "Extension.extension.extension",
"max": "0"
},
{
"id": "Extension.extension:enableWhenExpression.url",
"path": "Extension.extension.url",
"fixedUri": "enableWhenExpression"
},
{
"id": "Extension.extension:enableWhenExpression.value[x]",
"path": "Extension.extension.value[x]",
"min": 1,
"type": [
{
"code": "Expression"
}
]
},
{
"id": "Extension.extension:sortIndex",
"path": "Extension.extension",
"sliceName": "sortIndex",
"short": "Order to appear in note",
"definition": "A sequence number indicating the relative order this item should be rendered within the containing item when creating the 'note' produced from the completed QuestionnaireResponse",
"min": 0,
"max": "1"
},
{
"id": "Extension.extension:sortIndex.extension",
"path": "Extension.extension.extension",
"max": "0"
},
{
"id": "Extension.extension:sortIndex.url",
"path": "Extension.extension.url",
"fixedUri": "sortIndex"
},
{
"id": "Extension.extension:sortIndex.value[x]",
"path": "Extension.extension.value[x]",
"min": 1,
"type": [
{
"code": "positiveInt"
}
]
},
{
"id": "Extension.extension:text",
"path": "Extension.extension",
"sliceName": "text",
"short": "Note item text",
"definition": "The text to display as the label for the item in the 'note' produced from the completed QuestionnaireResponse",
"comment": "The text MAY have a $ present in it. If so, the answer is substituted for the $. Otherwise, the answer will appear following the specified text.",
"min": 0,
"max": "1",
"mustSupport": true
},
{
"id": "Extension.extension:text.extension",
"path": "Extension.extension.extension",
"max": "0"
},
{
"id": "Extension.extension:text.url",
"path": "Extension.extension.url",
"fixedUri": "text"
},
{
"id": "Extension.extension:text.value[x]",
"path": "Extension.extension.value[x]",
"min": 1,
"type": [
{
"code": "string",
"profile": [
"http://ontariohealth.ca/fhir/eforms/StructureDefinition/translated-html-string"
]
}
]
},
{
"id": "Extension.extension:style",
"path": "Extension.extension",
"sliceName": "style",
"short": "Note item style",
"definition": "Style for this item when rendered in the 'note' produced from the completed QuestionnaireResponse",
"min": 0,
"max": "1",
"mustSupport": true
},
{
"id": "Extension.extension:style.extension",
"path": "Extension.extension.extension",
"max": "0"
},
{
"id": "Extension.extension:style.url",
"path": "Extension.extension.url",
"fixedUri": "style"
},
{
"id": "Extension.extension:style.value[x]",
"path": "Extension.extension.value[x]",
"min": 1,
"type": [
{
"code": "string"
}
],
"binding": {
"strength": "required",
"valueSet": "http://ontariohealth.ca/fhir/eforms/ValueSet/note-styles"
}
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://ontariohealth.ca/fhir/eforms/StructureDefinition/display-note-info"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"max": "0"
}
]
}
}