{
"description": "Defines how concepts are processed into the expansion when it's for UI presentation.",
"_filename": "CodeSystem-expansion-processing-rule.json",
"package_name": "hl7.terminology.r4b",
"date": "2020-04-09T21:10:28+00:00",
"meta": {
"lastUpdated": "2020-04-10T07:10:28.568+10:00"
},
"publisher": "HL7 (FHIR Project)",
"content": "complete",
"name": "ExpansionProcessingRule",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": "ExpansionProcessingRule",
"package_version": "2.0.0",
"status": "draft",
"id": "c651e788-4d54-4414-bf43-70007ae9ecec",
"valueSet": "http://terminology.hl7.org/ValueSet/expansion-processing-rule",
"kind": null,
"url": "http://terminology.hl7.org/CodeSystem/expansion-processing-rule",
"identifier": [ {
"value": "urn:oid:2.16.840.1.113883.4.642.1.1281",
"system": "urn:ietf:rfc:3986"
} ],
"concept": [ {
"code": "all-codes",
"display": "All Codes",
"definition": "The expansion (when in UI mode) includes all codes *and* any defined groups (in extensions)."
}, {
"code": "ungrouped",
"display": "Groups + Ungrouped codes",
"definition": "The expanion (when in UI mode) lists the groups, and then any codes that have not been included in a group."
}, {
"code": "groups-only",
"display": "Groups Only",
"definition": "The expansion (when in UI mode) only includes the defined groups."
} ],
"caseSensitive": true,
"version": "0.1.0",
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "url"
}, {
"value": "fhir@lists.hl7.org",
"system": "email"
} ]
} ]
}