| Package | nictiz.fhir.nl.stu3.questionnaires |
| Resource Type | CodeSystem |
| Id | questionnaire-enable-behavior |
| FHIR Version | R3 |
| Source | https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.questionnaires@2.0.8&canonical=http://hl7.org/fhir/questionnaire-enable-behavior |
| URL | http://hl7.org/fhir/questionnaire-enable-behavior |
| Version | 4.0.1 |
| Status | draft |
| Date | 2019-11-01T09:29:23+11:00 |
| Name | EnableWhenBehavior |
| Title | EnableWhenBehavior |
| Realm | nl |
| Authority | hl7 |
| Description | Controls how multiple enableWhen values are interpreted - whether all or any must be true. |
| Purpose | This CodeSystem has been copied from the FHIR R4 project because it is used by the back ported questionnaire-enableBehavior extension. |
| Content | complete |
| ValueSet | |
| questionnaire-enable-behavior | EnableWhenBehavior |
No resources found
No narrative content found in resource
{
"resourceType": "CodeSystem",
"id": "questionnaire-enable-behavior",
"meta": {
"lastUpdated": "2019-11-01T09:29:23.356+11:00"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 3
}
],
"url": "http://hl7.org/fhir/questionnaire-enable-behavior",
"identifier": {
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.4.1008"
},
"version": "4.0.1",
"name": "EnableWhenBehavior",
"title": "EnableWhenBehavior",
"status": "draft",
"experimental": false,
"date": "2019-11-01T09:29:23+11:00",
"publisher": "HL7 (FHIR Project)",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
},
{
"system": "email",
"value": "fhir@lists.hl7.org"
}
]
}
],
"description": "Controls how multiple enableWhen values are interpreted - whether all or any must be true.",
"purpose": "This CodeSystem has been copied from the FHIR R4 project because it is used by the back ported questionnaire-enableBehavior extension.",
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/questionnaire-enable-behavior",
"content": "complete",
"concept": [
{
"code": "all",
"display": "All",
"definition": "Enable the question when all the enableWhen criteria are satisfied."
},
{
"code": "any",
"display": "Any",
"definition": "Enable the question when any of the enableWhen criteria are satisfied."
}
]
}