Release 4

V3-DataOperation.cs.json

Vocabulary Work GroupMaturity Level: N/AStandards Status: Informative

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

**** MISSING DEFINITIONS ****

{
  "resourceType" : "CodeSystem",
  "id" : "v3-DataOperation",
  "meta" : {
    "lastUpdated" : "2018-08-12T00:00:00.000+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div>!-- Snipped for Brevity --></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "external"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 0
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/v3-DataOperation",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.5.1123"
  }],
  "version" : "2018-08-12",
  "name" : "v3.DataOperation",
  "title" : "v3 Code System DataOperation",
  "status" : "active",
  "experimental" : false,
  "date" : "2018-08-12T00:00:00+00:00",
  "publisher" : "HL7, Inc",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org"
    }]
  }],
  "description" : "**** MISSING DEFINITIONS ****",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/v3-DataOperation",
  "hierarchyMeaning" : "is-a",
  "content" : "complete",
  "concept" : [{
    "code" : "OPERATE",
    "display" : "operate",
    "definition" : "Description:Act on an object or objects.",
    "concept" : [{
      "code" : "CREATE",
      "display" : "create",
      "definition" : "Description:Fundamental operation in an Information System (IS) that results only in the act of bringing an object into existence. Note: The preceding definition is taken from the HL7 RBAC specification.  There is no restriction on how the operation is invoked, e.g., via a user interface. For an HL7 Act, the state transitions per the HL7 Reference Information Model."
    },
    {
      "code" : "DELETE",
      "display" : "delete",
      "definition" : "Description:Fundamental operation in an Information System (IS) that results only in the removal of information about an object from memory or storage. Note: The preceding definition is taken from the HL7 RBAC specification.  There is no restriction on how the operation is invoked, e.g., via a user interface."
    },
    {
      "code" : "EXECUTE",
      "display" : "execute",
      "definition" : "Description:Fundamental operation in an IS that results only in initiating performance of a single or set of programs (i.e., software objects). Note: The preceding definition is taken from the HL7 RBAC specification.  There is no restriction on how the operation is invoked, e.g., via a user interface."
    },
    {
      "code" : "READ",
      "display" : "read",
      "definition" : "Description:Fundamental operation in an Information System (IS) that results only in the flow of information about an object to a subject. Note: The preceding definition is taken from the HL7 RBAC specification.  There is no restriction on how the operation is invoked, e.g., via a user interface."
    },
    {
      "code" : "UPDATE",
      "display" : "revise",
      "definition" : "Definition:Fundamental operation in an Information System (IS) that results only in the revision or alteration of an object. Note: The preceding definition is taken from the HL7 RBAC specification. There is no restriction on how the operation is invoked, e.g., via a user interface.",
      "concept" : [{
        "code" : "APPEND",
        "display" : "append",
        "definition" : "Description:Fundamental operation in an Information System (IS) that results only in the addition of information to an object already in existence. Note: The preceding definition is taken from the HL7 RBAC specification.  There is no restriction on how the operation is invoked, e.g., via a user interface."
      },
      {
        "code" : "MODIFYSTATUS",
        "display" : "modify status",
        "definition" : "Description:Change the status of an object representing an Act.",
        "concept" : [{
          "code" : "ABORT",
          "display" : "abort",
          "definition" : "Description:Change the status of an object representing an Act to \"aborted\", i.e., terminated prior to the originally intended completion. For an HL7 Act, the state transitions per the HL7 Reference Information Model."
        },
        {
          "code" : "ACTIVATE",
          "display" : "activate",
          "definition" : "Description:Change the status of an object representing an Act to \"active\", i.e., so it can be performed or is being performed, for the first time. (Contrast with REACTIVATE.) For an HL7 Act, the state transitions per the HL7 Reference Information Model."
        },
        {
          "code" : "CANCEL",
          "display" : "cancel",
          "definition" : "Description:Change the status of an object representing an Act to \"cancelled\", i.e., abandoned before activation. For an HL7 Act, the state transitions per the HL7 Reference Information Model."
        },
        {
          "code" : "COMPLETE",
          "display" : "complete",
          "definition" : "Description:Change the status of an object representing an Act to \"completed\", i.e., terminated normally after all of its constituents have been performed. For an HL7 Act, the state transitions per the HL7 Reference Information Model."
        },
        {
          "code" : "HOLD",
          "display" : "hold",
          "definition" : "Description:Change the status of an object representing an Act to \"held\", i.e., put aside an Act that is still in preparatory stages.  No action can occur until the Act is released. For an HL7 Act, the state transitions per the HL7 Reference Information Model."
        },
        {
          "code" : "JUMP",
          "display" : "jump",
          "definition" : "Description:Change the status of an object representing an Act to a normal state. For an HL7 Act, the state transitions per the HL7 Reference Information Model."
        },
        {
          "code" : "NULLIFY",
          "display" : "nullify",
          "definition" : "Description:Change the status of an object representing an Act to \"nullified\", i.e., treat as though it never existed. For an HL7 Act, the state transitions per the HL7 Reference Information Model."
        },
        {
          "code" : "OBSOLETE",
          "display" : "obsolete",
          "definition" : "Description:Change the status of an object representing an Act to \"obsolete\" when it has been replaced by a new instance. For an HL7 Act, the state transitions per the HL7 Reference Information Model."
        },
        {
          "code" : "REACTIVATE",
          "display" : "reactivate",
          "definition" : "Description:Change the status of a formerly active object representing an Act to \"active\", i.e., so it can again be performed or is being performed. (Contrast with ACTIVATE.) For an HL7 Act, the state transitions per the HL7 Reference Information Model."
        },
        {
          "code" : "RELEASE",
          "display" : "release",
          "definition" : "Description:Change the status of an object representing an Act so it is no longer \"held\", i.e., allow action to occur. For an HL7 Act, the state transitions per the HL7 Reference Information Model."
        },
        {
          "code" : "RESUME",
          "display" : "resume",
          "definition" : "Description:Change the status of a suspended object representing an Act to \"active\", i.e., so it can be performed or is being performed. For an HL7 Act, the state transitions per the HL7 Reference Information Model."
        },
        {
          "code" : "SUSPEND",
          "display" : "suspend",
          "definition" : "Definition:Change the status of an object representing an Act to suspended, i.e., so it is temporarily not in service."
        }]
      }]
    }]
  }]
}

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.