Package | hl7.fhir.uv.sdc.r4b |
Type | CodeSystem |
Id | collapsible |
FHIR Version | R4B |
Source | http://hl7.org/fhir/uv/sdc/http://hl7.org/fhir/uv/sdc/STU3/CodeSystem-collapsible.html |
URL | http://hl7.org/fhir/uv/sdc/CodeSystem/collapsible |
Version | 3.0.0 |
Status | draft |
Date | 2022-03-08T18:37:19+00:00 |
Name | CollapsibleCodes |
Title | Collapsible Codes |
Realm | uv |
Authority | hl7 |
Description | Defines mechanisms of displaying child items in collapsible form |
Content | complete |
ValueSet | |
collapsible | Questionnaire Item Collapsible |
collapsible | Questionnaire Item Collapsible |
No resources found
Note: links and images are rebased to the (stated) source
This code system http://hl7.org/fhir/uv/sdc/CodeSystem/collapsible defines the following codes:
{ "resourceType": "CodeSystem", "id": "collapsible", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "draft" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 0 } ], "url": "http://hl7.org/fhir/uv/sdc/CodeSystem/collapsible", "version": "3.0.0", "name": "CollapsibleCodes", "title": "Collapsible Codes", "status": "draft", "date": "2022-03-08T18:37:19+00:00", "publisher": "HL7 International - FHIR Infrastructure Work Group", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/Special/committees/fiwg" } ] } ], "description": "Defines mechanisms of displaying child items in collapsible form", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "caseSensitive": true, "content": "complete", "concept": [ { "code": "default-open", "display": "Default Open", "definition": "Indicates that the child items should be displayed in expanded form by default (all shown)" }, { "code": "default-closed", "display": "Default Closed", "definition": "Indicates that the child items should be displayed in collapsed form by default (all hidden)" } ] }