Release 4

Codesystem-extra-activity-type.json

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code System ExtraActivityType

{
  "resourceType" : "CodeSystem",
  "id" : "extra-activity-type",
  "meta" : {
    "lastUpdated" : "2021-01-21T15:34:20.265+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "url" : "http://hl7.org/fhir/extra-activity-type",
  "version" : "4.0.1",
  "name" : "ExtraActivityType",
  "status" : "draft",
  "experimental" : true,
  "description" : "This value set includes coded concepts not well covered in any of the included valuesets.",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [{
    "code" : "aggregate",
    "display" : "aggregate",
    "definition" : "Activity resulting in a structured collection of preexisting content that does not necessarily result in an integral object with semantic context making it more than the sum of component parts, from which components could be disaggregated without loss of semantic context, e.g., the assembly of multiple stand-alone documents."
  },
  {
    "code" : "compose",
    "display" : "compose",
    "definition" : "Activity resulting in the structured compilation of new and preexisting content for the purposes of forming an integral object with  semantic context making it more than the sum of component parts, which would be lost if decomposed. For example, the composition of a document that includes in whole or part other documents along with new content that result in a new document that has unique semantic meaning."
  },
  {
    "code" : "label",
    "display" : "label",
    "definition" : "The means used to associate a set of security attributes with a specific information object as part of the data structure for that object. [ISO-10181-3 Access Control]"
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.