Package | hl7.fhir.uv.extensions |
Type | CodeSystem |
Id | choice-list-orientation |
FHIR Version | R5 |
Source | http://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-choice-list-orientation.html |
URL | http://hl7.org/fhir/choice-list-orientation |
Version | 5.3.0-ballot |
Status | active |
Date | 2025-07-25T17:39:07+00:00 |
Name | ChoiceListOrientation |
Title | choice list orientation code system |
Realm | uv |
Authority | hl7 |
Description | ChoiceListOrientation |
Content | complete |
ValueSet | |
choice-list-orientation | choice list orientation value set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem choice-list-orientation
Last updated: 2023-01-31 07:07:38+1100
Profile: Shareable CodeSystem
This case-sensitive code system http://hl7.org/fhir/choice-list-orientation
defines the following codes:
Code | Display | Definition |
horizontal | Horizontal | List choices along the horizontal axis. |
vertical | Vertical | List choices down the vertical axis. |
{ "resourceType": "CodeSystem", "id": "choice-list-orientation", "meta": { "lastUpdated": "2023-01-31T07:07:38.434+11:00", "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] }, "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "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": 2 } ], "url": "http://hl7.org/fhir/choice-list-orientation", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.1.1273" }, { "use": "old", "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.1.851" }, { "use": "old", "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.2.429" } ], "version": "5.3.0-ballot", "name": "ChoiceListOrientation", "title": "choice list orientation code system", "status": "active", "experimental": false, "date": "2025-07-25T17:39:07+00:00", "publisher": "HL7 International / FHIR Infrastructure", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/fiwg" } ] } ], "description": "ChoiceListOrientation", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "caseSensitive": true, "content": "complete", "concept": [ { "code": "horizontal", "display": "Horizontal", "definition": "List choices along the horizontal axis." }, { "code": "vertical", "display": "Vertical", "definition": "List choices down the vertical axis." } ] }