public interface EncountersSection
extends org.eclipse.mdht.uml.cda.Section
This section is used to list and describe any healthcare encounters pertinent to the patient's current health status or historical health history. An Encounter is an interaction, regardless of the setting, between a patient and a practitioner who is vested with primary responsibility for diagnosing, evaluating, or treating the patient's condition. It may include visits, appointments, as well as non face-to-face interactions. It is also a contact between a patient and a practitioner who has primary responsibility for assessing and treating the patient at a given contact, exercising independent judgment. This section may contain all encounters for the time period being summarized, but should include notable encounters.
CCDPackage.getEncountersSection()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<EncountersActivity> |
getEncountersActivities() |
EncountersSection |
init() |
EncountersSection |
init(Iterable<? extends org.eclipse.mdht.emf.runtime.util.Initializer<? extends org.eclipse.emf.ecore.EObject>> initializers) |
boolean |
validateEncountersSectionCode(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateEncountersSectionEncountersActivity(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateEncountersSectionTemplateId(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateEncountersSectionText(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
boolean |
validateEncountersSectionTitle(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
addAct, addEncounter, addObservation, addObservationMedia, addOrganizer, addProcedure, addRegionOfInterest, addSection, addSubstanceAdministration, addSupply, createStrucDocText, getActs, getAllSections, getAuthors, getClassCode, getClinicalDocument, getCode, getComponents, getConfidentialityCode, getEncounters, getEntries, getEntryTargets, getEntryTargets, getId, getInformants, getLanguageCode, getMoodCode, getNullFlavor, getObservationMedia, getObservations, getOrganizers, getProcedures, getRealmCodes, getRegionsOfInterest, getSectionId, getSections, getSubject, getSubstanceAdministrations, getSupplies, getTemplateIds, getText, getTitle, getTypeId, hasActTemplate, hasCode, hasEncounterTemplate, hasObservationMediaTemplate, hasObservationTemplate, hasOrganizerTemplate, hasProcedureTemplate, hasRegionOfInterestTemplate, hasSectionTemplate, hasSubstanceAdministrationTemplate, hasSupplyTemplate, hasTemplateId, isSetClassCode, isSetMoodCode, isSetNullFlavor, isSetSectionId, setClassCode, setCode, setConfidentialityCode, setId, setLanguageCode, setMoodCode, setNullFlavor, setSectionId, setSubject, setText, setTitle, setTypeId, unsetClassCode, unsetMoodCode, unsetNullFlavor, unsetSectionId, validateClassCode, validateMoodCode
getInboundRelationships, getNegationInd, getOutboundRelationships, getParticipations, isClassCodeDefined, isMoodCodeDefined
hasContent, isDefined, isNullFlavorDefined, isNullFlavorUndefined
boolean validateEncountersSectionTemplateId(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
boolean validateEncountersSectionCode(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
boolean validateEncountersSectionTitle(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
boolean validateEncountersSectionText(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
boolean validateEncountersSectionEncountersActivity(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
org.eclipse.emf.common.util.EList<EncountersActivity> getEncountersActivities()
EncountersSection init()
EncountersSection init(Iterable<? extends org.eclipse.mdht.emf.runtime.util.Initializer<? extends org.eclipse.emf.ecore.EObject>> initializers)
Copyright © 2019. All rights reserved.