Class ChVacdMedicalProblem

java.lang.Object
org.hl7.fhir.r4.model.Base
org.hl7.fhir.r4.model.BaseResource
org.hl7.fhir.r4.model.Resource
org.hl7.fhir.r4.model.DomainResource
org.hl7.fhir.r4.model.Condition
All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IAnyResource, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions, org.hl7.fhir.instance.model.api.IBaseResource, org.hl7.fhir.instance.model.api.IDomainResource

public class ChVacdMedicalProblem extends ChVacdCondition
The HAPI custom structure for CH-V ACD MedicalProblem.
Author:
Roeland Luykx
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.hl7.fhir.r4.model.Condition

    org.hl7.fhir.r4.model.Condition.ConditionEvidenceComponent, org.hl7.fhir.r4.model.Condition.ConditionStageComponent
  • Field Summary

    Fields inherited from class org.projecthusky.fhir.vacd.ch.common.resource.r4.ChVacdCondition

    conflict, relatesTo

    Fields inherited from class org.hl7.fhir.r4.model.Condition

    abatement, ABATEMENT_AGE, ABATEMENT_DATE, ABATEMENT_STRING, asserter, ASSERTER, asserterTarget, BODY_SITE, bodySite, category, CATEGORY, CLINICAL_STATUS, clinicalStatus, code, CODE, encounter, ENCOUNTER, encounterTarget, evidence, EVIDENCE, EVIDENCE_DETAIL, identifier, IDENTIFIER, INCLUDE_ASSERTER, INCLUDE_ENCOUNTER, INCLUDE_EVIDENCE_DETAIL, INCLUDE_PATIENT, INCLUDE_SUBJECT, note, onset, ONSET_AGE, ONSET_DATE, ONSET_INFO, PATIENT, RECORDED_DATE, recordedDate, recorder, recorderTarget, severity, SEVERITY, SP_ABATEMENT_AGE, SP_ABATEMENT_DATE, SP_ABATEMENT_STRING, SP_ASSERTER, SP_BODY_SITE, SP_CATEGORY, SP_CLINICAL_STATUS, SP_CODE, SP_ENCOUNTER, SP_EVIDENCE, SP_EVIDENCE_DETAIL, SP_IDENTIFIER, SP_ONSET_AGE, SP_ONSET_DATE, SP_ONSET_INFO, SP_PATIENT, SP_RECORDED_DATE, SP_SEVERITY, SP_STAGE, SP_SUBJECT, SP_VERIFICATION_STATUS, stage, STAGE, subject, SUBJECT, subjectTarget, VERIFICATION_STATUS, verificationStatus

    Fields inherited from class org.hl7.fhir.r4.model.DomainResource

    contained, extension, modifierExtension, text

    Fields inherited from class org.hl7.fhir.r4.model.Resource

    id, implicitRules, language, meta

    Fields inherited from interface org.hl7.fhir.instance.model.api.IAnyResource

    RES_ID, RES_LAST_UPDATED, RES_PROFILE, RES_SECURITY, RES_TAG, SP_RES_ID, SP_RES_LAST_UPDATED, SP_RES_PROFILE, SP_RES_SECURITY, SP_RES_TAG

    Fields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource

    INCLUDE_ALL, WILDCARD_ALL_SET
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.projecthusky.fhir.vacd.ch.common.resource.r4.ChVacdCondition

    copy, copyValues, getConflict, getRelatesTo, setConflict, setRelatesTo

    Methods inherited from class org.projecthusky.fhir.core.ch.resource.r4.ChCoreCondition

    resolvePatient

    Methods inherited from class org.hl7.fhir.r4.model.Condition

    addBodySite, addBodySite, addCategory, addCategory, addChild, addEvidence, addEvidence, addIdentifier, addIdentifier, addNote, addNote, addStage, addStage, equalsDeep, equalsShallow, fhirType, getAbatement, getAbatementAge, getAbatementDateTimeType, getAbatementPeriod, getAbatementRange, getAbatementStringType, getAsserter, getAsserterTarget, getBodySite, getBodySiteFirstRep, getCategory, getCategoryFirstRep, getClinicalStatus, getCode, getEncounter, getEncounterTarget, getEvidence, getEvidenceFirstRep, getIdentifier, getIdentifierFirstRep, getNamedProperty, getNote, getNoteFirstRep, getOnset, getOnsetAge, getOnsetDateTimeType, getOnsetPeriod, getOnsetRange, getOnsetStringType, getProperty, getRecordedDate, getRecordedDateElement, getRecorder, getRecorderTarget, getResourceType, getSeverity, getStage, getStageFirstRep, getSubject, getSubjectTarget, getTypesForProperty, getVerificationStatus, hasAbatement, hasAbatementAge, hasAbatementDateTimeType, hasAbatementPeriod, hasAbatementRange, hasAbatementStringType, hasAsserter, hasBodySite, hasCategory, hasClinicalStatus, hasCode, hasEncounter, hasEvidence, hasIdentifier, hasNote, hasOnset, hasOnsetAge, hasOnsetDateTimeType, hasOnsetPeriod, hasOnsetRange, hasOnsetStringType, hasRecordedDate, hasRecordedDateElement, hasRecorder, hasSeverity, hasStage, hasSubject, hasVerificationStatus, isEmpty, listChildren, makeProperty, removeChild, setAbatement, setAsserter, setAsserterTarget, setBodySite, setCategory, setClinicalStatus, setCode, setEncounter, setEncounterTarget, setEvidence, setIdentifier, setNote, setOnset, setProperty, setProperty, setRecordedDate, setRecordedDateElement, setRecorder, setRecorderTarget, setSeverity, setStage, setSubject, setSubjectTarget, setVerificationStatus, typedCopy

    Methods inherited from class org.hl7.fhir.r4.model.DomainResource

    addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getContained, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getExtensionString, getExtensionString, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasPrimitiveExtension, hasText, setContained, setExtension, setModifierExtension, setText

    Methods inherited from class org.hl7.fhir.r4.model.Resource

    copyValues, getId, getIdBase, getIdElement, getIdPart, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMeta

    Methods inherited from class org.hl7.fhir.r4.model.BaseResource

    getStructureFhirVersionEnum, isResource, setId

    Methods inherited from class org.hl7.fhir.r4.model.Base

    castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyValues, dateTimeValue, equals, getChildByName, getChildValueByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN, setXhtml

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource

    getId, getIdElement, getLanguageElement, getUserData, setId, setUserData

    Methods inherited from interface org.hl7.fhir.instance.model.api.IBase

    getFormatCommentsPost, getFormatCommentsPre, hasFormatComment

    Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource

    getMeta, getStructureFhirVersionEnum, isDeleted, setId
  • Constructor Details

    • ChVacdMedicalProblem

      public ChVacdMedicalProblem()