FHIR IG analytics| Package | ca.on.oh-eforms |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-sdc-same-line.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.on.oh-eforms@1.0.0-ballot3&canonical=http://ontariohealth.ca/fhir/eforms/StructureDefinition/sdc-same-line |
| URL | http://ontariohealth.ca/fhir/eforms/StructureDefinition/sdc-same-line |
| Status | active |
| Name | SameLine |
| Title | Answer on Same Line |
| Realm | ca |
| Description | If true, requires that the answer be on the same line as the question. |
| Type | Extension |
| Kind | complex-type |
| StructureDefinition | |
| sdc-questionnaire | Ontario SDC Questionnaire profile |
No resources found
No extension usage examples found
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "sdc-same-line",
"url": "http://ontariohealth.ca/fhir/eforms/StructureDefinition/sdc-same-line",
"name": "SameLine",
"title": "Answer on Same Line",
"status": "active",
"description": "If true, requires that the answer be on the same line as the question.",
"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": "Answer on same line?",
"definition": "If true, requires that the answer be on the same line as the question.",
"max": "1"
},
{
"id": "Extension.extension",
"path": "Extension.extension",
"max": "0"
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://ontariohealth.ca/fhir/eforms/StructureDefinition/sdc-same-line"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"type": [
{
"code": "boolean"
}
]
}
]
}
}