http://terminology.hl7.org/CodeSystem/expansion-processing-rule|4.0.1

name
ExpansionProcessingRule
package
hl7.fhir.r4.examples@4.0.1
content
complete
status
draft
date
2019-10-31 22:29:23.0

ExpansionProcessingRule

Defines how concepts are processed into the expansion when it's for UI presentation.

{
  "description" : "Defines how concepts are processed into the expansion when it's for UI presentation.",
  "compose" : null,
  "package" : "hl7.fhir.r4.examples@4.0.1",
  "date" : "2019-10-31T22:29:23Z",
  "meta" : {
    "lastUpdated" : "2019-11-01T09:29:23.356+11:00"
  },
  "publisher" : "HL7 (FHIR Project)",
  "content" : "complete",
  "name" : "ExpansionProcessingRule",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "ExpansionProcessingRule",
  "supliment" : null,
  "status" : "draft",
  "id" : "1fc4ba6e-45bd-5bac-8435-b6ef7d8f657e",
  "valueSet" : "http://hl7.org/fhir/ValueSet/expansion-processing-rule",
  "url" : "http://terminology.hl7.org/CodeSystem/expansion-processing-rule",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.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" : "4.0.1",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org/fhir",
      "system" : "url"
    }, {
      "value" : "fhir@lists.hl7.org",
      "system" : "email"
    } ]
  } ]
}