
Uses of Class
org.hl7.fhir.r5.openehr.DV_CODED_TEXT
Packages that use DV_CODED_TEXT
-
Uses of DV_CODED_TEXT in org.hl7.fhir.r5.openehr
Fields in org.hl7.fhir.r5.openehr declared as DV_CODED_TEXTModifier and TypeFieldDescriptionprotected DV_CODED_TEXT
ISM_TRANSITION.careflow_step
The step in the careflow process which occurred as part of generating this action, e.g. dispense , start_administration.protected DV_CODED_TEXT
COMPOSITION.category
Temporal category of this Composition, i.e. 431|persistent| - of potential life-time validity;* 451|episodic| - valid over the life of a care episode;* 433|event| - valid at the time of recording (long-term validity requires subsequent clinical assessment).protected DV_CODED_TEXT
AUDIT_DETAILS.change_type
Type of change.protected DV_CODED_TEXT
ISM_TRANSITION.current_state
The ISM current state.protected DV_CODED_TEXT
ORIGINAL_VERSION.lifecycle_state
Lifecycle state of the content item in this version; coded by openEHR vocabulary version lifecycle state.protected DV_CODED_TEXT
INTERVAL_EVENT.math_function
Mathematical function of the data of this event, e.g. maximum, mean etc.protected DV_CODED_TEXT
PARTICIPATION.mode
Optional reference to more detailed demographic or identification information for this party, in an external system.protected DV_CODED_TEXT
ELEMENT.null_flavour
Flavour of null value, e.g. 253|unknown|, 271|no information|, 272|masked|, and 273|not applicable|.protected DV_CODED_TEXT
TERM_MAPPING.purpose
Purpose of the mapping e.g.protected DV_CODED_TEXT
PARTY_RELATED.relationship
Relationship of subject of this ENTRY to the subject of the record.protected DV_CODED_TEXT
EVENT_CONTEXT.setting
The clinical session context of this Composition, i.e. the contextual attributes of the clinical session.protected DV_CODED_TEXT
DV_ORDINAL.symbol
Coded textual representation of this value in the enumeration, which may be strings made from + symbols, or other enumerations of terms such as mild, moderate, severe, or even the same number series as the values, e.g. 1, 2, 3.protected DV_CODED_TEXT
DV_SCALE.symbol
Coded textual representation of this value in the scale range, which may be strings made from symbols or other enumerations of terms such as no breathlessness, very very slight, slight breathlessness.protected DV_CODED_TEXT
ISM_TRANSITION.transition
The ISM transition which occurred to arrive in the current_state.protected DV_CODED_TEXT
DV_STATE.value
The state name.Methods in org.hl7.fhir.r5.openehr that return DV_CODED_TEXTModifier and TypeMethodDescriptionDV_CODED_TEXT.copy()
ISM_TRANSITION.getCareflow_step()
COMPOSITION.getCategory()
AUDIT_DETAILS.getChange_type()
ISM_TRANSITION.getCurrent_state()
ORIGINAL_VERSION.getLifecycle_state()
INTERVAL_EVENT.getMath_function()
PARTICIPATION.getMode()
ELEMENT.getNull_flavour()
TERM_MAPPING.getPurpose()
PARTY_RELATED.getRelationship()
EVENT_CONTEXT.getSetting()
DV_ORDINAL.getSymbol()
DV_SCALE.getSymbol()
ISM_TRANSITION.getTransition()
DV_STATE.getValue()
protected DV_CODED_TEXT
OpenehrJsonParser.parseDV_CODED_TEXT
(com.google.gson.JsonObject json) protected DV_CODED_TEXT
OpenehrXmlParser.parseDV_CODED_TEXT
(org.xmlpull.v1.XmlPullParser xpp) DV_CODED_TEXT.setDefining_code
(CODE_PHRASE value) protected DV_CODED_TEXT
DV_CODED_TEXT.typedCopy()
Methods in org.hl7.fhir.r5.openehr with parameters of type DV_CODED_TEXTModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeDV_CODED_TEXT
(String name, DV_CODED_TEXT element) protected void
OpenehrXmlParser.composeDV_CODED_TEXT
(String name, DV_CODED_TEXT element) protected void
OpenehrXmlParser.composeDV_CODED_TEXTElements
(DV_CODED_TEXT element) protected void
OpenehrJsonParser.composeDV_CODED_TEXTProperties
(DV_CODED_TEXT element) void
DV_CODED_TEXT.copyValues
(DV_CODED_TEXT dst) protected boolean
OpenehrXmlParser.parseDV_CODED_TEXTContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DV_CODED_TEXT res) protected void
OpenehrJsonParser.parseDV_CODED_TEXTProperties
(com.google.gson.JsonObject json, DV_CODED_TEXT res) ISM_TRANSITION.setCareflow_step
(DV_CODED_TEXT value) COMPOSITION.setCategory
(DV_CODED_TEXT value) AUDIT_DETAILS.setChange_type
(DV_CODED_TEXT value) ISM_TRANSITION.setCurrent_state
(DV_CODED_TEXT value) ORIGINAL_VERSION.setLifecycle_state
(DV_CODED_TEXT value) INTERVAL_EVENT.setMath_function
(DV_CODED_TEXT value) PARTICIPATION.setMode
(DV_CODED_TEXT value) ELEMENT.setNull_flavour
(DV_CODED_TEXT value) TERM_MAPPING.setPurpose
(DV_CODED_TEXT value) PARTY_RELATED.setRelationship
(DV_CODED_TEXT value) EVENT_CONTEXT.setSetting
(DV_CODED_TEXT value) DV_ORDINAL.setSymbol
(DV_CODED_TEXT value) DV_SCALE.setSymbol
(DV_CODED_TEXT value) ISM_TRANSITION.setTransition
(DV_CODED_TEXT value) DV_STATE.setValue
(DV_CODED_TEXT value) Constructors in org.hl7.fhir.r5.openehr with parameters of type DV_CODED_TEXTModifierConstructorDescriptionAUDIT_DETAILS
(String system_id, DV_DATE_TIME time_committed, DV_CODED_TEXT change_type, PARTY_PROXY committer) ConstructorCOMPOSITION
(CODE_PHRASE language, CODE_PHRASE territory, DV_CODED_TEXT category, PARTY_PROXY composer) ConstructorDV_ORDINAL
(DV_CODED_TEXT symbol, int value) ConstructorDV_SCALE
(DV_CODED_TEXT symbol, BigDecimal value) ConstructorDV_STATE
(DV_CODED_TEXT value, boolean is_terminal) ConstructorEVENT_CONTEXT
(DV_DATE_TIME start_time, DV_CODED_TEXT setting) ConstructorINTERVAL_EVENT
(DV_DURATION width, DV_CODED_TEXT math_function) ConstructorISM_TRANSITION
(DV_CODED_TEXT current_state) ConstructorORIGINAL_VERSION
(OBJECT_VERSION_ID uid, OBJECT_VERSION_ID preceding_version_uid, DV_CODED_TEXT lifecycle_state) ConstructorPARTY_RELATED
(DV_CODED_TEXT relationship) Constructor