001package org.hl7.fhir.r4.model.codesystems; 002 003/* 004 Copyright (c) 2011+, HL7, Inc. 005 All rights reserved. 006 007 Redistribution and use in source and binary forms, with or without modification, 008 are permitted provided that the following conditions are met: 009 010 * Redistributions of source code must retain the above copyright notice, this 011 list of conditions and the following disclaimer. 012 * Redistributions in binary form must reproduce the above copyright notice, 013 this list of conditions and the following disclaimer in the documentation 014 and/or other materials provided with the distribution. 015 * Neither the name of HL7 nor the names of its contributors may be used to 016 endorse or promote products derived from this software without specific 017 prior written permission. 018 019 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 020 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 021 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 022 IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, 023 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 024 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 025 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 026 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 027 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 028 POSSIBILITY OF SUCH DAMAGE. 029 030*/ 031 032// Generated on Thu, Sep 13, 2018 09:04-0400 for FHIR v3.5.0 033 034 035import org.hl7.fhir.exceptions.FHIRException; 036 037public enum V3ActClass { 038 039 /** 040 * A record of something that is being done, has been done, can be done, or is intended or requested to be done. 041 042 043 Examples:The kinds of acts that are common in health care are (1) a clinical observation, (2) an assessment of health condition (such as problems and diagnoses), (3) healthcare goals, (4) treatment services (such as medication, surgery, physical and psychological therapy), (5) assisting, monitoring or attending, (6) training and education services to patients and their next of kin, (7) and notary services (such as advanced directives or living will), (8) editing and maintaining documents, and many others. 044 045 046 Discussion and Rationale: Acts are the pivot of the RIM; all domain information and processes are represented primarily in Acts. Any profession or business, including healthcare, is primarily constituted of intentional and occasionally non-intentional actions, performed and recorded by responsible actors. An Act-instance is a record of such an action. 047 048 Acts connect to Entities in their Roles through Participations and connect to other Acts through ActRelationships. Participations are the authors, performers and other responsible parties as well as subjects and beneficiaries (which includes tools and material used in the performance of the act, which are also subjects). The moodCode distinguishes between Acts that are meant as factual records, vs. records of intended or ordered services, and the other modalities in which act can appear. 049 050 One of the Participations that all acts have (at least implicitly) is a primary author, who is responsible of the Act and who "owns" the act. Responsibility for the act means responsibility for what is being stated in the Act and as what it is stated. Ownership of the act is assumed in the sense of who may operationally modify the same act. Ownership and responsibility of the Act is not the same as ownership or responsibility of what the Act-object refers to in the real world. The same real world activity can be described by two people, each being the author of their Act, describing the same real world activity. Yet one can be a witness while the other can be a principal performer. The performer has responsibilities for the physical actions; the witness only has responsibility for making a true statement to the best of his or her ability. The two Act-instances may even disagree, but because each is properly attributed to its author, such disagreements can exist side by side and left to arbitration by a recipient of these Act-instances. 051 052 In this sense, an Act-instance represents a "statement" according to Rector and Nowlan (1991) [Foundations for an electronic medical record. Methods Inf Med. 30.] Rector and Nowlan have emphasized the importance of understanding the medical record not as a collection of facts, but "a faithful record of what clinicians have heard, seen, thought, and done." Rector and Nowlan go on saying that "the other requirements for a medical record, e.g., that it be attributable and permanent, follow naturally from this view." Indeed the Act class is this attributable statement, and the rules of updating acts (discussed in the state-transition model, see Act.statusCode) versus generating new Act-instances are designed according to this principle of permanent attributable statements. 053 054 Rector and Nolan focus on the electronic medical record as a collection of statements, while attributed statements, these are still mostly factual statements. However, the Act class goes beyond this limitation to attributed factual statements, representing what is known as "speech-acts" in linguistics and philosophy. The notion of speech-act includes that there is pragmatic meaning in language utterances, aside from just factual statements; and that these utterances interact with the real world to change the state of affairs, even directly cause physical activities to happen. For example, an order is a speech act that (provided it is issued adequately) will cause the ordered action to be physically performed. The speech act theory has culminated in the seminal work by Austin (1962) [How to do things with words. Oxford University Press]. 055 056 An activity in the real world may progress from defined, through planned and ordered to executed, which is represented as the mood of the Act. Even though one might think of a single activity as progressing from planned to executed, this progression is reflected by multiple Act-instances, each having one and only one mood that will not change along the Act-instance life cycle. This is because the attribution and content of speech acts along this progression of an activity may be different, and it is often critical that a permanent and faithful record be maintained of this progression. The specification of orders or promises or plans must not be overwritten by the specification of what was actually done, so as to allow comparing actions with their earlier specifications. Act-instances that describe this progression of the same real world activity are linked through the ActRelationships (of the relationship category "sequel"). 057 058 Act as statements or speech-acts are the only representation of real world facts or processes in the HL7 RIM. The truth about the real world is constructed through a combination (and arbitration) of such attributed statements only, and there is no class in the RIM whose objects represent "objective state of affairs" or "real processes" independent from attributed statements. As such, there is no distinction between an activity and its documentation. Every Act includes both to varying degrees. For example, a factual statement made about recent (but past) activities, authored (and signed) by the performer of such activities, is commonly known as a procedure report or original documentation (e.g., surgical procedure report, clinic note etc.). Conversely, a status update on an activity that is presently in progress, authored by the performer (or a close observer) is considered to capture that activity (and is later superceded by a full procedure report). However, both status update and procedure report are acts of the same kind, only distinguished by mood and state (see statusCode) and completeness of the information. 059 */ 060 ACT, 061 /** 062 * Used to group a set of acts sharing a common context. Organizer structures can nest within other context structures - such as where a document is contained within a folder, or a folder is contained within an EHR extract. 063 */ 064 _ACTCLASSRECORDORGANIZER, 065 /** 066 * A context representing a grouped commitment of information to the EHR. It is considered the unit of modification of the record, the unit of transmission in record extracts, and the unit of attestation by authorizing clinicians. 067 068 A composition represents part of a patient record originating from a single interaction between an authenticator and the record. 069 070 Unless otherwise stated all statements within a composition have the same authenticator, apply to the same patient and were recorded in a single session of use of a single application. 071 072 A composition contains organizers and entries. 073 */ 074 COMPOSITION, 075 /** 076 * The notion of a document comes particularly from the paper world, where it corresponds to the contents recorded on discrete pieces of paper. In the electronic world, a document is a kind of composition that bears resemblance to their paper world counter-parts. Documents typically are meant to be human-readable. 077 078 HL7's notion of document differs from that described in the W3C XML Recommendation, in which a document refers specifically to the contents that fall between the root element's start-tag and end-tag. Not all XML documents are HL7 documents. 079 */ 080 DOC, 081 /** 082 * A clinical document is a documentation of clinical observations and services, with the following characteristics: 083 084 085 086 Persistence - A clinical document continues to exist in an unaltered state, for a time period defined by local and regulatory requirements; 087 088 089 090 Stewardship - A clinical document is maintained by a person or organization entrusted with its care; 091 092 093 094 Potential for authentication - A clinical document is an assemblage of information that is intended to be legally authenticated; 095 096 097 098 Wholeness - Authentication of a clinical document applies to the whole and does not apply to portions of the document without the full context of the document; 099 100 101 102 Human readability - A clinical document is human readable. 103 */ 104 DOCCLIN, 105 /** 106 * A clinical document that conforms to Level One of the HL7 Clinical Document Architecture (CDA) 107 */ 108 CDALVLONE, 109 /** 110 * Description: Container of clinical statements. Navigational. No semantic content. Knowledge of the section code is not required to interpret contained observations. Represents a heading in a heading structure, or "container tree". 111 112 The record entries relating to a single clinical session are usually grouped under headings that represent phases of the encounter, or assist with layout and navigation. Clinical headings usually reflect the clinical workflow during a care session, and might also reflect the main author's reasoning processes. Much research has demonstrated that headings are used differently by different professional groups and specialties, and that headings are not used consistently enough to support safe automatic processing of the E H R. 113 */ 114 CONTAINER, 115 /** 116 * A group of entries within a composition or topic that have a common characteristic - for example, Examination, Diagnosis, Management OR Subjective, Objective, Analysis, Plan. 117 118 The distinction from Topic relates to value sets. For Category there is a bounded list of things like "Examination", "Diagnosis" or SOAP categories. For Topic the list is wide open to any clinical condition or reason for a part of an encounter. 119 120 A CATEGORY MAY CONTAIN ENTRIES. 121 */ 122 CATEGORY, 123 /** 124 * A context that distinguishes the body of a document from the document header. This is seen, for instance, in HTML documents, which have discrete <head> and <body> elements. 125 */ 126 DOCBODY, 127 /** 128 * A context that subdivides the body of a document. Document sections are typically used for human navigation, to give a reader a clue as to the expected content. Document sections are used to organize and provide consistency to the contents of a document body. Document sections can contain document sections and can contain entries. 129 */ 130 DOCSECT, 131 /** 132 * A group of entries within a composition that are related to a common clinical theme - such as a specific disorder or problem, prevention, screening and provision of contraceptive services. 133 134 A topic may contain categories and entries. 135 */ 136 TOPIC, 137 /** 138 * This context represents the part of a patient record conveyed in a single communication. It is drawn from a providing system for the purposes of communication to a requesting process (which might be another repository, a client application or a middleware service such as an electronic guideline engine), and supporting the faithful inclusion of the communicated data in the receiving system. 139 140 An extract may be the entirety of the patient record as held by the sender or it may be a part of that record (e.g. changes since a specified date). 141 142 An extract contains folders or compositions. 143 144 An extract cannot contain another extract. 145 */ 146 EXTRACT, 147 /** 148 * A context that comprises all compositions. The EHR is an extract that includes the entire chart. 149 150 151 NOTE: In an exchange scenario, an EHR is a specialization of an extract. 152 */ 153 EHR, 154 /** 155 * A context representing the high-level organization of an extract e.g. to group parts of the record by episode, care team, clinical specialty, clinical condition, or source application. Internationally, this kind of organizing structure is used variably: in some centers and systems the folder is treated as an informal compartmentalization of the overall health record; in others it might represent a significant legal portion of the EHR relating to the originating enterprise or team. 156 157 A folder contains compositions. 158 159 Folders may be nested within folders. 160 */ 161 FOLDER, 162 /** 163 * Definition: An ACT that organizes a set of component acts into a semantic grouping that share a particular context such as timeframe, patient, etc. 164 165 166 UsageNotes: The focus in a GROUPER act is the grouping of the contained acts. For example "a request to group" (RQO), "a type of grouping that is allowed to occur" (DEF), etc. 167 168 Unlike WorkingList, which represents a dynamic, shared, continuously updated collection to provide a "view" of a set of objects, GROUPER collections tend to be static and simply indicate a shared set of semantics. Note that sharing of semantics can be achieved using ACT as well. However, with GROUPER, the sole semantic is of grouping. 169 */ 170 GROUPER, 171 /** 172 * Description:An ACT that organizes a set of component acts into a semantic grouping that have a shared subject. The subject may be either a subject participation (SBJ), subject act relationship (SUBJ), or child participation/act relationship types. 173 174 175 Discussion: The focus in a CLUSTER act is the grouping of the contained acts. For example "a request to cluster" (RQO), "a type of cluster that is allowed to occur" (DEF), etc. 176 177 178 Examples: 179 180 181 182 183 Radiologic investigations that might include administration of a dye, followed by radiographic observations; 184 185 186 187 "Isolate cluster" which includes all testing and specimen processing performed on a specific isolate; 188 189 190 191 a set of actions to perform at a particular stage in a clinical trial. 192 */ 193 CLUSTER, 194 /** 195 * An accommodation is a service provided for a Person or other LivingSubject in which a place is provided for the subject to reside for a period of time. Commonly used to track the provision of ward, private and semi-private accommodations for a patient. 196 */ 197 ACCM, 198 /** 199 * A financial account established to track the net result of financial acts. 200 */ 201 ACCT, 202 /** 203 * A unit of work, a grouper of work items as defined by the system performing that work. Typically some laboratory order fulfillers communicate references to accessions in their communications regarding laboratory orders. Often one or more specimens are related to an accession such that in some environments the accession number is taken as an identifier for a specimen (group). 204 */ 205 ACSN, 206 /** 207 * A transformation process where a requested invoice is transformed into an agreed invoice. Represents the adjudication processing of an invoice (claim). Adjudication results can be adjudicated as submitted, with adjustments or refused. 208 209 Adjudication results comprise 2 components: the adjudication processing results and a restated (or adjudicated) invoice or claim 210 */ 211 ADJUD, 212 /** 213 * An act representing a system action such as the change of state of another act or the initiation of a query. All control acts represent trigger events in the HL7 context. ControlActs may occur in different moods. 214 */ 215 CACT, 216 /** 217 * Sender asks addressee to do something depending on the focal Act of the payload. An example is "fulfill this order". Addressee has responsibilities to either reject the message or to act on it in an appropriate way (specified by the specific receiver responsibilities for the interaction). 218 */ 219 ACTN, 220 /** 221 * Sender sends payload to addressee as information. Addressee does not have responsibilities beyond serving addressee's own interest (i.e., read and memorize if you see fit). This is equivalent to an FYI on a memo. 222 */ 223 INFO, 224 /** 225 * Description: Sender transmits a status change pertaining to the focal act of the payload. This status of the focal act is the final state of the state transition. This can be either a request or an event, according to the mood of the control act. 226 */ 227 STC, 228 /** 229 * An agreement of obligation between two or more parties that is subject to contractual law and enforcement. 230 */ 231 CNTRCT, 232 /** 233 * A contract whose value is measured in monetary terms. 234 */ 235 FCNTRCT, 236 /** 237 * When used in the EVN mood, this concept means with respect to a covered party: 238 239 240 241 A health care insurance policy or plan that is contractually binding between two or more parties; or 242 243 244 245 A health care program, usually administered by government entities, that provides coverage to persons determined eligible under the terms of the program. 246 247 248 249 250 251 When used in the definition (DEF) mood, COV means potential coverage for a patient who may or may not be a covered party. 252 253 254 255 The concept's meaning is fully specified by the choice of ActCoverageTypeCode (abstract) ActProgramCode or ActInsurancePolicyCode. 256 */ 257 COV, 258 /** 259 * Definition: A worry that tends to persist over time and has as its subject a state or process. The subject of the worry has the potential to require intervention or management. 260 261 262 Examples: an observation result, procedure, substance administration, equipment repair status, device recall status, a health risk, a financial risk, public health risk, pregnancy, health maintenance, allergy, and acute or chronic illness. 263 */ 264 CONC, 265 /** 266 * A public health case is a Concern about an observation or event that has a specific significance for public health. The creation of a PublicHealthCase initiates the tracking of the object of concern. The decision to track is related to but somewhat independent of the underlying event or observation. 267 268 269 UsageNotes: Typically a Public Health Case involves an instance or instances of a reportable infectious disease or other condition. The public health case can include a health-related event concerning a single individual or it may refer to multiple health-related events that are occurrences of the same disease or condition of interest to public health. 270 271 A public health case definition (Act.moodCode = "definition") includes the description of the clinical, laboratory, and epidemiologic indicators associated with a disease or condition of interest to public health. There are case definitions for conditions that are reportable, as well as for those that are not. A public health case definition is a construct used by public health for the purpose of counting cases, and should not be used as clinical indications for treatment. Examples include AIDS, toxic-shock syndrome, and salmonellosis and their associated indicators that are used to define a case. 272 */ 273 HCASE, 274 /** 275 * An Outbreak is a concern resulting from a series of public health cases. 276 277 278 UsageNotes: The date on which an outbreak starts is the earliest date of onset among the cases assigned to the outbreak and its ending date is the last date of onset among the cases assigned to the outbreak. The effectiveTime attribute is used to convey the relevant dates for the case. An outbreak definition (Act.moodCode = "definition" includes the criteria for the number, types and occurrence pattern of cases necessary to declare an outbreak and to judge the severity of an outbreak. 279 */ 280 OUTBR, 281 /** 282 * The Consent class represents informed consents and all similar medico-legal transactions between the patient (or his legal guardian) and the provider. Examples are informed consent for surgical procedures, informed consent for clinical trials, advanced beneficiary notice, against medical advice decline from service, release of information agreement, etc. 283 284 The details of consents vary. Often an institution has a number of different consent forms for various purposes, including reminding the physician about the topics to mention. Such forms also include patient education material. In electronic medical record communication, consents thus are information-generating acts on their own and need to be managed similar to medical activities. Thus, Consent is modeled as a special class of Act. 285 286 The "signatures" to the consent document are represented electronically through Participation instances to the consent object. Typically an informed consent has Participation.typeCode of "performer", the healthcare provider informing the patient, and "consenter", the patient or legal guardian. Some consent may associate a witness or a notary public (e.g., living wills, advanced directives). In consents where a healthcare provider is not required (e.g. living will), the performer may be the patient himself or a notary public. 287 288 Some consent has a minimum required delay between the consent and the service, so as to allow the patient to rethink his decisions. This minimum delay can be expressed in the act definition by the ActRelationship.pauseQuantity attribute that delays the service until the pause time has elapsed after the consent has been completed. 289 */ 290 CONS, 291 /** 292 * An Act where a container is registered either via an automated sensor, such as a barcode reader, or by manual receipt 293 */ 294 CONTREG, 295 /** 296 * An identified point during a clinical trial at which one or more actions are scheduled to be performed (definition mood), or are actually performed (event mood). The actions may or may not involve an encounter between the subject and a healthcare professional. 297 */ 298 CTTEVENT, 299 /** 300 * An action taken with respect to a subject Entity by a regulatory or authoritative body with supervisory capacity over that entity. The action is taken in response to behavior by the subject Entity that body finds to be undesirable. 301 302 Suspension, license restrictions, monetary fine, letter of reprimand, mandated training, mandated supervision, etc.Examples: 303 */ 304 DISPACT, 305 /** 306 * An interaction between entities that provides opportunity for transmission of a physical, chemical, or biological agent from an exposure source entity to an exposure target entity. 307 308 309 Examples: The following examples are provided to indicate what interactions are considered exposures rather than other types of Acts: 310 311 312 313 A patient accidentally receives three times the recommended dose of their medication due to a dosing error. 314 315 316 317 This is a substance administration. Public health and/or safety authorities may also be interested in documenting this with an associated exposure. 318 319 320 321 322 323 A patient accidentally is dispensed an incorrect medicine (e.g., clomiphene instead of clomipramine). They have taken several doses before the mistake is detected. They are therefore "exposed" to a medicine that there was no therapeutic indication for them to receive. 324 325 326 327 There are several substance administrations in this example. Public health and/or safety authorities may also be interested in documenting this with associated exposures. 328 329 330 331 332 333 In a busy medical ward, a patient is receiving chemotherapy for a lymphoma. Unfortunately, the IV infusion bag containing the medicine splits, spraying cytotoxic medication over the patient being treated and the patient in the adjacent bed. 334 335 336 337 There are three substance administrations in this example. The first is the intended one (IV infusion) with its associated (implicit) exposure. There is an incident with an associated substance administration to the same patient involving the medication sprayed over the patient as well as an associated exposure. Additionally, the incident includes a substance administration involving the spraying of medication on the adjacent patient, also with an associated exposure. 338 339 340 341 342 343 A patient who is a refugee from a war-torn African nation arrives in a busy inner city A&E department suffering from a cough with bloody sputum. Not understanding the registration and triage process, they sit in the waiting room for several hours before it is noticed that they have not booked in. As soon as they are being processed, it is suspected that they are suffering from TB. Vulnerable (immunosuppressed) patients who were sharing the waiting room with this patient may have been exposed to the tubercule bacillus, and must be traced for investigation. 344 345 346 347 This is an exposure (or possibly multiple exposures) in the waiting room involving the refugee and everyone else in the waiting room during the period. There might also be a number of known or presumed substance administrations (coughing) via several possible routes. The substance administrations are only hypotheses until confirmed by further testing. 348 349 350 351 352 353 A patient who has received an elective total hip replacement procedure suffers a prolonged stay in hospital, due to contracting an MRSA infection in the surgical wound site after the surgery. 354 355 356 357 This is an exposure to MRSA. Although there was some sort of substance administration, it's possible the exact mechanism for introduction of the MRSA into the wound will not be identified. 358 359 360 361 362 363 Routine maintenance of the X-ray machines at a local hospital reveals a serious breach of the shielding on one of the machines. Patients who have undergone investigations using that machine in the last month are likely to have been exposed to significantly higher doses of X-rays than was intended, and must be tracked for possible adverse effects. 364 365 366 367 There has been an exposure of each patient who used the machine in the past 30 days. Some patients may have had substance administrations. 368 369 370 371 372 373 A new member of staff is employed in the laundry processing room of a small cottage hospital, and a misreading of the instructions for adding detergents results in fifty times the usual concentration of cleaning materials being added to a batch of hospital bedding. As a result, several patients have been exposed to very high levels of detergents still present in the "clean" bedding, and have experienced dermatological reactions to this. 374 375 376 377 There has been an incident with multiple exposures to several patients. Although there are substance administrations involving the application of the detergent to the skin of the patients, it is expected that the substance administrations would not be directly documented. 378 379 380 381 382 383 Seven patients who are residents in a health care facility for the elderly mentally ill have developed respiratory problems. After several months of various tests having been performed and various medications prescribed to these patients, the problem is traced to their being "sensitive" to a new fungicide used in the wall plaster of the ward where these patients reside. 384 385 386 387 The patients have been continuously exposed to the fungicide. Although there have been continuous substance administrations (via breathing) this would not normally be documented as a substance administration. 388 389 390 391 392 393 A patient with osteoarthritis of the knees is treated symptomatically using analgesia, paracetamol (acetaminophen) 1g up to four times a day for pain relief. His GP does not realize that the patient has, 20 years previously (while at college) had severe alcohol addiction problems, and now, although this is completely under control, his liver has suffered significantly, leaving him more sensitive to hepatic toxicity from paracetamol use. Later that year, the patient returns with a noticeable level of jaundice. Paracetamol is immediately withdrawn and alternative solutions for the knee pain are sought. The jaundice gradually subsides with conservative management, but referral to the gastroenterologist is required for advice and monitoring. 394 395 396 397 There is a substance administration with an associated exposure. The exposure component is based on the relative toxic level of the substance to a patient with a compromised liver function. 398 399 400 401 402 403 A patient goes to their GP complaining of abdominal pain, having been discharged from the local hospital ten days' previously after an emergency appendectomy. The GP can find nothing particularly amiss, and presumes it is post operative surgical pain that will resolve. The patient returns a fortnight later, when the GP prescribes further analgesia, but does decide to request an outpatient surgical follow-up appointment. At this post-surgical outpatient review, the registrar decides to order an ultrasound, which, when performed three weeks later, shows a small faint inexplicable mass. A laparoscopy is then performed, as a day case procedure, and a piece of a surgical swab is removed from the patient's abdominal cavity. Thankfully, a full recovery then takes place. 404 405 406 407 This is a procedural sequelae. There may be an Incident recorded for this also. 408 409 410 411 412 413 A patient is slightly late for a regular pacemaker battery check in the Cardiology department of the local hospital. They are hurrying down the second floor corridor. A sudden summer squall has recently passed over the area, and rain has come in through an open corridor window leaving a small puddle on the corridor floor. In their haste, the patient slips in the puddle and falls so badly that they have to be taken to the A&E department, where it is discovered on investigation they have slightly torn the cruciate ligament in their left knee. 414 415 416 417 This is not an exposure. There has been an incident. 418 419 420 421 422 423 424 Usage Notes: This class deals only with opportunity and not the outcome of the exposure; i.e. not all exposed parties will necessarily experience actual harm or benefit. 425 426 Exposure differs from Substance Administration by the absence of the participation of a performer in the act. 427 428 The following participations SHOULD be used with the following participations to distinguish the specific entities: 429 430 431 432 The exposed entity participates via the "exposure target" (EXPTRGT) participation. 433 434 435 436 An entity that has carried the agent transmitted in the exposure participates via the "exposure source" (EXSRC) participation. For example: 437 438 439 440 a person or animal who carried an infectious disease and interacts (EXSRC) with another person or animal (EXPTRGT) transmitting the disease agent; 441 442 443 444 a place or other environment (EXSRC) and a person or animal (EXPTRGT) who is exposed in the presence of this environment. 445 446 447 448 449 450 When it is unknown whether a participating entity is the source of the agent (EXSRC) or the target of the transmission (EXPTRGT), the "exposure participant" (EXPART) is used. 451 452 453 454 The physical (including energy), chemical or biological substance which is participating in the exposure uses the "exposure agent" (EXPAGNT) participation. There are at least three scenarios: 455 456 457 458 the player of the Role that participates as EXPAGNT is the chemical or biological substance mixed or carried by the scoper-entity of the Role (e.g., ingredient role); or 459 460 461 462 the player of the Role that participates as EXPAGNT is a mixture known to contain the chemical, radiological or biological substance of interest; or 463 464 465 466 the player of the Role that participates as a EXPAGNT is known to carry the agent (i.e., the player is a fomite, vector, etc.). 467 468 469 470 471 472 The Exposure.statusCode attribute should be interpreted as the state of the Exposure business object (e.g., active, aborted, completed) and not the clinical status of the exposure (e.g., probable, confirmed). The clinical status of the exposure should be associated with the exposure via a subject observation. 473 474 475 Design Comment: The usage notes require a clear criterion for determining whether an act is an exposure or substance administration-deleterious potential, uncertainty of actual transmission, or otherwise. SBADM states that the criterion is the presence of a performer-but there are examples above that call this criterion into question (e.g., the first one, concerning a dosing error). 476 */ 477 EXPOS, 478 /** 479 * Description: 480 481 482 An acquisition exposure act describes the proximity (location and time) through which the participating entity was potentially exposed to a physical (including energy), chemical or biological agent from another entity. The acquisition exposure act is used in conjunction with transmission exposure acts as part of an analysis technique for contact tracing. Although an exposure can be decomposed into transmission and acquisition exposures, there is no requirement that all exposures be treated in this fashion. 483 484 485 Constraints: The Acquisition Exposure inherits the participation constraints that apply to Exposure with the following exception. The EXPSRC (exposure source) participation must never be associated with the Transmission Exposure either directly or via context conduction. 486 */ 487 AEXPOS, 488 /** 489 * Description: 490 491 492 A transmission exposure act describes the proximity (time and location) over which the participating source entity was capable of transmitting a physical (including energy), chemical or biological substance agent to another entity. The transmission exposure act is used in conjunction with acquisition exposure acts as part of an analysis technique for contact tracing. Although an exposure can be decomposed into transmission and acquisition exposures, there is no requirement that all exposures be treated in this fashion. 493 494 495 Constraints: The Transmission Exposure inherits the participation constraints that apply to Exposure with the following exception. The EXPTRGT (exposure target) participation must never be associated with the Transmission Exposure either directly or via context conduction. 496 */ 497 TEXPOS, 498 /** 499 * An event that occurred outside of the control of one or more of the parties involved. Includes the concept of an accident. 500 */ 501 INC, 502 /** 503 * The act of transmitting information and understanding about a topic to a subject where the participation association must be SBJ. 504 505 506 Discussion: This act may be used to request that a patient or provider be informed about an Act, or to indicate that a person was informed about a particular act. 507 */ 508 INFRM, 509 /** 510 * Represents concepts related to invoice processing in health care 511 */ 512 INVE, 513 /** 514 * Working list collects a dynamic list of individual instances of Act via ActRelationship which reflects the need of an individual worker, team of workers, or an organization to manage lists of acts for many different clinical and administrative reasons. Examples of working lists include problem lists, goal lists, allergy lists, and to-do lists. 515 */ 516 LIST, 517 /** 518 * An officially or unofficially instituted program to track acts of a particular type or categorization. 519 */ 520 MPROT, 521 /** 522 * Description:An act that is intended to result in new information about a subject. The main difference between Observations and other Acts is that Observations have a value attribute. The code attribute of Observation and the value attribute of Observation must be considered in combination to determine the semantics of the observation. 523 524 525 Discussion: 526 527 528 Structurally, many observations are name-value-pairs, where the Observation.code (inherited from Act) is the name and the Observation.value is the value of the property. Such a construct is also known as a variable (a named feature that can assume a value) hence, the Observation class is always used to hold generic name-value-pairs or variables, even though the variable valuation may not be the result of an elaborate observation method. It may be a simple answer to a question or it may be an assertion or setting of a parameter. 529 530 As with all Act statements, Observation statements describe what was done, and in the case of Observations, this includes a description of what was actually observed (results or answers); and those results or answers are part of the observation and not split off into other objects. 531 532 The method of action is asserted by the Observation classCode or its subclasses at the least granular level, by the Observation.code attribute value at the medium level of granularity, and by the attribute value of observation.methodCode when a finer level of granularity is required. The method in whole or in part may also appear in the attribute value of Observation.value when using coded data types to express the value of the attribute. Relevant aspects of methodology may also be restated in value when the results themselves imply or state a methodology. 533 534 An observation may consist of component observations each having their own Observation.code and Observation.value. In this case, the composite observation may not have an Observation.value for itself. For instance, a white blood cell count consists of the sub-observations for the counts of the various granulocytes, lymphocytes and other normal or abnormal blood cells (e.g., blasts). The overall white blood cell count Observation itself may therefore not have a value by itself (even though it could have one, e.g., the sum total of white blood cells). Thus, as long as an Act is essentially an Act of recognizing and noting information about a subject, it is an Observation, regardless of whether it has a simple value by itself or whether it has sub-observations. 535 536 Even though observations are professional acts (see Act) and as such are intentional actions, this does not require that every possible outcome of an observation be pondered in advance of it being actually made. For instance, differential white blood cell counts (WBC) rarely show blasts, but if they do, this is part of the WBC observation even though blasts might not be predefined in the structure of a normal WBC. 537 538 Clinical documents commonly have Subjective and Objective findings, both of which are kinds of Observations. In addition, clinical documents commonly contain Assessments, which are also kinds of Observations. Thus, the establishment of a diagnosis is an Observation. 539 540 541 Examples: 542 543 544 545 546 Recording the results of a Family History Assessment 547 548 549 550 Laboratory test and associated result 551 552 553 554 Physical exam test and associated result 555 556 557 558 Device temperature 559 560 561 562 Soil lead level 563 */ 564 OBS, 565 /** 566 * Regions of Interest (ROI) within a subject Act. Primarily used for making secondary observations on a subset of a subject observation. The relationship between a ROI and its referenced Act is specified through an ActRelationship of type "subject" (SUBJ), which must always be present. 567 */ 568 _ACTCLASSROI, 569 /** 570 * A Region of Interest (ROI) specified for a multidimensional observation, such as an Observation Series (OBSSER). The ROI is specified using a set of observation criteria, each delineating the boundary of the region in one of the dimensions in the multidimensional observation. The relationship between a ROI and its referenced Act is specified through an ActRelationship of type subject (SUBJ), which must always be present. Each of the boundary criteria observations is connected with the ROI using ActRelationships of type "has component" (COMP). In each boundary criterion, the Act.code names the dimension and the Observation.value specifies the range of values inside the region. Typically the bounded dimension is continuous, and so the Observation.value will be an interval (IVL) data type. The Observation.value need not be specified if the respective dimension is only named but not constrained. For example, an ROI for the QT interval of a certain beat in ECG Lead II would contain 2 boundary criteria, one naming the interval in time (constrained), and the other naming the interval in ECG Lead II (only named, but not constrained). 571 */ 572 ROIBND, 573 /** 574 * A Region of Interest (ROI) specified for an image using an overlay shape. Typically used to make reference to specific regions in images, e.g., to specify the location of a radiologic finding in an image or to specify the site of a physical finding by "circling" a region in a schematic picture of a human body. The units of the coordinate values are in pixels. The origin is in the upper left hand corner, with positive X values going to the right and positive Y values going down. The relationship between a ROI and its referenced Act is specified through an ActRelationship of type "subject" (SUBJ), which must always be present. 575 */ 576 ROIOVL, 577 /** 578 * The spatial relationship of a subject whether human, other animal, or plant, to a frame of reference such as gravity or a collection device. 579 */ 580 _SUBJECTPHYSICALPOSITION, 581 /** 582 * Contains codes for defining the observed, physical position of a subject, such as during an observation, assessment, collection of a specimen, etc. ECG waveforms and vital signs, such as blood pressure, are two examples where a general, observed position typically needs to be noted. 583 584 585 586 Deprecation Comment: 587 This concept has been deprecated because it does not describe a type of Act (as it should in the ActClass code system), but rather encodes the result or value of an observation. The same code has been added to the ObservationValue code system. 588 */ 589 _SUBJECTBODYPOSITION, 590 /** 591 * Lying on the left side. 592 593 594 595 Deprecation Comment: 596 This concept has been deprecated because it does not describe a type of Act (as it should in the ActClass code system), but rather encodes the result or value of an observation. The same code has been added to the ObservationValue code system. 597 */ 598 LLD, 599 /** 600 * Lying with the front or ventral surface downward; lying face down. 601 602 603 604 Deprecation Comment: 605 This concept has been deprecated because it does not describe a type of Act (as it should in the ActClass code system), but rather encodes the result or value of an observation. The same code has been added to the ObservationValue code system. 606 */ 607 PRN, 608 /** 609 * Lying on the right side. 610 611 612 613 Deprecation Comment: 614 This concept has been deprecated because it does not describe a type of Act (as it should in the ActClass code system), but rather encodes the result or value of an observation. The same code has been added to the ObservationValue code system. 615 */ 616 RLD, 617 /** 618 * A semi-sitting position in bed with the head of the bed elevated approximately 45 degrees. 619 620 621 622 Deprecation Comment: 623 This concept has been deprecated because it does not describe a type of Act (as it should in the ActClass code system), but rather encodes the result or value of an observation. The same code has been added to the ObservationValue code system. 624 */ 625 SFWL, 626 /** 627 * Resting the body on the buttocks, typically with upper torso erect or semi erect. 628 629 630 631 Deprecation Comment: 632 This concept has been deprecated because it does not describe a type of Act (as it should in the ActClass code system), but rather encodes the result or value of an observation. The same code has been added to the ObservationValue code system. 633 */ 634 SIT, 635 /** 636 * To be stationary, upright, vertical, on one's legs. 637 638 639 640 Deprecation Comment: 641 This concept has been deprecated because it does not describe a type of Act (as it should in the ActClass code system), but rather encodes the result or value of an observation. The same code has been added to the ObservationValue code system. 642 */ 643 STN, 644 /** 645 * Deprecation Comment: 646 This concept has been deprecated because it does not describe a type of Act (as it should in the ActClass code system), but rather encodes the result or value of an observation. The same code has been added to the ObservationValue code system. 647 */ 648 SUP, 649 /** 650 * Lying on the back, on an inclined plane, typically about 30-45 degrees with head raised and feet lowered. 651 652 653 654 Deprecation Comment: 655 This concept has been deprecated because it does not describe a type of Act (as it should in the ActClass code system), but rather encodes the result or value of an observation. The same code has been added to the ObservationValue code system. 656 */ 657 RTRD, 658 /** 659 * Lying on the back, on an inclined plane, typically about 30-45 degrees, with head lowered and feet raised. 660 661 662 663 Deprecation Comment: 664 This concept has been deprecated because it does not describe a type of Act (as it should in the ActClass code system), but rather encodes the result or value of an observation. The same code has been added to the ObservationValue code system. 665 */ 666 TRD, 667 /** 668 * An observation identifying a potential adverse outcome as a result of an Act or combination of Acts. 669 670 671 Examples: Detection of a drug-drug interaction; Identification of a late-submission for an invoice; Requesting discharge for a patient who does not meet hospital-defined discharge criteria. 672 673 674 Discussion: This class is commonly used for identifying 'business rule' or 'process' problems that may result in a refusal to carry out a particular request. In some circumstances it may be possible to 'bypass' a problem by modifying the request to acknowledge the issue and/or by providing some form of mitigation. 675 676 677 Constraints: the Act or Acts that may cause the the adverse outcome are the target of a subject ActRelationship. The subbtypes of this concept indicate the type of problem being detected (e.g. drug-drug interaction) while the Observation.value is used to repesent a specific problem code (e.g. specific drug-drug interaction id). 678 */ 679 ALRT, 680 /** 681 * Definition: An observation that is composed of a set of observations. These observations typically have a logical or practical grouping for generally accepted clinical or functional purposes, such as observations that are run together because of automation. A battery can define required and optional component observations and, in some cases, will define complex rules that determine whether or not a particular observation is made. BATTERY is a constraint on the Observation class in that it is understood to always be composed of component observations. 682 683 684 UsageNotes: The focus in a BATTERY is that it is composed of individual observations. In request (RQO) mood, a battery is a request to perform the component observations. In event (EVN) mood a battery is a reporting of associated set of observation events. In definition mood a battery is the definition of the associated set of observations. 685 686 687 Examples: Vital signs, Full blood count, Chemistry panel. 688 */ 689 BATTERY, 690 /** 691 * The set of actions that define an experiment to assess the effectiveness and/or safety of a biopharmaceutical product (food, drug, device, etc.). In definition mood, this set of actions is often embodied in a clinical trial protocol; in event mood, this designates the aggregate act of applying the actions to one or more subjects. 692 */ 693 CLNTRL, 694 /** 695 * An instance of Observation of a Condition at a point in time that includes any Observations or Procedures associated with that Condition as well as links to previous instances of Condition Node for the same Condition 696 697 698 699 Deprecation Comment: 700 This concept has been deprecated because an alternative structure for tracking the evolution of a problem has been presented and adopted by the Care Provision Work Group. 701 */ 702 CNOD, 703 /** 704 * An observable finding or state that persists over time and tends to require intervention or management, and, therefore, distinguished from an Observation made at a point in time; may exist before an Observation of the Condition is made or after interventions to manage the Condition are undertaken. Examples: equipment repair status, device recall status, a health risk, a financial risk, public health risk, pregnancy, health maintenance, chronic illness 705 */ 706 COND, 707 /** 708 * A public health case is an Observation representing a condition or event that has a specific significance for public health. Typically it involves an instance or instances of a reportable infectious disease or other condition. The public health case can include a health-related event concerning a single individual or it may refer to multiple health-related events that are occurrences of the same disease or condition of interest to public health. An outbreak involving multiple individuals may be considered as a type of public health case. A public health case definition (Act.moodCode = "definition") includes the description of the clinical, laboratory, and epidemiologic indicators associated with a disease or condition of interest to public health. There are case definitions for conditions that are reportable, as well as for those that are not. There are also case definitions for outbreaks. A public health case definition is a construct used by public health for the purpose of counting cases, and should not be used as clinical indications for treatment. Examples include AIDS, toxic-shock syndrome, and salmonellosis and their associated indicators that are used to define a case. 709 */ 710 CASE, 711 /** 712 * An outbreak represents a series of public health cases. The date on which an outbreak starts is the earliest date of onset among the cases assigned to the outbreak, and its ending date is the last date of onset among the cases assigned to the outbreak. 713 */ 714 OUTB, 715 /** 716 * Class for holding attributes unique to diagnostic images. 717 */ 718 DGIMG, 719 /** 720 * Description:An observation of genomic phenomena. 721 */ 722 GEN, 723 /** 724 * Description:A determinant peptide in a polypeptide as described by polypeptide. 725 */ 726 DETPOL, 727 /** 728 * Description:An expression level of genes/proteins or other expressed genomic entities. 729 */ 730 EXP, 731 /** 732 * Description:The position of a gene (or other significant sequence) on the genome. 733 */ 734 LOC, 735 /** 736 * Description:A genomic phenomenon that is expressed externally in the organism. 737 */ 738 PHN, 739 /** 740 * Description:A polypeptide resulting from the translation of a gene. 741 */ 742 POL, 743 /** 744 * Description:A sequence of biomolecule like the DNA, RNA, protein and the like. 745 */ 746 SEQ, 747 /** 748 * Description:A variation in a sequence as described by BioSequence. 749 */ 750 SEQVAR, 751 /** 752 * An formalized inquiry into the circumstances surrounding a particular unplanned event or potential event for the purposes of identifying possible causes and contributing factors for the event. This investigation could be conducted at a local institutional level or at the level of a local or national government. 753 */ 754 INVSTG, 755 /** 756 * Container for Correlated Observation Sequences sharing a common frame of reference. All Observations of the same cd must be comparable and relative to the common frame of reference. For example, a 3-channel ECG device records a 12-lead ECG in 4 steps (3 leads at a time). Each of the separate 3-channel recordings would be in their own "OBSCOR". And, all 4 OBSCOR would be contained in one OBSSER because all the times are relative to the same origin (beginning of the recording) and all the ECG signals were from a fixed set of electrodes. 757 */ 758 OBSSER, 759 /** 760 * Container for Observation Sequences (Observations whose values are contained in LIST<>'s) having values correlated with each other. Each contained Observation Sequence LIST<> must be the same length. Values in the LIST<>'s are correlated based on index. E.g. the values in position 2 in all the LIST<>'s are correlated. This is analogous to a table where each column is an Observation Sequence with a LIST<> of values, and each row in the table is a correlation between the columns. For example, a 12-lead ECG would contain 13 sequences: one sequence for time, and a sequence for each of the 12 leads. 761 */ 762 OBSCOR, 763 /** 764 * An observation denoting the physical location of a person or thing based on a reference coordinate system. 765 */ 766 POS, 767 /** 768 * Description:An observation representing the degree to which the assignment of the spatial coordinates, based on a matching algorithm by a geocoding engine against a reference spatial database, matches true or accepted values. 769 */ 770 POSACC, 771 /** 772 * Description:An observation representing one of a set of numerical values used to determine the position of a place. The name of the coordinate value is determined by the reference coordinate system. 773 */ 774 POSCOORD, 775 /** 776 * An observation on a specimen in a laboratory environment that may affect processing, analysis or result interpretation 777 */ 778 SPCOBS, 779 /** 780 * An act which describes the process whereby a 'verifying party' validates either the existence of the Role attested to by some Credential or the actual Vetting act and its details. 781 */ 782 VERIF, 783 /** 784 * An Act that of taking on whole or partial responsibility for, or attention to, safety and well-being of a subject of care. 785 786 787 Discussion: A care provision event may exist without any other care actions taking place. For example, when a patient is assigned to the care of a particular health professional. 788 789 In request (RQO) mood care provision communicates a referral, which is a request: 790 791 792 793 from one party (linked as a participant of type author (AUT)), 794 795 796 797 to another party (linked as a participant of type performer (PRF), 798 799 800 801 to take responsibility for a scope specified by the code attribute, 802 803 804 805 for an entity (linked as a participant of type subject (SBJ)). 806 807 808 809 The scope of the care for which responsibility is taken is identified by code attribute. 810 811 In event (EVN) mood care provision indicates the effective time interval of a specified scope of responsibility by a performer (PRF) or set of performers (PRF) for a subject (SBJ). 812 813 814 Examples: 815 816 817 818 819 Referral from GP to a specialist. 820 821 822 823 Assignment of a patient or group of patients to the case list of a health professional. 824 825 826 827 Assignment of inpatients to the care of particular nurses for a working shift. 828 */ 829 PCPR, 830 /** 831 * An interaction between a patient and healthcare participant(s) for the purpose of providing patient service(s) or assessing the health status of a patient. For example, outpatient visit to multiple departments, home health support (including physical therapy), inpatient hospital stay, emergency room visit, field visit (e.g., traffic accident), office visit, occupational therapy, telephone call. 832 */ 833 ENC, 834 /** 835 * Description:A mandate, regulation, obligation, requirement, rule, or expectation unilaterally imposed by one party on: 836 837 838 839 The activity of another party 840 841 842 843 The behavior of another party 844 845 846 847 The manner in which an act is executed 848 */ 849 POLICY, 850 /** 851 * Description:A mandate, regulation, obligation, requirement, rule, or expectation unilaterally imposed by a jurisdiction on: 852 853 854 855 The activity of another party 856 857 858 859 The behavior of another party 860 861 862 863 The manner in which an act is executed 864 865 866 867 868 Examples:A jurisdictional mandate regarding the prescribing and dispensing of a particular medication. A jurisdictional privacy or security regulation dictating the manner in which personal health information is disclosed. A jurisdictional requirement that certain services or health conditions are reported to a monitoring program, e.g., immunizations, methadone treatment, or cancer registries. 869 */ 870 JURISPOL, 871 /** 872 * Description:A mandate, obligation, requirement, rule, or expectation unilaterally imposed by an organization on: 873 874 875 876 The activity of another party 877 878 879 880 The behavior of another party 881 882 883 884 The manner in which an act is executed 885 886 887 888 889 Examples:A clinical or research protocols imposed by a payer, a malpractice insurer, or an institution to which a provider must adhere. A mandate imposed by a denominational institution for a provider to provide or withhold certain information from the patient about treatment options. 890 */ 891 ORGPOL, 892 /** 893 * Description:An ethical or clinical obligation, requirement, rule, or expectation imposed or strongly encouraged by organizations that oversee particular clinical domains or provider certification which define the boundaries within which a provider may practice and which may have legal basis or ramifications on: 894 895 896 897 The activity of another party 898 899 900 901 The behavior of another party 902 903 904 905 The manner in which an act is executed 906 907 908 909 910 Examples:An ethical obligation for a provider to fully inform a patient about all treatment options. An ethical obligation for a provider not to disclose personal health information that meets certain criteria, e.g., where disclosure might result in harm to the patient or another person. The set of health care services which a provider is credentialed or privileged to provide. 911 */ 912 SCOPOL, 913 /** 914 * Description:A requirement, rule, or expectation typically documented as guidelines, protocols, or formularies imposed or strongly encouraged by an organization that oversees or has authority over the practices within a domain, and which may have legal basis or ramifications on: 915 916 917 918 The activity of another party 919 920 921 922 The behavior of another party 923 924 925 926 The manner in which an act is executed 927 928 929 930 931 Examples:A payer may require a prescribing provider to adhere to formulary guidelines. An institution may adopt clinical guidelines and protocols and implement these within its electronic health record and decision support systems. 932 */ 933 STDPOL, 934 /** 935 * An Act whose immediate and primary outcome (post-condition) is the alteration of the physical condition of the subject. 936 937 938 Examples: : Procedures may involve the disruption of some body surface (e.g. an incision in a surgical procedure), but they also include conservative procedures such as reduction of a luxated join, chiropractic treatment, massage, balneotherapy, acupuncture, shiatsu, etc. Outside of clinical medicine, procedures may be such things as alteration of environments (e.g. straightening rivers, draining swamps, building dams) or the repair or change of machinery etc. 939 */ 940 PROC, 941 /** 942 * The act of introducing or otherwise applying a substance to the subject. 943 944 945 Discussion: The effect of the substance is typically established on a biochemical basis, however, that is not a requirement. For example, radiotherapy can largely be described in the same way, especially if it is a systemic therapy such as radio-iodine. This class also includes the application of chemical treatments to an area. 946 947 948 Examples: Chemotherapy protocol; Drug prescription; Vaccination record 949 */ 950 SBADM, 951 /** 952 * Description: The act of removing a substance from the subject. 953 */ 954 SBEXT, 955 /** 956 * A procedure for obtaining a specimen from a source entity. 957 */ 958 SPECCOLLECT, 959 /** 960 * Represents the act of maintaining information about the registration of its associated registered subject. The subject can be either an Act or a Role, and includes subjects such as lab exam definitions, drug protocol definitions, prescriptions, persons, patients, practitioners, and equipment. 961 962 The registration may have a unique identifier - separate from the unique identification of the subject - as well as a core set of related participations and act relationships that characterize the registration event and aid in the disposition of the subject information by a receiving system. 963 */ 964 REG, 965 /** 966 * The act of examining and evaluating the subject, usually another act. For example, "This prescription needs to be reviewed in 2 months." 967 */ 968 REV, 969 /** 970 * A procedure or treatment performed on a specimen to prepare it for analysis 971 */ 972 SPCTRT, 973 /** 974 * Supply orders and deliveries are simple Acts that focus on the delivered product. The product is associated with the Supply Act via Participation.typeCode="product". With general Supply Acts, the precise identification of the Material (manufacturer, serial numbers, etc.) is important. Most of the detailed information about the Supply should be represented using the Material class. If delivery needs to be scheduled, tracked, and billed separately, one can associate a Transportation Act with the Supply Act. Pharmacy dispense services are represented as Supply Acts, associated with a SubstanceAdministration Act. The SubstanceAdministration class represents the administration of medication, while dispensing is supply. 975 */ 976 SPLY, 977 /** 978 * Diet services are supply services, with some aspects resembling Medication services: the detail of the diet is given as a description of the Material associated via Participation.typeCode="product". Medically relevant diet types may be communicated in the Diet.code attribute using domain ActDietCode, however, the detail of the food supplied and the various combinations of dishes should be communicated as Material instances. 979 980 981 Deprecation Note 982 983 984 985 Class: Use either the Supply class (if dealing with what should be given to the patient) or SubstanceAdministration class (if dealing with what the patient should consume) 986 987 988 energyQuantity: This quantity can be conveyed by using a Content relationship with a quantity attribute expressing the calories 989 990 991 carbohydrateQuantity:This quantity can be conveyed using a Content relationship to an Entity with a code of carbohydrate and a quantity attribute on the content relationship. 992 */ 993 DIET, 994 /** 995 * The act of putting something away for safe keeping. The "something" may be physical object such as a specimen, or information, such as observations regarding a specimen. 996 */ 997 STORE, 998 /** 999 * Definition: Indicates that the subject Act has undergone or should undergo substitution of a type indicated by Act.code. 1000 1001 Rationale: Used to specify "allowed" substitution when creating orders, "actual" susbstitution when sending events, as well as the reason for the substitution and who was responsible for it. 1002 */ 1003 SUBST, 1004 /** 1005 * Definition: The act of transferring information without the intent of imparting understanding about a topic to the subject that is the recipient or holder of the transferred information where the participation association must be RCV or HLD. 1006 */ 1007 TRFR, 1008 /** 1009 * Transportation is the moving of a payload (people or material) from a location of origin to a destination location. Thus, any transport service has the three target instances of type payload, origin, and destination, besides the targets that are generally used for any service (i.e., performer, device, etc.) 1010 */ 1011 TRNS, 1012 /** 1013 * A sub-class of Act representing any transaction between two accounts whose value is measured in monetary terms. 1014 1015 In the "intent" mood, communicates a request for a transaction to be initiated, or communicates a transfer of value between two accounts. 1016 1017 In the "event" mood, communicates the posting of a transaction to an account. 1018 */ 1019 XACT, 1020 /** 1021 * ActClassContainer 1022 */ 1023 _ACTCLASSCONTAINER, 1024 /** 1025 * This context represents the information acquired and recorded for an observation, a clinical statement such as a portion of the patient's history or an inference or assertion, or an action that might be intended or has actually been performed. This class may represent both the actual data describing the observation, inference, or action, and optionally the details supporting the clinical reasoning process such as a reference to an electronic guideline, decision support system, or other knowledge reference. 1026 */ 1027 ENTRY, 1028 /** 1029 * Organizer of entries. Navigational. No semantic content. Knowledge of the section code is not required to interpret contained observations. Represents a heading in a heading structure, or "organizer tree". 1030 1031 The record entries relating to a single clinical session are usually grouped under headings that represent phases of the encounter, or assist with layout and navigation. Clinical headings usually reflect the clinical workflow during a care session, and might also reflect the main author's reasoning processes. Much research has demonstrated that headings are used differently by different professional groups and specialties, and that headings are not used consistently enough to support safe automatic processing of the E H R. 1032 */ 1033 ORGANIZER, 1034 /** 1035 * null 1036 */ 1037 DOCCNTNT, 1038 /** 1039 * null 1040 */ 1041 DOCLIST, 1042 /** 1043 * null 1044 */ 1045 DOCLSTITM, 1046 /** 1047 * null 1048 */ 1049 DOCPARA, 1050 /** 1051 * null 1052 */ 1053 DOCTBL, 1054 /** 1055 * null 1056 */ 1057 LINKHTML, 1058 /** 1059 * null 1060 */ 1061 LOCALATTR, 1062 /** 1063 * null 1064 */ 1065 LOCALMRKP, 1066 /** 1067 * null 1068 */ 1069 ORDERED, 1070 /** 1071 * null 1072 */ 1073 REFR, 1074 /** 1075 * null 1076 */ 1077 TBLCOL, 1078 /** 1079 * null 1080 */ 1081 TBLCOLGP, 1082 /** 1083 * null 1084 */ 1085 TBLDATA, 1086 /** 1087 * null 1088 */ 1089 TBLHDR, 1090 /** 1091 * null 1092 */ 1093 TBLROW, 1094 /** 1095 * null 1096 */ 1097 TBODY, 1098 /** 1099 * null 1100 */ 1101 TFOOT, 1102 /** 1103 * null 1104 */ 1105 THEAD, 1106 /** 1107 * null 1108 */ 1109 UNORDERED, 1110 /** 1111 * added to help the parsers 1112 */ 1113 NULL; 1114 public static V3ActClass fromCode(String codeString) throws FHIRException { 1115 if (codeString == null || "".equals(codeString)) 1116 return null; 1117 if ("ACT".equals(codeString)) 1118 return ACT; 1119 if ("_ActClassRecordOrganizer".equals(codeString)) 1120 return _ACTCLASSRECORDORGANIZER; 1121 if ("COMPOSITION".equals(codeString)) 1122 return COMPOSITION; 1123 if ("DOC".equals(codeString)) 1124 return DOC; 1125 if ("DOCCLIN".equals(codeString)) 1126 return DOCCLIN; 1127 if ("CDALVLONE".equals(codeString)) 1128 return CDALVLONE; 1129 if ("CONTAINER".equals(codeString)) 1130 return CONTAINER; 1131 if ("CATEGORY".equals(codeString)) 1132 return CATEGORY; 1133 if ("DOCBODY".equals(codeString)) 1134 return DOCBODY; 1135 if ("DOCSECT".equals(codeString)) 1136 return DOCSECT; 1137 if ("TOPIC".equals(codeString)) 1138 return TOPIC; 1139 if ("EXTRACT".equals(codeString)) 1140 return EXTRACT; 1141 if ("EHR".equals(codeString)) 1142 return EHR; 1143 if ("FOLDER".equals(codeString)) 1144 return FOLDER; 1145 if ("GROUPER".equals(codeString)) 1146 return GROUPER; 1147 if ("CLUSTER".equals(codeString)) 1148 return CLUSTER; 1149 if ("ACCM".equals(codeString)) 1150 return ACCM; 1151 if ("ACCT".equals(codeString)) 1152 return ACCT; 1153 if ("ACSN".equals(codeString)) 1154 return ACSN; 1155 if ("ADJUD".equals(codeString)) 1156 return ADJUD; 1157 if ("CACT".equals(codeString)) 1158 return CACT; 1159 if ("ACTN".equals(codeString)) 1160 return ACTN; 1161 if ("INFO".equals(codeString)) 1162 return INFO; 1163 if ("STC".equals(codeString)) 1164 return STC; 1165 if ("CNTRCT".equals(codeString)) 1166 return CNTRCT; 1167 if ("FCNTRCT".equals(codeString)) 1168 return FCNTRCT; 1169 if ("COV".equals(codeString)) 1170 return COV; 1171 if ("CONC".equals(codeString)) 1172 return CONC; 1173 if ("HCASE".equals(codeString)) 1174 return HCASE; 1175 if ("OUTBR".equals(codeString)) 1176 return OUTBR; 1177 if ("CONS".equals(codeString)) 1178 return CONS; 1179 if ("CONTREG".equals(codeString)) 1180 return CONTREG; 1181 if ("CTTEVENT".equals(codeString)) 1182 return CTTEVENT; 1183 if ("DISPACT".equals(codeString)) 1184 return DISPACT; 1185 if ("EXPOS".equals(codeString)) 1186 return EXPOS; 1187 if ("AEXPOS".equals(codeString)) 1188 return AEXPOS; 1189 if ("TEXPOS".equals(codeString)) 1190 return TEXPOS; 1191 if ("INC".equals(codeString)) 1192 return INC; 1193 if ("INFRM".equals(codeString)) 1194 return INFRM; 1195 if ("INVE".equals(codeString)) 1196 return INVE; 1197 if ("LIST".equals(codeString)) 1198 return LIST; 1199 if ("MPROT".equals(codeString)) 1200 return MPROT; 1201 if ("OBS".equals(codeString)) 1202 return OBS; 1203 if ("_ActClassROI".equals(codeString)) 1204 return _ACTCLASSROI; 1205 if ("ROIBND".equals(codeString)) 1206 return ROIBND; 1207 if ("ROIOVL".equals(codeString)) 1208 return ROIOVL; 1209 if ("_SubjectPhysicalPosition".equals(codeString)) 1210 return _SUBJECTPHYSICALPOSITION; 1211 if ("_SubjectBodyPosition".equals(codeString)) 1212 return _SUBJECTBODYPOSITION; 1213 if ("LLD".equals(codeString)) 1214 return LLD; 1215 if ("PRN".equals(codeString)) 1216 return PRN; 1217 if ("RLD".equals(codeString)) 1218 return RLD; 1219 if ("SFWL".equals(codeString)) 1220 return SFWL; 1221 if ("SIT".equals(codeString)) 1222 return SIT; 1223 if ("STN".equals(codeString)) 1224 return STN; 1225 if ("SUP".equals(codeString)) 1226 return SUP; 1227 if ("RTRD".equals(codeString)) 1228 return RTRD; 1229 if ("TRD".equals(codeString)) 1230 return TRD; 1231 if ("ALRT".equals(codeString)) 1232 return ALRT; 1233 if ("BATTERY".equals(codeString)) 1234 return BATTERY; 1235 if ("CLNTRL".equals(codeString)) 1236 return CLNTRL; 1237 if ("CNOD".equals(codeString)) 1238 return CNOD; 1239 if ("COND".equals(codeString)) 1240 return COND; 1241 if ("CASE".equals(codeString)) 1242 return CASE; 1243 if ("OUTB".equals(codeString)) 1244 return OUTB; 1245 if ("DGIMG".equals(codeString)) 1246 return DGIMG; 1247 if ("GEN".equals(codeString)) 1248 return GEN; 1249 if ("DETPOL".equals(codeString)) 1250 return DETPOL; 1251 if ("EXP".equals(codeString)) 1252 return EXP; 1253 if ("LOC".equals(codeString)) 1254 return LOC; 1255 if ("PHN".equals(codeString)) 1256 return PHN; 1257 if ("POL".equals(codeString)) 1258 return POL; 1259 if ("SEQ".equals(codeString)) 1260 return SEQ; 1261 if ("SEQVAR".equals(codeString)) 1262 return SEQVAR; 1263 if ("INVSTG".equals(codeString)) 1264 return INVSTG; 1265 if ("OBSSER".equals(codeString)) 1266 return OBSSER; 1267 if ("OBSCOR".equals(codeString)) 1268 return OBSCOR; 1269 if ("POS".equals(codeString)) 1270 return POS; 1271 if ("POSACC".equals(codeString)) 1272 return POSACC; 1273 if ("POSCOORD".equals(codeString)) 1274 return POSCOORD; 1275 if ("SPCOBS".equals(codeString)) 1276 return SPCOBS; 1277 if ("VERIF".equals(codeString)) 1278 return VERIF; 1279 if ("PCPR".equals(codeString)) 1280 return PCPR; 1281 if ("ENC".equals(codeString)) 1282 return ENC; 1283 if ("POLICY".equals(codeString)) 1284 return POLICY; 1285 if ("JURISPOL".equals(codeString)) 1286 return JURISPOL; 1287 if ("ORGPOL".equals(codeString)) 1288 return ORGPOL; 1289 if ("SCOPOL".equals(codeString)) 1290 return SCOPOL; 1291 if ("STDPOL".equals(codeString)) 1292 return STDPOL; 1293 if ("PROC".equals(codeString)) 1294 return PROC; 1295 if ("SBADM".equals(codeString)) 1296 return SBADM; 1297 if ("SBEXT".equals(codeString)) 1298 return SBEXT; 1299 if ("SPECCOLLECT".equals(codeString)) 1300 return SPECCOLLECT; 1301 if ("REG".equals(codeString)) 1302 return REG; 1303 if ("REV".equals(codeString)) 1304 return REV; 1305 if ("SPCTRT".equals(codeString)) 1306 return SPCTRT; 1307 if ("SPLY".equals(codeString)) 1308 return SPLY; 1309 if ("DIET".equals(codeString)) 1310 return DIET; 1311 if ("STORE".equals(codeString)) 1312 return STORE; 1313 if ("SUBST".equals(codeString)) 1314 return SUBST; 1315 if ("TRFR".equals(codeString)) 1316 return TRFR; 1317 if ("TRNS".equals(codeString)) 1318 return TRNS; 1319 if ("XACT".equals(codeString)) 1320 return XACT; 1321 if ("_ActClassContainer".equals(codeString)) 1322 return _ACTCLASSCONTAINER; 1323 if ("ENTRY".equals(codeString)) 1324 return ENTRY; 1325 if ("ORGANIZER".equals(codeString)) 1326 return ORGANIZER; 1327 if ("DOCCNTNT".equals(codeString)) 1328 return DOCCNTNT; 1329 if ("DOCLIST".equals(codeString)) 1330 return DOCLIST; 1331 if ("DOCLSTITM".equals(codeString)) 1332 return DOCLSTITM; 1333 if ("DOCPARA".equals(codeString)) 1334 return DOCPARA; 1335 if ("DOCTBL".equals(codeString)) 1336 return DOCTBL; 1337 if ("LINKHTML".equals(codeString)) 1338 return LINKHTML; 1339 if ("LOCALATTR".equals(codeString)) 1340 return LOCALATTR; 1341 if ("LOCALMRKP".equals(codeString)) 1342 return LOCALMRKP; 1343 if ("ordered".equals(codeString)) 1344 return ORDERED; 1345 if ("REFR".equals(codeString)) 1346 return REFR; 1347 if ("TBLCOL".equals(codeString)) 1348 return TBLCOL; 1349 if ("TBLCOLGP".equals(codeString)) 1350 return TBLCOLGP; 1351 if ("TBLDATA".equals(codeString)) 1352 return TBLDATA; 1353 if ("TBLHDR".equals(codeString)) 1354 return TBLHDR; 1355 if ("TBLROW".equals(codeString)) 1356 return TBLROW; 1357 if ("tbody".equals(codeString)) 1358 return TBODY; 1359 if ("tfoot".equals(codeString)) 1360 return TFOOT; 1361 if ("thead".equals(codeString)) 1362 return THEAD; 1363 if ("unordered".equals(codeString)) 1364 return UNORDERED; 1365 throw new FHIRException("Unknown V3ActClass code '"+codeString+"'"); 1366 } 1367 public String toCode() { 1368 switch (this) { 1369 case ACT: return "ACT"; 1370 case _ACTCLASSRECORDORGANIZER: return "_ActClassRecordOrganizer"; 1371 case COMPOSITION: return "COMPOSITION"; 1372 case DOC: return "DOC"; 1373 case DOCCLIN: return "DOCCLIN"; 1374 case CDALVLONE: return "CDALVLONE"; 1375 case CONTAINER: return "CONTAINER"; 1376 case CATEGORY: return "CATEGORY"; 1377 case DOCBODY: return "DOCBODY"; 1378 case DOCSECT: return "DOCSECT"; 1379 case TOPIC: return "TOPIC"; 1380 case EXTRACT: return "EXTRACT"; 1381 case EHR: return "EHR"; 1382 case FOLDER: return "FOLDER"; 1383 case GROUPER: return "GROUPER"; 1384 case CLUSTER: return "CLUSTER"; 1385 case ACCM: return "ACCM"; 1386 case ACCT: return "ACCT"; 1387 case ACSN: return "ACSN"; 1388 case ADJUD: return "ADJUD"; 1389 case CACT: return "CACT"; 1390 case ACTN: return "ACTN"; 1391 case INFO: return "INFO"; 1392 case STC: return "STC"; 1393 case CNTRCT: return "CNTRCT"; 1394 case FCNTRCT: return "FCNTRCT"; 1395 case COV: return "COV"; 1396 case CONC: return "CONC"; 1397 case HCASE: return "HCASE"; 1398 case OUTBR: return "OUTBR"; 1399 case CONS: return "CONS"; 1400 case CONTREG: return "CONTREG"; 1401 case CTTEVENT: return "CTTEVENT"; 1402 case DISPACT: return "DISPACT"; 1403 case EXPOS: return "EXPOS"; 1404 case AEXPOS: return "AEXPOS"; 1405 case TEXPOS: return "TEXPOS"; 1406 case INC: return "INC"; 1407 case INFRM: return "INFRM"; 1408 case INVE: return "INVE"; 1409 case LIST: return "LIST"; 1410 case MPROT: return "MPROT"; 1411 case OBS: return "OBS"; 1412 case _ACTCLASSROI: return "_ActClassROI"; 1413 case ROIBND: return "ROIBND"; 1414 case ROIOVL: return "ROIOVL"; 1415 case _SUBJECTPHYSICALPOSITION: return "_SubjectPhysicalPosition"; 1416 case _SUBJECTBODYPOSITION: return "_SubjectBodyPosition"; 1417 case LLD: return "LLD"; 1418 case PRN: return "PRN"; 1419 case RLD: return "RLD"; 1420 case SFWL: return "SFWL"; 1421 case SIT: return "SIT"; 1422 case STN: return "STN"; 1423 case SUP: return "SUP"; 1424 case RTRD: return "RTRD"; 1425 case TRD: return "TRD"; 1426 case ALRT: return "ALRT"; 1427 case BATTERY: return "BATTERY"; 1428 case CLNTRL: return "CLNTRL"; 1429 case CNOD: return "CNOD"; 1430 case COND: return "COND"; 1431 case CASE: return "CASE"; 1432 case OUTB: return "OUTB"; 1433 case DGIMG: return "DGIMG"; 1434 case GEN: return "GEN"; 1435 case DETPOL: return "DETPOL"; 1436 case EXP: return "EXP"; 1437 case LOC: return "LOC"; 1438 case PHN: return "PHN"; 1439 case POL: return "POL"; 1440 case SEQ: return "SEQ"; 1441 case SEQVAR: return "SEQVAR"; 1442 case INVSTG: return "INVSTG"; 1443 case OBSSER: return "OBSSER"; 1444 case OBSCOR: return "OBSCOR"; 1445 case POS: return "POS"; 1446 case POSACC: return "POSACC"; 1447 case POSCOORD: return "POSCOORD"; 1448 case SPCOBS: return "SPCOBS"; 1449 case VERIF: return "VERIF"; 1450 case PCPR: return "PCPR"; 1451 case ENC: return "ENC"; 1452 case POLICY: return "POLICY"; 1453 case JURISPOL: return "JURISPOL"; 1454 case ORGPOL: return "ORGPOL"; 1455 case SCOPOL: return "SCOPOL"; 1456 case STDPOL: return "STDPOL"; 1457 case PROC: return "PROC"; 1458 case SBADM: return "SBADM"; 1459 case SBEXT: return "SBEXT"; 1460 case SPECCOLLECT: return "SPECCOLLECT"; 1461 case REG: return "REG"; 1462 case REV: return "REV"; 1463 case SPCTRT: return "SPCTRT"; 1464 case SPLY: return "SPLY"; 1465 case DIET: return "DIET"; 1466 case STORE: return "STORE"; 1467 case SUBST: return "SUBST"; 1468 case TRFR: return "TRFR"; 1469 case TRNS: return "TRNS"; 1470 case XACT: return "XACT"; 1471 case _ACTCLASSCONTAINER: return "_ActClassContainer"; 1472 case ENTRY: return "ENTRY"; 1473 case ORGANIZER: return "ORGANIZER"; 1474 case DOCCNTNT: return "DOCCNTNT"; 1475 case DOCLIST: return "DOCLIST"; 1476 case DOCLSTITM: return "DOCLSTITM"; 1477 case DOCPARA: return "DOCPARA"; 1478 case DOCTBL: return "DOCTBL"; 1479 case LINKHTML: return "LINKHTML"; 1480 case LOCALATTR: return "LOCALATTR"; 1481 case LOCALMRKP: return "LOCALMRKP"; 1482 case ORDERED: return "ordered"; 1483 case REFR: return "REFR"; 1484 case TBLCOL: return "TBLCOL"; 1485 case TBLCOLGP: return "TBLCOLGP"; 1486 case TBLDATA: return "TBLDATA"; 1487 case TBLHDR: return "TBLHDR"; 1488 case TBLROW: return "TBLROW"; 1489 case TBODY: return "tbody"; 1490 case TFOOT: return "tfoot"; 1491 case THEAD: return "thead"; 1492 case UNORDERED: return "unordered"; 1493 default: return "?"; 1494 } 1495 } 1496 public String getSystem() { 1497 return "http://terminology.hl7.org/CodeSystem/v3-ActClass"; 1498 } 1499 public String getDefinition() { 1500 switch (this) { 1501 case ACT: return "A record of something that is being done, has been done, can be done, or is intended or requested to be done.\r\n\n \n Examples:The kinds of acts that are common in health care are (1) a clinical observation, (2) an assessment of health condition (such as problems and diagnoses), (3) healthcare goals, (4) treatment services (such as medication, surgery, physical and psychological therapy), (5) assisting, monitoring or attending, (6) training and education services to patients and their next of kin, (7) and notary services (such as advanced directives or living will), (8) editing and maintaining documents, and many others.\r\n\n \n Discussion and Rationale: Acts are the pivot of the RIM; all domain information and processes are represented primarily in Acts. Any profession or business, including healthcare, is primarily constituted of intentional and occasionally non-intentional actions, performed and recorded by responsible actors. An Act-instance is a record of such an action.\r\n\n Acts connect to Entities in their Roles through Participations and connect to other Acts through ActRelationships. Participations are the authors, performers and other responsible parties as well as subjects and beneficiaries (which includes tools and material used in the performance of the act, which are also subjects). The moodCode distinguishes between Acts that are meant as factual records, vs. records of intended or ordered services, and the other modalities in which act can appear.\r\n\n One of the Participations that all acts have (at least implicitly) is a primary author, who is responsible of the Act and who \"owns\" the act. Responsibility for the act means responsibility for what is being stated in the Act and as what it is stated. Ownership of the act is assumed in the sense of who may operationally modify the same act. Ownership and responsibility of the Act is not the same as ownership or responsibility of what the Act-object refers to in the real world. The same real world activity can be described by two people, each being the author of their Act, describing the same real world activity. Yet one can be a witness while the other can be a principal performer. The performer has responsibilities for the physical actions; the witness only has responsibility for making a true statement to the best of his or her ability. The two Act-instances may even disagree, but because each is properly attributed to its author, such disagreements can exist side by side and left to arbitration by a recipient of these Act-instances.\r\n\n In this sense, an Act-instance represents a \"statement\" according to Rector and Nowlan (1991) [Foundations for an electronic medical record. Methods Inf Med. 30.] Rector and Nowlan have emphasized the importance of understanding the medical record not as a collection of facts, but \"a faithful record of what clinicians have heard, seen, thought, and done.\" Rector and Nowlan go on saying that \"the other requirements for a medical record, e.g., that it be attributable and permanent, follow naturally from this view.\" Indeed the Act class is this attributable statement, and the rules of updating acts (discussed in the state-transition model, see Act.statusCode) versus generating new Act-instances are designed according to this principle of permanent attributable statements.\r\n\n Rector and Nolan focus on the electronic medical record as a collection of statements, while attributed statements, these are still mostly factual statements. However, the Act class goes beyond this limitation to attributed factual statements, representing what is known as \"speech-acts\" in linguistics and philosophy. The notion of speech-act includes that there is pragmatic meaning in language utterances, aside from just factual statements; and that these utterances interact with the real world to change the state of affairs, even directly cause physical activities to happen. For example, an order is a speech act that (provided it is issued adequately) will cause the ordered action to be physically performed. The speech act theory has culminated in the seminal work by Austin (1962) [How to do things with words. Oxford University Press].\r\n\n An activity in the real world may progress from defined, through planned and ordered to executed, which is represented as the mood of the Act. Even though one might think of a single activity as progressing from planned to executed, this progression is reflected by multiple Act-instances, each having one and only one mood that will not change along the Act-instance life cycle. This is because the attribution and content of speech acts along this progression of an activity may be different, and it is often critical that a permanent and faithful record be maintained of this progression. The specification of orders or promises or plans must not be overwritten by the specification of what was actually done, so as to allow comparing actions with their earlier specifications. Act-instances that describe this progression of the same real world activity are linked through the ActRelationships (of the relationship category \"sequel\").\r\n\n Act as statements or speech-acts are the only representation of real world facts or processes in the HL7 RIM. The truth about the real world is constructed through a combination (and arbitration) of such attributed statements only, and there is no class in the RIM whose objects represent \"objective state of affairs\" or \"real processes\" independent from attributed statements. As such, there is no distinction between an activity and its documentation. Every Act includes both to varying degrees. For example, a factual statement made about recent (but past) activities, authored (and signed) by the performer of such activities, is commonly known as a procedure report or original documentation (e.g., surgical procedure report, clinic note etc.). Conversely, a status update on an activity that is presently in progress, authored by the performer (or a close observer) is considered to capture that activity (and is later superceded by a full procedure report). However, both status update and procedure report are acts of the same kind, only distinguished by mood and state (see statusCode) and completeness of the information."; 1502 case _ACTCLASSRECORDORGANIZER: return "Used to group a set of acts sharing a common context. Organizer structures can nest within other context structures - such as where a document is contained within a folder, or a folder is contained within an EHR extract."; 1503 case COMPOSITION: return "A context representing a grouped commitment of information to the EHR. It is considered the unit of modification of the record, the unit of transmission in record extracts, and the unit of attestation by authorizing clinicians.\r\n\n A composition represents part of a patient record originating from a single interaction between an authenticator and the record.\r\n\n Unless otherwise stated all statements within a composition have the same authenticator, apply to the same patient and were recorded in a single session of use of a single application.\r\n\n A composition contains organizers and entries."; 1504 case DOC: return "The notion of a document comes particularly from the paper world, where it corresponds to the contents recorded on discrete pieces of paper. In the electronic world, a document is a kind of composition that bears resemblance to their paper world counter-parts. Documents typically are meant to be human-readable.\r\n\n HL7's notion of document differs from that described in the W3C XML Recommendation, in which a document refers specifically to the contents that fall between the root element's start-tag and end-tag. Not all XML documents are HL7 documents."; 1505 case DOCCLIN: return "A clinical document is a documentation of clinical observations and services, with the following characteristics:\r\n\n \n \n Persistence - A clinical document continues to exist in an unaltered state, for a time period defined by local and regulatory requirements; \r\n\n \n \n Stewardship - A clinical document is maintained by a person or organization entrusted with its care; \r\n\n \n \n Potential for authentication - A clinical document is an assemblage of information that is intended to be legally authenticated; \r\n\n \n \n Wholeness - Authentication of a clinical document applies to the whole and does not apply to portions of the document without the full context of the document;\r\n\n \n \n Human readability - A clinical document is human readable."; 1506 case CDALVLONE: return "A clinical document that conforms to Level One of the HL7 Clinical Document Architecture (CDA)"; 1507 case CONTAINER: return "Description: Container of clinical statements. Navigational. No semantic content. Knowledge of the section code is not required to interpret contained observations. Represents a heading in a heading structure, or \"container tree\".\r\n\n The record entries relating to a single clinical session are usually grouped under headings that represent phases of the encounter, or assist with layout and navigation. Clinical headings usually reflect the clinical workflow during a care session, and might also reflect the main author's reasoning processes. Much research has demonstrated that headings are used differently by different professional groups and specialties, and that headings are not used consistently enough to support safe automatic processing of the E H R."; 1508 case CATEGORY: return "A group of entries within a composition or topic that have a common characteristic - for example, Examination, Diagnosis, Management OR Subjective, Objective, Analysis, Plan.\r\n\n The distinction from Topic relates to value sets. For Category there is a bounded list of things like \"Examination\", \"Diagnosis\" or SOAP categories. For Topic the list is wide open to any clinical condition or reason for a part of an encounter.\r\n\n A CATEGORY MAY CONTAIN ENTRIES."; 1509 case DOCBODY: return "A context that distinguishes the body of a document from the document header. This is seen, for instance, in HTML documents, which have discrete <head> and <body> elements."; 1510 case DOCSECT: return "A context that subdivides the body of a document. Document sections are typically used for human navigation, to give a reader a clue as to the expected content. Document sections are used to organize and provide consistency to the contents of a document body. Document sections can contain document sections and can contain entries."; 1511 case TOPIC: return "A group of entries within a composition that are related to a common clinical theme - such as a specific disorder or problem, prevention, screening and provision of contraceptive services.\r\n\n A topic may contain categories and entries."; 1512 case EXTRACT: return "This context represents the part of a patient record conveyed in a single communication. It is drawn from a providing system for the purposes of communication to a requesting process (which might be another repository, a client application or a middleware service such as an electronic guideline engine), and supporting the faithful inclusion of the communicated data in the receiving system.\r\n\n An extract may be the entirety of the patient record as held by the sender or it may be a part of that record (e.g. changes since a specified date).\r\n\n An extract contains folders or compositions.\r\n\n An extract cannot contain another extract."; 1513 case EHR: return "A context that comprises all compositions. The EHR is an extract that includes the entire chart.\r\n\n \n NOTE: In an exchange scenario, an EHR is a specialization of an extract."; 1514 case FOLDER: return "A context representing the high-level organization of an extract e.g. to group parts of the record by episode, care team, clinical specialty, clinical condition, or source application. Internationally, this kind of organizing structure is used variably: in some centers and systems the folder is treated as an informal compartmentalization of the overall health record; in others it might represent a significant legal portion of the EHR relating to the originating enterprise or team.\r\n\n A folder contains compositions.\r\n\n Folders may be nested within folders."; 1515 case GROUPER: return "Definition: An ACT that organizes a set of component acts into a semantic grouping that share a particular context such as timeframe, patient, etc.\r\n\n \n UsageNotes: The focus in a GROUPER act is the grouping of the contained acts. For example \"a request to group\" (RQO), \"a type of grouping that is allowed to occur\" (DEF), etc.\r\n\n Unlike WorkingList, which represents a dynamic, shared, continuously updated collection to provide a \"view\" of a set of objects, GROUPER collections tend to be static and simply indicate a shared set of semantics. Note that sharing of semantics can be achieved using ACT as well. However, with GROUPER, the sole semantic is of grouping."; 1516 case CLUSTER: return "Description:An ACT that organizes a set of component acts into a semantic grouping that have a shared subject. The subject may be either a subject participation (SBJ), subject act relationship (SUBJ), or child participation/act relationship types.\r\n\n \n Discussion: The focus in a CLUSTER act is the grouping of the contained acts. For example \"a request to cluster\" (RQO), \"a type of cluster that is allowed to occur\" (DEF), etc.\r\n\n \n Examples: \n \r\n\n \n \n Radiologic investigations that might include administration of a dye, followed by radiographic observations;\r\n\n \n \n \"Isolate cluster\" which includes all testing and specimen processing performed on a specific isolate;\r\n\n \n \n a set of actions to perform at a particular stage in a clinical trial."; 1517 case ACCM: return "An accommodation is a service provided for a Person or other LivingSubject in which a place is provided for the subject to reside for a period of time. Commonly used to track the provision of ward, private and semi-private accommodations for a patient."; 1518 case ACCT: return "A financial account established to track the net result of financial acts."; 1519 case ACSN: return "A unit of work, a grouper of work items as defined by the system performing that work. Typically some laboratory order fulfillers communicate references to accessions in their communications regarding laboratory orders. Often one or more specimens are related to an accession such that in some environments the accession number is taken as an identifier for a specimen (group)."; 1520 case ADJUD: return "A transformation process where a requested invoice is transformed into an agreed invoice. Represents the adjudication processing of an invoice (claim). Adjudication results can be adjudicated as submitted, with adjustments or refused.\r\n\n Adjudication results comprise 2 components: the adjudication processing results and a restated (or adjudicated) invoice or claim"; 1521 case CACT: return "An act representing a system action such as the change of state of another act or the initiation of a query. All control acts represent trigger events in the HL7 context. ControlActs may occur in different moods."; 1522 case ACTN: return "Sender asks addressee to do something depending on the focal Act of the payload. An example is \"fulfill this order\". Addressee has responsibilities to either reject the message or to act on it in an appropriate way (specified by the specific receiver responsibilities for the interaction)."; 1523 case INFO: return "Sender sends payload to addressee as information. Addressee does not have responsibilities beyond serving addressee's own interest (i.e., read and memorize if you see fit). This is equivalent to an FYI on a memo."; 1524 case STC: return "Description: Sender transmits a status change pertaining to the focal act of the payload. This status of the focal act is the final state of the state transition. This can be either a request or an event, according to the mood of the control act."; 1525 case CNTRCT: return "An agreement of obligation between two or more parties that is subject to contractual law and enforcement."; 1526 case FCNTRCT: return "A contract whose value is measured in monetary terms."; 1527 case COV: return "When used in the EVN mood, this concept means with respect to a covered party:\r\n\n \n \n A health care insurance policy or plan that is contractually binding between two or more parties; or \r\n\n \n \n A health care program, usually administered by government entities, that provides coverage to persons determined eligible under the terms of the program.\r\n\n \n \n \n \n When used in the definition (DEF) mood, COV means potential coverage for a patient who may or may not be a covered party.\r\n\n \n \n The concept's meaning is fully specified by the choice of ActCoverageTypeCode (abstract) ActProgramCode or ActInsurancePolicyCode."; 1528 case CONC: return "Definition: A worry that tends to persist over time and has as its subject a state or process. The subject of the worry has the potential to require intervention or management.\r\n\n \n Examples: an observation result, procedure, substance administration, equipment repair status, device recall status, a health risk, a financial risk, public health risk, pregnancy, health maintenance, allergy, and acute or chronic illness."; 1529 case HCASE: return "A public health case is a Concern about an observation or event that has a specific significance for public health. The creation of a PublicHealthCase initiates the tracking of the object of concern. The decision to track is related to but somewhat independent of the underlying event or observation.\r\n\n \n UsageNotes: Typically a Public Health Case involves an instance or instances of a reportable infectious disease or other condition. The public health case can include a health-related event concerning a single individual or it may refer to multiple health-related events that are occurrences of the same disease or condition of interest to public health.\r\n\n A public health case definition (Act.moodCode = \"definition\") includes the description of the clinical, laboratory, and epidemiologic indicators associated with a disease or condition of interest to public health. There are case definitions for conditions that are reportable, as well as for those that are not. A public health case definition is a construct used by public health for the purpose of counting cases, and should not be used as clinical indications for treatment. Examples include AIDS, toxic-shock syndrome, and salmonellosis and their associated indicators that are used to define a case."; 1530 case OUTBR: return "An Outbreak is a concern resulting from a series of public health cases.\r\n\n \n UsageNotes: The date on which an outbreak starts is the earliest date of onset among the cases assigned to the outbreak and its ending date is the last date of onset among the cases assigned to the outbreak. The effectiveTime attribute is used to convey the relevant dates for the case. An outbreak definition (Act.moodCode = \"definition\" includes the criteria for the number, types and occurrence pattern of cases necessary to declare an outbreak and to judge the severity of an outbreak."; 1531 case CONS: return "The Consent class represents informed consents and all similar medico-legal transactions between the patient (or his legal guardian) and the provider. Examples are informed consent for surgical procedures, informed consent for clinical trials, advanced beneficiary notice, against medical advice decline from service, release of information agreement, etc.\r\n\n The details of consents vary. Often an institution has a number of different consent forms for various purposes, including reminding the physician about the topics to mention. Such forms also include patient education material. In electronic medical record communication, consents thus are information-generating acts on their own and need to be managed similar to medical activities. Thus, Consent is modeled as a special class of Act.\r\n\n The \"signatures\" to the consent document are represented electronically through Participation instances to the consent object. Typically an informed consent has Participation.typeCode of \"performer\", the healthcare provider informing the patient, and \"consenter\", the patient or legal guardian. Some consent may associate a witness or a notary public (e.g., living wills, advanced directives). In consents where a healthcare provider is not required (e.g. living will), the performer may be the patient himself or a notary public.\r\n\n Some consent has a minimum required delay between the consent and the service, so as to allow the patient to rethink his decisions. This minimum delay can be expressed in the act definition by the ActRelationship.pauseQuantity attribute that delays the service until the pause time has elapsed after the consent has been completed."; 1532 case CONTREG: return "An Act where a container is registered either via an automated sensor, such as a barcode reader, or by manual receipt"; 1533 case CTTEVENT: return "An identified point during a clinical trial at which one or more actions are scheduled to be performed (definition mood), or are actually performed (event mood). The actions may or may not involve an encounter between the subject and a healthcare professional."; 1534 case DISPACT: return "An action taken with respect to a subject Entity by a regulatory or authoritative body with supervisory capacity over that entity. The action is taken in response to behavior by the subject Entity that body finds to be undesirable.\r\n\n Suspension, license restrictions, monetary fine, letter of reprimand, mandated training, mandated supervision, etc.Examples:"; 1535 case EXPOS: return "An interaction between entities that provides opportunity for transmission of a physical, chemical, or biological agent from an exposure source entity to an exposure target entity.\r\n\n \n Examples: The following examples are provided to indicate what interactions are considered exposures rather than other types of Acts:\r\n\n \n \n A patient accidentally receives three times the recommended dose of their medication due to a dosing error. \r\n\n \n \n This is a substance administration. Public health and/or safety authorities may also be interested in documenting this with an associated exposure.\r\n\n \n \n \n \n A patient accidentally is dispensed an incorrect medicine (e.g., clomiphene instead of clomipramine). They have taken several doses before the mistake is detected. They are therefore \"exposed\" to a medicine that there was no therapeutic indication for them to receive. \r\n\n \n \n There are several substance administrations in this example. Public health and/or safety authorities may also be interested in documenting this with associated exposures.\r\n\n \n \n \n \n In a busy medical ward, a patient is receiving chemotherapy for a lymphoma. Unfortunately, the IV infusion bag containing the medicine splits, spraying cytotoxic medication over the patient being treated and the patient in the adjacent bed. \r\n\n \n \n There are three substance administrations in this example. The first is the intended one (IV infusion) with its associated (implicit) exposure. There is an incident with an associated substance administration to the same patient involving the medication sprayed over the patient as well as an associated exposure. Additionally, the incident includes a substance administration involving the spraying of medication on the adjacent patient, also with an associated exposure.\r\n\n \n \n \n \n A patient who is a refugee from a war-torn African nation arrives in a busy inner city A&E department suffering from a cough with bloody sputum. Not understanding the registration and triage process, they sit in the waiting room for several hours before it is noticed that they have not booked in. As soon as they are being processed, it is suspected that they are suffering from TB. Vulnerable (immunosuppressed) patients who were sharing the waiting room with this patient may have been exposed to the tubercule bacillus, and must be traced for investigation. \r\n\n \n \n This is an exposure (or possibly multiple exposures) in the waiting room involving the refugee and everyone else in the waiting room during the period. There might also be a number of known or presumed substance administrations (coughing) via several possible routes. The substance administrations are only hypotheses until confirmed by further testing.\r\n\n \n \n \n \n A patient who has received an elective total hip replacement procedure suffers a prolonged stay in hospital, due to contracting an MRSA infection in the surgical wound site after the surgery. \r\n\n \n \n This is an exposure to MRSA. Although there was some sort of substance administration, it's possible the exact mechanism for introduction of the MRSA into the wound will not be identified.\r\n\n \n \n \n \n Routine maintenance of the X-ray machines at a local hospital reveals a serious breach of the shielding on one of the machines. Patients who have undergone investigations using that machine in the last month are likely to have been exposed to significantly higher doses of X-rays than was intended, and must be tracked for possible adverse effects. \r\n\n \n \n There has been an exposure of each patient who used the machine in the past 30 days. Some patients may have had substance administrations.\r\n\n \n \n \n \n A new member of staff is employed in the laundry processing room of a small cottage hospital, and a misreading of the instructions for adding detergents results in fifty times the usual concentration of cleaning materials being added to a batch of hospital bedding. As a result, several patients have been exposed to very high levels of detergents still present in the \"clean\" bedding, and have experienced dermatological reactions to this. \r\n\n \n \n There has been an incident with multiple exposures to several patients. Although there are substance administrations involving the application of the detergent to the skin of the patients, it is expected that the substance administrations would not be directly documented.\r\n\n \n \n \n \n Seven patients who are residents in a health care facility for the elderly mentally ill have developed respiratory problems. After several months of various tests having been performed and various medications prescribed to these patients, the problem is traced to their being \"sensitive\" to a new fungicide used in the wall plaster of the ward where these patients reside.\r\n\n \n \n The patients have been continuously exposed to the fungicide. Although there have been continuous substance administrations (via breathing) this would not normally be documented as a substance administration.\r\n\n \n \n \n \n A patient with osteoarthritis of the knees is treated symptomatically using analgesia, paracetamol (acetaminophen) 1g up to four times a day for pain relief. His GP does not realize that the patient has, 20 years previously (while at college) had severe alcohol addiction problems, and now, although this is completely under control, his liver has suffered significantly, leaving him more sensitive to hepatic toxicity from paracetamol use. Later that year, the patient returns with a noticeable level of jaundice. Paracetamol is immediately withdrawn and alternative solutions for the knee pain are sought. The jaundice gradually subsides with conservative management, but referral to the gastroenterologist is required for advice and monitoring. \r\n\n \n \n There is a substance administration with an associated exposure. The exposure component is based on the relative toxic level of the substance to a patient with a compromised liver function.\r\n\n \n \n \n \n A patient goes to their GP complaining of abdominal pain, having been discharged from the local hospital ten days' previously after an emergency appendectomy. The GP can find nothing particularly amiss, and presumes it is post operative surgical pain that will resolve. The patient returns a fortnight later, when the GP prescribes further analgesia, but does decide to request an outpatient surgical follow-up appointment. At this post-surgical outpatient review, the registrar decides to order an ultrasound, which, when performed three weeks later, shows a small faint inexplicable mass. A laparoscopy is then performed, as a day case procedure, and a piece of a surgical swab is removed from the patient's abdominal cavity. Thankfully, a full recovery then takes place. \r\n\n \n \n This is a procedural sequelae. There may be an Incident recorded for this also.\r\n\n \n \n \n \n A patient is slightly late for a regular pacemaker battery check in the Cardiology department of the local hospital. They are hurrying down the second floor corridor. A sudden summer squall has recently passed over the area, and rain has come in through an open corridor window leaving a small puddle on the corridor floor. In their haste, the patient slips in the puddle and falls so badly that they have to be taken to the A&E department, where it is discovered on investigation they have slightly torn the cruciate ligament in their left knee. \r\n\n \n \n This is not an exposure. There has been an incident. \r\n\n \n \n \n \n \n Usage Notes: This class deals only with opportunity and not the outcome of the exposure; i.e. not all exposed parties will necessarily experience actual harm or benefit.\r\n\n Exposure differs from Substance Administration by the absence of the participation of a performer in the act. \r\n\n The following participations SHOULD be used with the following participations to distinguish the specific entities:\r\n\n \n \n The exposed entity participates via the \"exposure target\" (EXPTRGT) participation.\r\n\n \n \n An entity that has carried the agent transmitted in the exposure participates via the \"exposure source\" (EXSRC) participation. For example: \r\n\n \n \n a person or animal who carried an infectious disease and interacts (EXSRC) with another person or animal (EXPTRGT) transmitting the disease agent;\r\n\n \n \n a place or other environment (EXSRC) and a person or animal (EXPTRGT) who is exposed in the presence of this environment.\r\n\n \n \n \n \n When it is unknown whether a participating entity is the source of the agent (EXSRC) or the target of the transmission (EXPTRGT), the \"exposure participant\" (EXPART) is used.\r\n\n \n \n The physical (including energy), chemical or biological substance which is participating in the exposure uses the \"exposure agent\" (EXPAGNT) participation. There are at least three scenarios:\r\n\n \n \n the player of the Role that participates as EXPAGNT is the chemical or biological substance mixed or carried by the scoper-entity of the Role (e.g., ingredient role); or \r\n\n \n \n the player of the Role that participates as EXPAGNT is a mixture known to contain the chemical, radiological or biological substance of interest; or \r\n\n \n \n the player of the Role that participates as a EXPAGNT is known to carry the agent (i.e., the player is a fomite, vector, etc.).\r\n\n \n \n \n \n The Exposure.statusCode attribute should be interpreted as the state of the Exposure business object (e.g., active, aborted, completed) and not the clinical status of the exposure (e.g., probable, confirmed). The clinical status of the exposure should be associated with the exposure via a subject observation.\r\n\n \n Design Comment: The usage notes require a clear criterion for determining whether an act is an exposure or substance administration-deleterious potential, uncertainty of actual transmission, or otherwise. SBADM states that the criterion is the presence of a performer-but there are examples above that call this criterion into question (e.g., the first one, concerning a dosing error)."; 1536 case AEXPOS: return "Description: \n \r\n\n An acquisition exposure act describes the proximity (location and time) through which the participating entity was potentially exposed to a physical (including energy), chemical or biological agent from another entity. The acquisition exposure act is used in conjunction with transmission exposure acts as part of an analysis technique for contact tracing. Although an exposure can be decomposed into transmission and acquisition exposures, there is no requirement that all exposures be treated in this fashion.\r\n\n \n Constraints: The Acquisition Exposure inherits the participation constraints that apply to Exposure with the following exception. The EXPSRC (exposure source) participation must never be associated with the Transmission Exposure either directly or via context conduction."; 1537 case TEXPOS: return "Description: \n \r\n\n A transmission exposure act describes the proximity (time and location) over which the participating source entity was capable of transmitting a physical (including energy), chemical or biological substance agent to another entity. The transmission exposure act is used in conjunction with acquisition exposure acts as part of an analysis technique for contact tracing. Although an exposure can be decomposed into transmission and acquisition exposures, there is no requirement that all exposures be treated in this fashion.\r\n\n \n Constraints: The Transmission Exposure inherits the participation constraints that apply to Exposure with the following exception. The EXPTRGT (exposure target) participation must never be associated with the Transmission Exposure either directly or via context conduction."; 1538 case INC: return "An event that occurred outside of the control of one or more of the parties involved. Includes the concept of an accident."; 1539 case INFRM: return "The act of transmitting information and understanding about a topic to a subject where the participation association must be SBJ.\r\n\n \n Discussion: This act may be used to request that a patient or provider be informed about an Act, or to indicate that a person was informed about a particular act."; 1540 case INVE: return "Represents concepts related to invoice processing in health care"; 1541 case LIST: return "Working list collects a dynamic list of individual instances of Act via ActRelationship which reflects the need of an individual worker, team of workers, or an organization to manage lists of acts for many different clinical and administrative reasons. Examples of working lists include problem lists, goal lists, allergy lists, and to-do lists."; 1542 case MPROT: return "An officially or unofficially instituted program to track acts of a particular type or categorization."; 1543 case OBS: return "Description:An act that is intended to result in new information about a subject. The main difference between Observations and other Acts is that Observations have a value attribute. The code attribute of Observation and the value attribute of Observation must be considered in combination to determine the semantics of the observation.\r\n\n \n Discussion:\n \r\n\n Structurally, many observations are name-value-pairs, where the Observation.code (inherited from Act) is the name and the Observation.value is the value of the property. Such a construct is also known as a variable (a named feature that can assume a value) hence, the Observation class is always used to hold generic name-value-pairs or variables, even though the variable valuation may not be the result of an elaborate observation method. It may be a simple answer to a question or it may be an assertion or setting of a parameter.\r\n\n As with all Act statements, Observation statements describe what was done, and in the case of Observations, this includes a description of what was actually observed (results or answers); and those results or answers are part of the observation and not split off into other objects. \r\n\n The method of action is asserted by the Observation classCode or its subclasses at the least granular level, by the Observation.code attribute value at the medium level of granularity, and by the attribute value of observation.methodCode when a finer level of granularity is required. The method in whole or in part may also appear in the attribute value of Observation.value when using coded data types to express the value of the attribute. Relevant aspects of methodology may also be restated in value when the results themselves imply or state a methodology.\r\n\n An observation may consist of component observations each having their own Observation.code and Observation.value. In this case, the composite observation may not have an Observation.value for itself. For instance, a white blood cell count consists of the sub-observations for the counts of the various granulocytes, lymphocytes and other normal or abnormal blood cells (e.g., blasts). The overall white blood cell count Observation itself may therefore not have a value by itself (even though it could have one, e.g., the sum total of white blood cells). Thus, as long as an Act is essentially an Act of recognizing and noting information about a subject, it is an Observation, regardless of whether it has a simple value by itself or whether it has sub-observations.\r\n\n Even though observations are professional acts (see Act) and as such are intentional actions, this does not require that every possible outcome of an observation be pondered in advance of it being actually made. For instance, differential white blood cell counts (WBC) rarely show blasts, but if they do, this is part of the WBC observation even though blasts might not be predefined in the structure of a normal WBC. \r\n\n Clinical documents commonly have Subjective and Objective findings, both of which are kinds of Observations. In addition, clinical documents commonly contain Assessments, which are also kinds of Observations. Thus, the establishment of a diagnosis is an Observation. \r\n\n \n Examples:\n \r\n\n \n \n Recording the results of a Family History Assessment\r\n\n \n \n Laboratory test and associated result\r\n\n \n \n Physical exam test and associated result\r\n\n \n \n Device temperature\r\n\n \n \n Soil lead level"; 1544 case _ACTCLASSROI: return "Regions of Interest (ROI) within a subject Act. Primarily used for making secondary observations on a subset of a subject observation. The relationship between a ROI and its referenced Act is specified through an ActRelationship of type \"subject\" (SUBJ), which must always be present."; 1545 case ROIBND: return "A Region of Interest (ROI) specified for a multidimensional observation, such as an Observation Series (OBSSER). The ROI is specified using a set of observation criteria, each delineating the boundary of the region in one of the dimensions in the multidimensional observation. The relationship between a ROI and its referenced Act is specified through an ActRelationship of type subject (SUBJ), which must always be present. Each of the boundary criteria observations is connected with the ROI using ActRelationships of type \"has component\" (COMP). In each boundary criterion, the Act.code names the dimension and the Observation.value specifies the range of values inside the region. Typically the bounded dimension is continuous, and so the Observation.value will be an interval (IVL) data type. The Observation.value need not be specified if the respective dimension is only named but not constrained. For example, an ROI for the QT interval of a certain beat in ECG Lead II would contain 2 boundary criteria, one naming the interval in time (constrained), and the other naming the interval in ECG Lead II (only named, but not constrained)."; 1546 case ROIOVL: return "A Region of Interest (ROI) specified for an image using an overlay shape. Typically used to make reference to specific regions in images, e.g., to specify the location of a radiologic finding in an image or to specify the site of a physical finding by \"circling\" a region in a schematic picture of a human body. The units of the coordinate values are in pixels. The origin is in the upper left hand corner, with positive X values going to the right and positive Y values going down. The relationship between a ROI and its referenced Act is specified through an ActRelationship of type \"subject\" (SUBJ), which must always be present."; 1547 case _SUBJECTPHYSICALPOSITION: return "The spatial relationship of a subject whether human, other animal, or plant, to a frame of reference such as gravity or a collection device."; 1548 case _SUBJECTBODYPOSITION: return "Contains codes for defining the observed, physical position of a subject, such as during an observation, assessment, collection of a specimen, etc. ECG waveforms and vital signs, such as blood pressure, are two examples where a general, observed position typically needs to be noted.\r\n\n \n \n Deprecation Comment: \n This concept has been deprecated because it does not describe a type of Act (as it should in the ActClass code system), but rather encodes the result or value of an observation. The same code has been added to the ObservationValue code system."; 1549 case LLD: return "Lying on the left side.\r\n\n \n \n Deprecation Comment: \n This concept has been deprecated because it does not describe a type of Act (as it should in the ActClass code system), but rather encodes the result or value of an observation. The same code has been added to the ObservationValue code system."; 1550 case PRN: return "Lying with the front or ventral surface downward; lying face down.\r\n\n \n \n Deprecation Comment: \n This concept has been deprecated because it does not describe a type of Act (as it should in the ActClass code system), but rather encodes the result or value of an observation. The same code has been added to the ObservationValue code system."; 1551 case RLD: return "Lying on the right side.\r\n\n \n \n Deprecation Comment: \n This concept has been deprecated because it does not describe a type of Act (as it should in the ActClass code system), but rather encodes the result or value of an observation. The same code has been added to the ObservationValue code system."; 1552 case SFWL: return "A semi-sitting position in bed with the head of the bed elevated approximately 45 degrees.\r\n\n \n \n Deprecation Comment: \n This concept has been deprecated because it does not describe a type of Act (as it should in the ActClass code system), but rather encodes the result or value of an observation. The same code has been added to the ObservationValue code system."; 1553 case SIT: return "Resting the body on the buttocks, typically with upper torso erect or semi erect.\r\n\n \n \n Deprecation Comment: \n This concept has been deprecated because it does not describe a type of Act (as it should in the ActClass code system), but rather encodes the result or value of an observation. The same code has been added to the ObservationValue code system."; 1554 case STN: return "To be stationary, upright, vertical, on one's legs.\r\n\n \n \n Deprecation Comment: \n This concept has been deprecated because it does not describe a type of Act (as it should in the ActClass code system), but rather encodes the result or value of an observation. The same code has been added to the ObservationValue code system."; 1555 case SUP: return "Deprecation Comment: \n This concept has been deprecated because it does not describe a type of Act (as it should in the ActClass code system), but rather encodes the result or value of an observation. The same code has been added to the ObservationValue code system."; 1556 case RTRD: return "Lying on the back, on an inclined plane, typically about 30-45 degrees with head raised and feet lowered.\r\n\n \n \n Deprecation Comment: \n This concept has been deprecated because it does not describe a type of Act (as it should in the ActClass code system), but rather encodes the result or value of an observation. The same code has been added to the ObservationValue code system."; 1557 case TRD: return "Lying on the back, on an inclined plane, typically about 30-45 degrees, with head lowered and feet raised.\r\n\n \n \n Deprecation Comment: \n This concept has been deprecated because it does not describe a type of Act (as it should in the ActClass code system), but rather encodes the result or value of an observation. The same code has been added to the ObservationValue code system."; 1558 case ALRT: return "An observation identifying a potential adverse outcome as a result of an Act or combination of Acts.\r\n\n \n Examples: Detection of a drug-drug interaction; Identification of a late-submission for an invoice; Requesting discharge for a patient who does not meet hospital-defined discharge criteria.\r\n\n \n Discussion: This class is commonly used for identifying 'business rule' or 'process' problems that may result in a refusal to carry out a particular request. In some circumstances it may be possible to 'bypass' a problem by modifying the request to acknowledge the issue and/or by providing some form of mitigation.\r\n\n \n Constraints: the Act or Acts that may cause the the adverse outcome are the target of a subject ActRelationship. The subbtypes of this concept indicate the type of problem being detected (e.g. drug-drug interaction) while the Observation.value is used to repesent a specific problem code (e.g. specific drug-drug interaction id)."; 1559 case BATTERY: return "Definition: An observation that is composed of a set of observations. These observations typically have a logical or practical grouping for generally accepted clinical or functional purposes, such as observations that are run together because of automation. A battery can define required and optional component observations and, in some cases, will define complex rules that determine whether or not a particular observation is made. BATTERY is a constraint on the Observation class in that it is understood to always be composed of component observations.\r\n\n \n UsageNotes: The focus in a BATTERY is that it is composed of individual observations. In request (RQO) mood, a battery is a request to perform the component observations. In event (EVN) mood a battery is a reporting of associated set of observation events. In definition mood a battery is the definition of the associated set of observations.\r\n\n \n Examples: Vital signs, Full blood count, Chemistry panel."; 1560 case CLNTRL: return "The set of actions that define an experiment to assess the effectiveness and/or safety of a biopharmaceutical product (food, drug, device, etc.). In definition mood, this set of actions is often embodied in a clinical trial protocol; in event mood, this designates the aggregate act of applying the actions to one or more subjects."; 1561 case CNOD: return "An instance of Observation of a Condition at a point in time that includes any Observations or Procedures associated with that Condition as well as links to previous instances of Condition Node for the same Condition\r\n\n \n \n Deprecation Comment: \n This concept has been deprecated because an alternative structure for tracking the evolution of a problem has been presented and adopted by the Care Provision Work Group."; 1562 case COND: return "An observable finding or state that persists over time and tends to require intervention or management, and, therefore, distinguished from an Observation made at a point in time; may exist before an Observation of the Condition is made or after interventions to manage the Condition are undertaken. Examples: equipment repair status, device recall status, a health risk, a financial risk, public health risk, pregnancy, health maintenance, chronic illness"; 1563 case CASE: return "A public health case is an Observation representing a condition or event that has a specific significance for public health. Typically it involves an instance or instances of a reportable infectious disease or other condition. The public health case can include a health-related event concerning a single individual or it may refer to multiple health-related events that are occurrences of the same disease or condition of interest to public health. An outbreak involving multiple individuals may be considered as a type of public health case. A public health case definition (Act.moodCode = \"definition\") includes the description of the clinical, laboratory, and epidemiologic indicators associated with a disease or condition of interest to public health. There are case definitions for conditions that are reportable, as well as for those that are not. There are also case definitions for outbreaks. A public health case definition is a construct used by public health for the purpose of counting cases, and should not be used as clinical indications for treatment. Examples include AIDS, toxic-shock syndrome, and salmonellosis and their associated indicators that are used to define a case."; 1564 case OUTB: return "An outbreak represents a series of public health cases. The date on which an outbreak starts is the earliest date of onset among the cases assigned to the outbreak, and its ending date is the last date of onset among the cases assigned to the outbreak."; 1565 case DGIMG: return "Class for holding attributes unique to diagnostic images."; 1566 case GEN: return "Description:An observation of genomic phenomena."; 1567 case DETPOL: return "Description:A determinant peptide in a polypeptide as described by polypeptide."; 1568 case EXP: return "Description:An expression level of genes/proteins or other expressed genomic entities."; 1569 case LOC: return "Description:The position of a gene (or other significant sequence) on the genome."; 1570 case PHN: return "Description:A genomic phenomenon that is expressed externally in the organism."; 1571 case POL: return "Description:A polypeptide resulting from the translation of a gene."; 1572 case SEQ: return "Description:A sequence of biomolecule like the DNA, RNA, protein and the like."; 1573 case SEQVAR: return "Description:A variation in a sequence as described by BioSequence."; 1574 case INVSTG: return "An formalized inquiry into the circumstances surrounding a particular unplanned event or potential event for the purposes of identifying possible causes and contributing factors for the event. This investigation could be conducted at a local institutional level or at the level of a local or national government."; 1575 case OBSSER: return "Container for Correlated Observation Sequences sharing a common frame of reference. All Observations of the same cd must be comparable and relative to the common frame of reference. For example, a 3-channel ECG device records a 12-lead ECG in 4 steps (3 leads at a time). Each of the separate 3-channel recordings would be in their own \"OBSCOR\". And, all 4 OBSCOR would be contained in one OBSSER because all the times are relative to the same origin (beginning of the recording) and all the ECG signals were from a fixed set of electrodes."; 1576 case OBSCOR: return "Container for Observation Sequences (Observations whose values are contained in LIST<>'s) having values correlated with each other. Each contained Observation Sequence LIST<> must be the same length. Values in the LIST<>'s are correlated based on index. E.g. the values in position 2 in all the LIST<>'s are correlated. This is analogous to a table where each column is an Observation Sequence with a LIST<> of values, and each row in the table is a correlation between the columns. For example, a 12-lead ECG would contain 13 sequences: one sequence for time, and a sequence for each of the 12 leads."; 1577 case POS: return "An observation denoting the physical location of a person or thing based on a reference coordinate system."; 1578 case POSACC: return "Description:An observation representing the degree to which the assignment of the spatial coordinates, based on a matching algorithm by a geocoding engine against a reference spatial database, matches true or accepted values."; 1579 case POSCOORD: return "Description:An observation representing one of a set of numerical values used to determine the position of a place. The name of the coordinate value is determined by the reference coordinate system."; 1580 case SPCOBS: return "An observation on a specimen in a laboratory environment that may affect processing, analysis or result interpretation"; 1581 case VERIF: return "An act which describes the process whereby a 'verifying party' validates either the existence of the Role attested to by some Credential or the actual Vetting act and its details."; 1582 case PCPR: return "An Act that of taking on whole or partial responsibility for, or attention to, safety and well-being of a subject of care. \r\n\n \n Discussion: A care provision event may exist without any other care actions taking place. For example, when a patient is assigned to the care of a particular health professional.\r\n\n In request (RQO) mood care provision communicates a referral, which is a request:\r\n\n \n \n from one party (linked as a participant of type author (AUT)),\r\n\n \n \n to another party (linked as a participant of type performer (PRF),\r\n\n \n \n to take responsibility for a scope specified by the code attribute, \r\n\n \n \n for an entity (linked as a participant of type subject (SBJ)).\r\n\n \n \n The scope of the care for which responsibility is taken is identified by code attribute.\r\n\n In event (EVN) mood care provision indicates the effective time interval of a specified scope of responsibility by a performer (PRF) or set of performers (PRF) for a subject (SBJ).\r\n\n \n Examples:\n \r\n\n \n \n Referral from GP to a specialist.\r\n\n \n \n Assignment of a patient or group of patients to the case list of a health professional.\r\n\n \n \n Assignment of inpatients to the care of particular nurses for a working shift."; 1583 case ENC: return "An interaction between a patient and healthcare participant(s) for the purpose of providing patient service(s) or assessing the health status of a patient. For example, outpatient visit to multiple departments, home health support (including physical therapy), inpatient hospital stay, emergency room visit, field visit (e.g., traffic accident), office visit, occupational therapy, telephone call."; 1584 case POLICY: return "Description:A mandate, regulation, obligation, requirement, rule, or expectation unilaterally imposed by one party on:\r\n\n \n \n The activity of another party\r\n\n \n \n The behavior of another party\r\n\n \n \n The manner in which an act is executed"; 1585 case JURISPOL: return "Description:A mandate, regulation, obligation, requirement, rule, or expectation unilaterally imposed by a jurisdiction on:\r\n\n \n \n The activity of another party\r\n\n \n \n The behavior of another party\r\n\n \n \n The manner in which an act is executed\r\n\n \n \n \n Examples:A jurisdictional mandate regarding the prescribing and dispensing of a particular medication. A jurisdictional privacy or security regulation dictating the manner in which personal health information is disclosed. A jurisdictional requirement that certain services or health conditions are reported to a monitoring program, e.g., immunizations, methadone treatment, or cancer registries."; 1586 case ORGPOL: return "Description:A mandate, obligation, requirement, rule, or expectation unilaterally imposed by an organization on:\r\n\n \n \n The activity of another party\r\n\n \n \n The behavior of another party\r\n\n \n \n The manner in which an act is executed\r\n\n \n \n \n Examples:A clinical or research protocols imposed by a payer, a malpractice insurer, or an institution to which a provider must adhere. A mandate imposed by a denominational institution for a provider to provide or withhold certain information from the patient about treatment options."; 1587 case SCOPOL: return "Description:An ethical or clinical obligation, requirement, rule, or expectation imposed or strongly encouraged by organizations that oversee particular clinical domains or provider certification which define the boundaries within which a provider may practice and which may have legal basis or ramifications on:\r\n\n \n \n The activity of another party\r\n\n \n \n The behavior of another party\r\n\n \n \n The manner in which an act is executed\r\n\n \n \n \n Examples:An ethical obligation for a provider to fully inform a patient about all treatment options. An ethical obligation for a provider not to disclose personal health information that meets certain criteria, e.g., where disclosure might result in harm to the patient or another person. The set of health care services which a provider is credentialed or privileged to provide."; 1588 case STDPOL: return "Description:A requirement, rule, or expectation typically documented as guidelines, protocols, or formularies imposed or strongly encouraged by an organization that oversees or has authority over the practices within a domain, and which may have legal basis or ramifications on:\r\n\n \n \n The activity of another party\r\n\n \n \n The behavior of another party\r\n\n \n \n The manner in which an act is executed\r\n\n \n \n \n Examples:A payer may require a prescribing provider to adhere to formulary guidelines. An institution may adopt clinical guidelines and protocols and implement these within its electronic health record and decision support systems."; 1589 case PROC: return "An Act whose immediate and primary outcome (post-condition) is the alteration of the physical condition of the subject.\r\n\n \n Examples: : Procedures may involve the disruption of some body surface (e.g. an incision in a surgical procedure), but they also include conservative procedures such as reduction of a luxated join, chiropractic treatment, massage, balneotherapy, acupuncture, shiatsu, etc. Outside of clinical medicine, procedures may be such things as alteration of environments (e.g. straightening rivers, draining swamps, building dams) or the repair or change of machinery etc."; 1590 case SBADM: return "The act of introducing or otherwise applying a substance to the subject.\r\n\n \n Discussion: The effect of the substance is typically established on a biochemical basis, however, that is not a requirement. For example, radiotherapy can largely be described in the same way, especially if it is a systemic therapy such as radio-iodine. This class also includes the application of chemical treatments to an area.\r\n\n \n Examples: Chemotherapy protocol; Drug prescription; Vaccination record"; 1591 case SBEXT: return "Description: The act of removing a substance from the subject."; 1592 case SPECCOLLECT: return "A procedure for obtaining a specimen from a source entity."; 1593 case REG: return "Represents the act of maintaining information about the registration of its associated registered subject. The subject can be either an Act or a Role, and includes subjects such as lab exam definitions, drug protocol definitions, prescriptions, persons, patients, practitioners, and equipment.\r\n\n The registration may have a unique identifier - separate from the unique identification of the subject - as well as a core set of related participations and act relationships that characterize the registration event and aid in the disposition of the subject information by a receiving system."; 1594 case REV: return "The act of examining and evaluating the subject, usually another act. For example, \"This prescription needs to be reviewed in 2 months.\""; 1595 case SPCTRT: return "A procedure or treatment performed on a specimen to prepare it for analysis"; 1596 case SPLY: return "Supply orders and deliveries are simple Acts that focus on the delivered product. The product is associated with the Supply Act via Participation.typeCode=\"product\". With general Supply Acts, the precise identification of the Material (manufacturer, serial numbers, etc.) is important. Most of the detailed information about the Supply should be represented using the Material class. If delivery needs to be scheduled, tracked, and billed separately, one can associate a Transportation Act with the Supply Act. Pharmacy dispense services are represented as Supply Acts, associated with a SubstanceAdministration Act. The SubstanceAdministration class represents the administration of medication, while dispensing is supply."; 1597 case DIET: return "Diet services are supply services, with some aspects resembling Medication services: the detail of the diet is given as a description of the Material associated via Participation.typeCode=\"product\". Medically relevant diet types may be communicated in the Diet.code attribute using domain ActDietCode, however, the detail of the food supplied and the various combinations of dishes should be communicated as Material instances.\r\n\n \n Deprecation Note\n \r\n\n \n Class: Use either the Supply class (if dealing with what should be given to the patient) or SubstanceAdministration class (if dealing with what the patient should consume)\r\n\n \n energyQuantity: This quantity can be conveyed by using a Content relationship with a quantity attribute expressing the calories\r\n\n \n carbohydrateQuantity:This quantity can be conveyed using a Content relationship to an Entity with a code of carbohydrate and a quantity attribute on the content relationship."; 1598 case STORE: return "The act of putting something away for safe keeping. The \"something\" may be physical object such as a specimen, or information, such as observations regarding a specimen."; 1599 case SUBST: return "Definition: Indicates that the subject Act has undergone or should undergo substitution of a type indicated by Act.code.\r\n\n Rationale: Used to specify \"allowed\" substitution when creating orders, \"actual\" susbstitution when sending events, as well as the reason for the substitution and who was responsible for it."; 1600 case TRFR: return "Definition: The act of transferring information without the intent of imparting understanding about a topic to the subject that is the recipient or holder of the transferred information where the participation association must be RCV or HLD."; 1601 case TRNS: return "Transportation is the moving of a payload (people or material) from a location of origin to a destination location. Thus, any transport service has the three target instances of type payload, origin, and destination, besides the targets that are generally used for any service (i.e., performer, device, etc.)"; 1602 case XACT: return "A sub-class of Act representing any transaction between two accounts whose value is measured in monetary terms.\r\n\n In the \"intent\" mood, communicates a request for a transaction to be initiated, or communicates a transfer of value between two accounts.\r\n\n In the \"event\" mood, communicates the posting of a transaction to an account."; 1603 case _ACTCLASSCONTAINER: return "ActClassContainer"; 1604 case ENTRY: return "This context represents the information acquired and recorded for an observation, a clinical statement such as a portion of the patient's history or an inference or assertion, or an action that might be intended or has actually been performed. This class may represent both the actual data describing the observation, inference, or action, and optionally the details supporting the clinical reasoning process such as a reference to an electronic guideline, decision support system, or other knowledge reference."; 1605 case ORGANIZER: return "Organizer of entries. Navigational. No semantic content. Knowledge of the section code is not required to interpret contained observations. Represents a heading in a heading structure, or \"organizer tree\".\r\n\n The record entries relating to a single clinical session are usually grouped under headings that represent phases of the encounter, or assist with layout and navigation. Clinical headings usually reflect the clinical workflow during a care session, and might also reflect the main author's reasoning processes. Much research has demonstrated that headings are used differently by different professional groups and specialties, and that headings are not used consistently enough to support safe automatic processing of the E H R."; 1606 case DOCCNTNT: return ""; 1607 case DOCLIST: return ""; 1608 case DOCLSTITM: return ""; 1609 case DOCPARA: return ""; 1610 case DOCTBL: return ""; 1611 case LINKHTML: return ""; 1612 case LOCALATTR: return ""; 1613 case LOCALMRKP: return ""; 1614 case ORDERED: return ""; 1615 case REFR: return ""; 1616 case TBLCOL: return ""; 1617 case TBLCOLGP: return ""; 1618 case TBLDATA: return ""; 1619 case TBLHDR: return ""; 1620 case TBLROW: return ""; 1621 case TBODY: return ""; 1622 case TFOOT: return ""; 1623 case THEAD: return ""; 1624 case UNORDERED: return ""; 1625 default: return "?"; 1626 } 1627 } 1628 public String getDisplay() { 1629 switch (this) { 1630 case ACT: return "act"; 1631 case _ACTCLASSRECORDORGANIZER: return "record organizer"; 1632 case COMPOSITION: return "composition"; 1633 case DOC: return "document"; 1634 case DOCCLIN: return "clinical document"; 1635 case CDALVLONE: return "CDA Level One clinical document"; 1636 case CONTAINER: return "record container"; 1637 case CATEGORY: return "category"; 1638 case DOCBODY: return "document body"; 1639 case DOCSECT: return "document section"; 1640 case TOPIC: return "topic"; 1641 case EXTRACT: return "extract"; 1642 case EHR: return "electronic health record"; 1643 case FOLDER: return "folder"; 1644 case GROUPER: return "grouper"; 1645 case CLUSTER: return "Cluster"; 1646 case ACCM: return "accommodation"; 1647 case ACCT: return "account"; 1648 case ACSN: return "accession"; 1649 case ADJUD: return "financial adjudication"; 1650 case CACT: return "control act"; 1651 case ACTN: return "action"; 1652 case INFO: return "information"; 1653 case STC: return "state transition control"; 1654 case CNTRCT: return "contract"; 1655 case FCNTRCT: return "financial contract"; 1656 case COV: return "coverage"; 1657 case CONC: return "concern"; 1658 case HCASE: return "public health case"; 1659 case OUTBR: return "outbreak"; 1660 case CONS: return "consent"; 1661 case CONTREG: return "container registration"; 1662 case CTTEVENT: return "clinical trial timepoint event"; 1663 case DISPACT: return "disciplinary action"; 1664 case EXPOS: return "exposure"; 1665 case AEXPOS: return "acquisition exposure"; 1666 case TEXPOS: return "transmission exposure"; 1667 case INC: return "incident"; 1668 case INFRM: return "inform"; 1669 case INVE: return "invoice element"; 1670 case LIST: return "working list"; 1671 case MPROT: return "monitoring program"; 1672 case OBS: return "observation"; 1673 case _ACTCLASSROI: return "ActClassROI"; 1674 case ROIBND: return "bounded ROI"; 1675 case ROIOVL: return "overlay ROI"; 1676 case _SUBJECTPHYSICALPOSITION: return "subject physical position"; 1677 case _SUBJECTBODYPOSITION: return "subject body position"; 1678 case LLD: return "left lateral decubitus"; 1679 case PRN: return "prone"; 1680 case RLD: return "right lateral decubitus"; 1681 case SFWL: return "Semi-Fowler's"; 1682 case SIT: return "sitting"; 1683 case STN: return "standing"; 1684 case SUP: return "supine"; 1685 case RTRD: return "reverse trendelenburg"; 1686 case TRD: return "trendelenburg"; 1687 case ALRT: return "detected issue"; 1688 case BATTERY: return "battery"; 1689 case CLNTRL: return "clinical trial"; 1690 case CNOD: return "Condition Node"; 1691 case COND: return "Condition"; 1692 case CASE: return "public health case"; 1693 case OUTB: return "outbreak"; 1694 case DGIMG: return "diagnostic image"; 1695 case GEN: return "genomic observation"; 1696 case DETPOL: return "determinant peptide"; 1697 case EXP: return "expression level"; 1698 case LOC: return "locus"; 1699 case PHN: return "phenotype"; 1700 case POL: return "polypeptide"; 1701 case SEQ: return "bio sequence"; 1702 case SEQVAR: return "bio sequence variation"; 1703 case INVSTG: return "investigation"; 1704 case OBSSER: return "observation series"; 1705 case OBSCOR: return "correlated observation sequences"; 1706 case POS: return "position"; 1707 case POSACC: return "position accuracy"; 1708 case POSCOORD: return "position coordinate"; 1709 case SPCOBS: return "specimen observation"; 1710 case VERIF: return "Verification"; 1711 case PCPR: return "care provision"; 1712 case ENC: return "encounter"; 1713 case POLICY: return "policy"; 1714 case JURISPOL: return "jurisdictional policy"; 1715 case ORGPOL: return "organizational policy"; 1716 case SCOPOL: return "scope of practice policy"; 1717 case STDPOL: return "standard of practice policy"; 1718 case PROC: return "procedure"; 1719 case SBADM: return "substance administration"; 1720 case SBEXT: return "Substance Extraction"; 1721 case SPECCOLLECT: return "Specimen Collection"; 1722 case REG: return "registration"; 1723 case REV: return "review"; 1724 case SPCTRT: return "specimen treatment"; 1725 case SPLY: return "supply"; 1726 case DIET: return "diet"; 1727 case STORE: return "storage"; 1728 case SUBST: return "Substitution"; 1729 case TRFR: return "transfer"; 1730 case TRNS: return "transportation"; 1731 case XACT: return "financial transaction"; 1732 case _ACTCLASSCONTAINER: return "ActClassContainer"; 1733 case ENTRY: return "entry"; 1734 case ORGANIZER: return "organizer"; 1735 case DOCCNTNT: return "DOCCNTNT"; 1736 case DOCLIST: return "DOCLIST"; 1737 case DOCLSTITM: return "DOCLSTITM"; 1738 case DOCPARA: return "DOCPARA"; 1739 case DOCTBL: return "DOCTBL"; 1740 case LINKHTML: return "LINKHTML"; 1741 case LOCALATTR: return "LOCALATTR"; 1742 case LOCALMRKP: return "LOCALMRKP"; 1743 case ORDERED: return "ordered"; 1744 case REFR: return "REFR"; 1745 case TBLCOL: return "TBLCOL"; 1746 case TBLCOLGP: return "TBLCOLGP"; 1747 case TBLDATA: return "TBLDATA"; 1748 case TBLHDR: return "TBLHDR"; 1749 case TBLROW: return "TBLROW"; 1750 case TBODY: return "tbody"; 1751 case TFOOT: return "tfoot"; 1752 case THEAD: return "thead"; 1753 case UNORDERED: return "unordered"; 1754 default: return "?"; 1755 } 1756 } 1757 1758 1759} 1760