Sha256: 781698be634f453c11ad309495bd7baa8bf8d5365f25b4df65372c6dd28d73ee
Contents?: true
Size: 1.69 KB
Versions: 3
Compression:
Stored size: 1.69 KB
Contents
{ "resourceType": "CodeSystem", "id": "questionnaire-enable-behavior", "meta": { "lastUpdated": "2018-12-27T22:37:54.724+11:00" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fhir" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" }, { "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.1.1008" } ], "version": "4.0.0", "name": "EnableWhenBehavior", "title": "EnableWhenBehavior", "status": "draft", "experimental": false, "date": "2018-12-27T22:37:54+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.", "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." } ] }
Version data entries
3 entries across 3 versions & 1 rubygems