
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.openehrFields in org.hl7.fhir.r5.openehr declared as DV_CODED_TEXTModifier and TypeFieldDescriptionprotected DV_CODED_TEXTISM_TRANSITION.careflow_stepThe step in the careflow process which occurred as part of generating this action, e.g. dispense , start_administration.protected DV_CODED_TEXTCOMPOSITION.categoryTemporal 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_TEXTAUDIT_DETAILS.change_typeType of change.protected DV_CODED_TEXTISM_TRANSITION.current_stateThe ISM current state.protected DV_CODED_TEXTORIGINAL_VERSION.lifecycle_stateLifecycle state of the content item in this version; coded by openEHR vocabulary version lifecycle state.protected DV_CODED_TEXTINTERVAL_EVENT.math_functionMathematical function of the data of this event, e.g. maximum, mean etc.protected DV_CODED_TEXTPARTICIPATION.modeOptional reference to more detailed demographic or identification information for this party, in an external system.protected DV_CODED_TEXTELEMENT.null_flavourFlavour of null value, e.g. 253|unknown|, 271|no information|, 272|masked|, and 273|not applicable|.protected DV_CODED_TEXTTERM_MAPPING.purposePurpose of the mapping e.g.protected DV_CODED_TEXTPARTY_RELATED.relationshipRelationship of subject of this ENTRY to the subject of the record.protected DV_CODED_TEXTEVENT_CONTEXT.settingThe clinical session context of this Composition, i.e. the contextual attributes of the clinical session.protected DV_CODED_TEXTDV_ORDINAL.symbolCoded 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_TEXTDV_SCALE.symbolCoded 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_TEXTISM_TRANSITION.transitionThe ISM transition which occurred to arrive in the current_state.protected DV_CODED_TEXTDV_STATE.valueThe 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_TEXTOpenehrJsonParser.parseDV_CODED_TEXT(com.google.gson.JsonObject json) protected DV_CODED_TEXTOpenehrXmlParser.parseDV_CODED_TEXT(org.xmlpull.v1.XmlPullParser xpp) DV_CODED_TEXT.setDefining_code(CODE_PHRASE value) protected DV_CODED_TEXTDV_CODED_TEXT.typedCopy()Methods in org.hl7.fhir.r5.openehr with parameters of type DV_CODED_TEXTModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composeDV_CODED_TEXT(String name, DV_CODED_TEXT element) protected voidOpenehrXmlParser.composeDV_CODED_TEXT(String name, DV_CODED_TEXT element) protected voidOpenehrXmlParser.composeDV_CODED_TEXTElements(DV_CODED_TEXT element) protected voidOpenehrJsonParser.composeDV_CODED_TEXTProperties(DV_CODED_TEXT element) voidDV_CODED_TEXT.copyValues(DV_CODED_TEXT dst) protected booleanOpenehrXmlParser.parseDV_CODED_TEXTContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DV_CODED_TEXT res) protected voidOpenehrJsonParser.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