
Uses of Class
org.hl7.fhir.r5.openehr.Any
Packages that use Any
- 
Uses of Any in org.hl7.fhir.r5.openehrSubclasses of Any in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclassUsed to record a clinical action that has been performed, which may have been ad hoc, or due to the execution of an Activity in an Instruction workflow.classUsed to specify actions in the future.classAncestor of all real-world types, including people and organisations.classAddress of contact, which may be electronic or geographic.classEntry subtype for administrative information, i.e. information about setting up the clinical process, but not itself clinically relevant.classGeneric concept of any kind of agent, including devices, software systems, but not humans or organisations.classCapability of a role, such as ehr modifier, health care provider.classThe abstract parent of all clinical ENTRY subtypes.classThe grouping variant of ITEM, which may contain further instances of ITEM, in an ordered list.classContent of one version in a VERSIONED_COMPOSITION.classDescription of a means of contact of a Party.classContent of one version in a VERSIONED_CONTENT_ITEM.classAbstract parent class of all data structure types.classThe EHR object is the root object and access point of an EHR for a subject of care.classEHR-wide access control object.classSingle object per EHR containing various EHR-wide status flags and settings, including whether this EHR can be queried, modified etc.classThe leaf variant of ITEM, to which a DATA_VALUE instance is attached.classThe abstract parent of all ENTRY subtypes.classEntry type for evaluation statements.classDefines the abstract notion of a single event in a series.classDocuments the context information of a healthcare event involving the subject of care and the health system.classThe concept of a named folder.classA group is a real world group of parties which is created by another party, usually an organisation, for some specific purpose.classRoot object of a linear history, i.e. time series structure.classUsed to specify actions in the future.classUsed to record details of the Instruction causing an Action.classDefines a single interval event in a series.classModel of a transition in the Instruction State Machine, caused by a careflow step.classThe abstract parent of CLUSTER and ELEMENT representation classes.classLogical list data structure, where each item has a value and can be referred to by a name and a positional index in the list.classLogical single value data structure.classAbstract parent class of all spatial data types.classLogical relational database style table data structure, in which columns are named and ordered with respect to each other.classLogical tree data structure.classThe LOCATABLE class defines the pathing capabilities used by nearly all classes in the openEHR reference model, mostly via inheritance of LOCATABLE.classEntry subtype for all clinical data in the past or present, i.e. which (by the time it is recorded) has already occurred.classGeneric description of organisations.classModel of a participation of a Party (any Actor or Role) in an activity.classAncestor of all Party types, including real world entities and their roles.classAn identity owned by a Party, such as a person name or company name, and which is used by the Party to identify itself.classGeneric description of a relationship between parties.classThe PATHABLE class defines the pathing capabilities used by nearly all classes in the openEHR reference model, mostly via inheritance of PATHABLE.classGeneric description of persons.classDefines a single point event in a series.classGeneric description of a role performed by an Actor.classRepresents a heading in a heading structure, or section tree.Fields in org.hl7.fhir.r5.openehr declared as AnyModifier and TypeFieldDescriptionprotected AnyEVENT.dataThe data of this event.protected AnyORIGINAL_VERSION.dataData content of this Version.Methods in org.hl7.fhir.r5.openehr that return AnyModifier and TypeMethodDescriptionabstract AnyAny.copy()EVENT.getData()ORIGINAL_VERSION.getData()protected AnyOpenehrJsonParser.parseAny(com.google.gson.JsonObject json) protected AnyOpenehrXmlParser.parseAny(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.openehr with parameters of type AnyModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composeAny(String name, Any element) protected voidOpenehrXmlParser.composeAny(String name, Any element) protected voidOpenehrXmlParser.composeAnyElements(Any element) protected voidOpenehrJsonParser.composeAnyProperties(Any element) voidAny.copyValues(Any dst) protected booleanOpenehrXmlParser.parseAnyContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Any res) protected voidOpenehrJsonParser.parseAnyProperties(com.google.gson.JsonObject json, Any res) Constructors in org.hl7.fhir.r5.openehr with parameters of type Any