Class Observation
- java.lang.Object
-
- org.hl7.fhir.dstu2016may.model.Base
-
- org.hl7.fhir.dstu2016may.model.BaseResource
-
- org.hl7.fhir.dstu2016may.model.Resource
-
- org.hl7.fhir.dstu2016may.model.DomainResource
-
- org.hl7.fhir.dstu2016may.model.Observation
-
- 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 Observation extends DomainResource
Measurements and simple assertions made about a patient, device or other subject.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classObservation.ObservationComponentComponentstatic classObservation.ObservationReferenceRangeComponentstatic classObservation.ObservationRelatedComponentstatic classObservation.ObservationRelationshipTypestatic classObservation.ObservationRelationshipTypeEnumFactorystatic classObservation.ObservationStatusstatic classObservation.ObservationStatusEnumFactory
-
Field Summary
Fields Modifier and Type Field Description protected CodeableConceptbodySiteIndicates the site on the subject's body where the observation was made (i.e.protected CodeableConceptcategoryA code that classifies the general type of observation being made.static ca.uhn.fhir.rest.gclient.TokenClientParamCATEGORYFluent Client search parameter constant for categoryprotected CodeableConceptcodeDescribes what was observed.static ca.uhn.fhir.rest.gclient.TokenClientParamCODEFluent Client search parameter constant for codestatic ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.TokenClientParam>CODE_VALUE_CONCEPTFluent Client search parameter constant for code-value-conceptstatic ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.DateClientParam>CODE_VALUE_DATEFluent Client search parameter constant for code-value-datestatic ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.QuantityClientParam>CODE_VALUE_QUANTITYFluent Client search parameter constant for code-value-quantitystatic ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.StringClientParam>CODE_VALUE_STRINGFluent Client search parameter constant for code-value-stringprotected StringTypecommentMay include statements about significant, unexpected or unreliable values, or information about the source of the value where this may be relevant to the interpretation of the result.protected List<Observation.ObservationComponentComponent>componentSome observations have multiple component observations.static ca.uhn.fhir.rest.gclient.TokenClientParamCOMPONENT_CODEFluent Client search parameter constant for component-codestatic ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.TokenClientParam>COMPONENT_CODE_VALUE_CONCEPTFluent Client search parameter constant for component-code-value-conceptstatic ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.DateClientParam>COMPONENT_CODE_VALUE_DATEFluent Client search parameter constant for component-code-value-datestatic ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.QuantityClientParam>COMPONENT_CODE_VALUE_QUANTITYFluent Client search parameter constant for component-code-value-quantitystatic ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.StringClientParam>COMPONENT_CODE_VALUE_STRINGFluent Client search parameter constant for component-code-value-stringstatic ca.uhn.fhir.rest.gclient.TokenClientParamCOMPONENT_DATA_ABSENT_REASONFluent Client search parameter constant for component-data-absent-reasonstatic ca.uhn.fhir.rest.gclient.TokenClientParamCOMPONENT_VALUE_CONCEPTFluent Client search parameter constant for component-value-conceptstatic ca.uhn.fhir.rest.gclient.QuantityClientParamCOMPONENT_VALUE_QUANTITYFluent Client search parameter constant for component-value-quantitystatic ca.uhn.fhir.rest.gclient.StringClientParamCOMPONENT_VALUE_STRINGFluent Client search parameter constant for component-value-stringstatic ca.uhn.fhir.rest.gclient.TokenClientParamDATA_ABSENT_REASONFluent Client search parameter constant for data-absent-reasonprotected CodeableConceptdataAbsentReasonProvides a reason why the expected value in the element Observation.value[x] is missing.static ca.uhn.fhir.rest.gclient.DateClientParamDATEFluent Client search parameter constant for dateprotected ReferencedeviceThe device used to generate the observation data.static ca.uhn.fhir.rest.gclient.ReferenceClientParamDEVICEFluent Client search parameter constant for deviceprotected ResourcedeviceTargetThe actual object that is the target of the reference (The device used to generate the observation data.)protected TypeeffectiveThe time or time-period the observed value is asserted as being true.protected ReferenceencounterThe healthcare event (e.g.static ca.uhn.fhir.rest.gclient.ReferenceClientParamENCOUNTERFluent Client search parameter constant for encounterprotected EncounterencounterTargetThe actual object that is the target of the reference (The healthcare event (e.g.protected List<Identifier>identifierA unique identifier for the simple observation instance.static ca.uhn.fhir.rest.gclient.TokenClientParamIDENTIFIERFluent Client search parameter constant for identifierstatic ca.uhn.fhir.model.api.IncludeINCLUDE_DEVICEConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_ENCOUNTERConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_PATIENTConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_PERFORMERConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_RELATED_TARGETConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_SPECIMENConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_SUBJECTConstant for fluent queries to be used to add include statements.protected CodeableConceptinterpretationThe assessment made based on the result of the observation.protected InstantTypeissuedThe date and time this observation was made available to providers, typically after the results have been reviewed and verified.protected CodeableConceptmethodIndicates the mechanism used to perform the observation.static ca.uhn.fhir.rest.gclient.ReferenceClientParamPATIENTFluent Client search parameter constant for patientprotected List<Reference>performerWho was responsible for asserting the observed value as "true".static ca.uhn.fhir.rest.gclient.ReferenceClientParamPERFORMERFluent Client search parameter constant for performerprotected List<Resource>performerTargetThe actual objects that are the target of the reference (Who was responsible for asserting the observed value as "true".)protected List<Observation.ObservationReferenceRangeComponent>referenceRangeGuidance on how to interpret the value by comparison to a normal or recommended range.protected List<Observation.ObservationRelatedComponent>relatedA reference to another resource (usually another Observation but could also be a QuestionnaireAnswer) whose relationship is defined by the relationship type code.static ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.ReferenceClientParam,ca.uhn.fhir.rest.gclient.TokenClientParam>RELATEDFluent Client search parameter constant for relatedstatic ca.uhn.fhir.rest.gclient.ReferenceClientParamRELATED_TARGETFluent Client search parameter constant for related-targetstatic ca.uhn.fhir.rest.gclient.TokenClientParamRELATED_TYPEFluent Client search parameter constant for related-typestatic StringSP_CATEGORYSearch parameter: categorystatic StringSP_CODESearch parameter: codestatic StringSP_CODE_VALUE_CONCEPTSearch parameter: code-value-conceptstatic StringSP_CODE_VALUE_DATESearch parameter: code-value-datestatic StringSP_CODE_VALUE_QUANTITYSearch parameter: code-value-quantitystatic StringSP_CODE_VALUE_STRINGSearch parameter: code-value-stringstatic StringSP_COMPONENT_CODESearch parameter: component-codestatic StringSP_COMPONENT_CODE_VALUE_CONCEPTSearch parameter: component-code-value-conceptstatic StringSP_COMPONENT_CODE_VALUE_DATESearch parameter: component-code-value-datestatic StringSP_COMPONENT_CODE_VALUE_QUANTITYSearch parameter: component-code-value-quantitystatic StringSP_COMPONENT_CODE_VALUE_STRINGSearch parameter: component-code-value-stringstatic StringSP_COMPONENT_DATA_ABSENT_REASONSearch parameter: component-data-absent-reasonstatic StringSP_COMPONENT_VALUE_CONCEPTSearch parameter: component-value-conceptstatic StringSP_COMPONENT_VALUE_QUANTITYSearch parameter: component-value-quantitystatic StringSP_COMPONENT_VALUE_STRINGSearch parameter: component-value-stringstatic StringSP_DATA_ABSENT_REASONSearch parameter: data-absent-reasonstatic StringSP_DATESearch parameter: datestatic StringSP_DEVICESearch parameter: devicestatic StringSP_ENCOUNTERSearch parameter: encounterstatic StringSP_IDENTIFIERSearch parameter: identifierstatic StringSP_PATIENTSearch parameter: patientstatic StringSP_PERFORMERSearch parameter: performerstatic StringSP_RELATEDSearch parameter: relatedstatic StringSP_RELATED_TARGETSearch parameter: related-targetstatic StringSP_RELATED_TYPESearch parameter: related-typestatic StringSP_SPECIMENSearch parameter: specimenstatic StringSP_STATUSSearch parameter: statusstatic StringSP_SUBJECTSearch parameter: subjectstatic StringSP_VALUE_CONCEPTSearch parameter: value-conceptstatic StringSP_VALUE_DATESearch parameter: value-datestatic StringSP_VALUE_QUANTITYSearch parameter: value-quantitystatic StringSP_VALUE_STRINGSearch parameter: value-stringprotected ReferencespecimenThe specimen that was used when this observation was made.static ca.uhn.fhir.rest.gclient.ReferenceClientParamSPECIMENFluent Client search parameter constant for specimenprotected SpecimenspecimenTargetThe actual object that is the target of the reference (The specimen that was used when this observation was made.)protected Enumeration<Observation.ObservationStatus>statusThe status of the result value.static ca.uhn.fhir.rest.gclient.TokenClientParamSTATUSFluent Client search parameter constant for statusprotected ReferencesubjectThe patient, or group of patients, location, or device whose characteristics (direct or indirect) are described by the observation and into whose record the observation is placed.static ca.uhn.fhir.rest.gclient.ReferenceClientParamSUBJECTFluent Client search parameter constant for subjectprotected ResourcesubjectTargetThe actual object that is the target of the reference (The patient, or group of patients, location, or device whose characteristics (direct or indirect) are described by the observation and into whose record the observation is placed.protected TypevalueThe information determined as a result of making the observation, if the information has a simple value.static ca.uhn.fhir.rest.gclient.TokenClientParamVALUE_CONCEPTFluent Client search parameter constant for value-conceptstatic ca.uhn.fhir.rest.gclient.DateClientParamVALUE_DATEFluent Client search parameter constant for value-datestatic ca.uhn.fhir.rest.gclient.QuantityClientParamVALUE_QUANTITYFluent Client search parameter constant for value-quantitystatic ca.uhn.fhir.rest.gclient.StringClientParamVALUE_STRINGFluent Client search parameter constant for value-string-
Fields inherited from class org.hl7.fhir.dstu2016may.model.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.dstu2016may.model.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description Observation()ConstructorObservation(Enumeration<Observation.ObservationStatus> status, CodeableConcept code)Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.DomainResource
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasModifierExtension, hasText, setText
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.Resource
copyValues, getId, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMeta
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.BaseResource
getStructureFhirVersionEnum, setId
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.Base
castToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
-
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
-
-
-
-
Field Detail
-
identifier
protected List<Identifier> identifier
A unique identifier for the simple observation instance.
-
status
protected Enumeration<Observation.ObservationStatus> status
The status of the result value.
-
category
protected CodeableConcept category
A code that classifies the general type of observation being made. This is used for searching, sorting and display purposes.
-
code
protected CodeableConcept code
Describes what was observed. Sometimes this is called the observation "name".
-
subject
protected Reference subject
The patient, or group of patients, location, or device whose characteristics (direct or indirect) are described by the observation and into whose record the observation is placed. Comments: Indirect characteristics may be those of a specimen, fetus, donor, other observer (for example a relative or EMT), or any observation made about the subject.
-
subjectTarget
protected Resource subjectTarget
The actual object that is the target of the reference (The patient, or group of patients, location, or device whose characteristics (direct or indirect) are described by the observation and into whose record the observation is placed. Comments: Indirect characteristics may be those of a specimen, fetus, donor, other observer (for example a relative or EMT), or any observation made about the subject.)
-
encounter
protected Reference encounter
The healthcare event (e.g. a patient and healthcare provider interaction) during which this observation is made.
-
encounterTarget
protected Encounter encounterTarget
The actual object that is the target of the reference (The healthcare event (e.g. a patient and healthcare provider interaction) during which this observation is made.)
-
effective
protected Type effective
The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself.
-
issued
protected InstantType issued
The date and time this observation was made available to providers, typically after the results have been reviewed and verified.
-
performer
protected List<Reference> performer
Who was responsible for asserting the observed value as "true".
-
performerTarget
protected List<Resource> performerTarget
The actual objects that are the target of the reference (Who was responsible for asserting the observed value as "true".)
-
value
protected Type value
The information determined as a result of making the observation, if the information has a simple value.
-
dataAbsentReason
protected CodeableConcept dataAbsentReason
Provides a reason why the expected value in the element Observation.value[x] is missing.
-
interpretation
protected CodeableConcept interpretation
The assessment made based on the result of the observation. Intended as a simple compact code often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result. Otherwise known as abnormal flag.
-
comment
protected StringType comment
May include statements about significant, unexpected or unreliable values, or information about the source of the value where this may be relevant to the interpretation of the result.
-
bodySite
protected CodeableConcept bodySite
Indicates the site on the subject's body where the observation was made (i.e. the target site).
-
method
protected CodeableConcept method
Indicates the mechanism used to perform the observation.
-
specimenTarget
protected Specimen specimenTarget
The actual object that is the target of the reference (The specimen that was used when this observation was made.)
-
deviceTarget
protected Resource deviceTarget
The actual object that is the target of the reference (The device used to generate the observation data.)
-
referenceRange
protected List<Observation.ObservationReferenceRangeComponent> referenceRange
Guidance on how to interpret the value by comparison to a normal or recommended range.
-
related
protected List<Observation.ObservationRelatedComponent> related
A reference to another resource (usually another Observation but could also be a QuestionnaireAnswer) whose relationship is defined by the relationship type code.
-
component
protected List<Observation.ObservationComponentComponent> component
Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.
-
SP_SUBJECT
public static final String SP_SUBJECT
Search parameter: subjectDescription: The subject that the observation is about
Type: reference
Path: Observation.subject
- See Also:
- Constant Field Values
-
SUBJECT
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUBJECT
Fluent Client search parameter constant for subjectDescription: The subject that the observation is about
Type: reference
Path: Observation.subject
-
INCLUDE_SUBJECT
public static final ca.uhn.fhir.model.api.Include INCLUDE_SUBJECT
Constant for fluent queries to be used to add include statements. Specifies the path value of "Observation:subject".
-
SP_ENCOUNTER
public static final String SP_ENCOUNTER
Search parameter: encounterDescription: Healthcare event related to the observation
Type: reference
Path: Observation.encounter
- See Also:
- Constant Field Values
-
ENCOUNTER
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam ENCOUNTER
Fluent Client search parameter constant for encounterDescription: Healthcare event related to the observation
Type: reference
Path: Observation.encounter
-
INCLUDE_ENCOUNTER
public static final ca.uhn.fhir.model.api.Include INCLUDE_ENCOUNTER
Constant for fluent queries to be used to add include statements. Specifies the path value of "Observation:encounter".
-
SP_DATE
public static final String SP_DATE
Search parameter: dateDescription: Obtained date/time. If the obtained element is a period, a date that falls in the period
Type: date
Path: Observation.effective[x]
- See Also:
- Constant Field Values
-
DATE
public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
Fluent Client search parameter constant for dateDescription: Obtained date/time. If the obtained element is a period, a date that falls in the period
Type: date
Path: Observation.effective[x]
-
SP_COMPONENT_VALUE_QUANTITY
public static final String SP_COMPONENT_VALUE_QUANTITY
Search parameter: component-value-quantityDescription: The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
Type: quantity
Path: Observation.component.valueQuantity
- See Also:
- Constant Field Values
-
COMPONENT_VALUE_QUANTITY
public static final ca.uhn.fhir.rest.gclient.QuantityClientParam COMPONENT_VALUE_QUANTITY
Fluent Client search parameter constant for component-value-quantityDescription: The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
Type: quantity
Path: Observation.component.valueQuantity
-
SP_RELATED
public static final String SP_RELATED
Search parameter: relatedDescription: Related Observations - search on related-type and related-target together
Type: composite
Path:
- See Also:
- Constant Field Values
-
RELATED
public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.ReferenceClientParam,ca.uhn.fhir.rest.gclient.TokenClientParam> RELATED
Fluent Client search parameter constant for relatedDescription: Related Observations - search on related-type and related-target together
Type: composite
Path:
-
SP_PATIENT
public static final String SP_PATIENT
Search parameter: patientDescription: The subject that the observation is about (if patient)
Type: reference
Path: Observation.subject
- See Also:
- Constant Field Values
-
PATIENT
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
Fluent Client search parameter constant for patientDescription: The subject that the observation is about (if patient)
Type: reference
Path: Observation.subject
-
INCLUDE_PATIENT
public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements. Specifies the path value of "Observation:patient".
-
SP_SPECIMEN
public static final String SP_SPECIMEN
Search parameter: specimenDescription: Specimen used for this observation
Type: reference
Path: Observation.specimen
- See Also:
- Constant Field Values
-
SPECIMEN
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SPECIMEN
Fluent Client search parameter constant for specimenDescription: Specimen used for this observation
Type: reference
Path: Observation.specimen
-
INCLUDE_SPECIMEN
public static final ca.uhn.fhir.model.api.Include INCLUDE_SPECIMEN
Constant for fluent queries to be used to add include statements. Specifies the path value of "Observation:specimen".
-
SP_COMPONENT_VALUE_CONCEPT
public static final String SP_COMPONENT_VALUE_CONCEPT
Search parameter: component-value-conceptDescription: The value of the component observation, if the value is a CodeableConcept
Type: token
Path: Observation.component.valueCodeableConcept
- See Also:
- Constant Field Values
-
COMPONENT_VALUE_CONCEPT
public static final ca.uhn.fhir.rest.gclient.TokenClientParam COMPONENT_VALUE_CONCEPT
Fluent Client search parameter constant for component-value-conceptDescription: The value of the component observation, if the value is a CodeableConcept
Type: token
Path: Observation.component.valueCodeableConcept
-
SP_COMPONENT_CODE_VALUE_QUANTITY
public static final String SP_COMPONENT_CODE_VALUE_QUANTITY
Search parameter: component-code-value-quantityDescription: Both component code and one of the component value parameters
Type: composite
Path:
- See Also:
- Constant Field Values
-
COMPONENT_CODE_VALUE_QUANTITY
public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.QuantityClientParam> COMPONENT_CODE_VALUE_QUANTITY
Fluent Client search parameter constant for component-code-value-quantityDescription: Both component code and one of the component value parameters
Type: composite
Path:
-
SP_COMPONENT_CODE_VALUE_DATE
public static final String SP_COMPONENT_CODE_VALUE_DATE
Search parameter: component-code-value-dateDescription: Both component code and one of the component value parameters
Type: composite
Path:
- See Also:
- Constant Field Values
-
COMPONENT_CODE_VALUE_DATE
public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.DateClientParam> COMPONENT_CODE_VALUE_DATE
Fluent Client search parameter constant for component-code-value-dateDescription: Both component code and one of the component value parameters
Type: composite
Path:
-
SP_COMPONENT_CODE_VALUE_STRING
public static final String SP_COMPONENT_CODE_VALUE_STRING
Search parameter: component-code-value-stringDescription: Both component code and one of the component value parameters
Type: composite
Path:
- See Also:
- Constant Field Values
-
COMPONENT_CODE_VALUE_STRING
public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.StringClientParam> COMPONENT_CODE_VALUE_STRING
Fluent Client search parameter constant for component-code-value-stringDescription: Both component code and one of the component value parameters
Type: composite
Path:
-
SP_COMPONENT_CODE_VALUE_CONCEPT
public static final String SP_COMPONENT_CODE_VALUE_CONCEPT
Search parameter: component-code-value-conceptDescription: Both component code and one of the component value parameters
Type: composite
Path:
- See Also:
- Constant Field Values
-
COMPONENT_CODE_VALUE_CONCEPT
public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.TokenClientParam> COMPONENT_CODE_VALUE_CONCEPT
Fluent Client search parameter constant for component-code-value-conceptDescription: Both component code and one of the component value parameters
Type: composite
Path:
-
SP_VALUE_QUANTITY
public static final String SP_VALUE_QUANTITY
Search parameter: value-quantityDescription: The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
Type: quantity
Path: Observation.valueQuantity
- See Also:
- Constant Field Values
-
VALUE_QUANTITY
public static final ca.uhn.fhir.rest.gclient.QuantityClientParam VALUE_QUANTITY
Fluent Client search parameter constant for value-quantityDescription: The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)
Type: quantity
Path: Observation.valueQuantity
-
SP_VALUE_DATE
public static final String SP_VALUE_DATE
Search parameter: value-dateDescription: The value of the observation, if the value is a date or period of time
Type: date
Path: Observation.valueDateTime, Observation.valuePeriod
- See Also:
- Constant Field Values
-
VALUE_DATE
public static final ca.uhn.fhir.rest.gclient.DateClientParam VALUE_DATE
Fluent Client search parameter constant for value-dateDescription: The value of the observation, if the value is a date or period of time
Type: date
Path: Observation.valueDateTime, Observation.valuePeriod
-
SP_VALUE_STRING
public static final String SP_VALUE_STRING
Search parameter: value-stringDescription: The value of the observation, if the value is a string, and also searches in CodeableConcept.text
Type: string
Path: Observation.valueString
- See Also:
- Constant Field Values
-
VALUE_STRING
public static final ca.uhn.fhir.rest.gclient.StringClientParam VALUE_STRING
Fluent Client search parameter constant for value-stringDescription: The value of the observation, if the value is a string, and also searches in CodeableConcept.text
Type: string
Path: Observation.valueString
-
SP_COMPONENT_CODE
public static final String SP_COMPONENT_CODE
Search parameter: component-codeDescription: The component code of the observation type
Type: token
Path: Observation.component.code
- See Also:
- Constant Field Values
-
COMPONENT_CODE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam COMPONENT_CODE
Fluent Client search parameter constant for component-codeDescription: The component code of the observation type
Type: token
Path: Observation.component.code
-
SP_STATUS
public static final String SP_STATUS
Search parameter: statusDescription: The status of the observation
Type: token
Path: Observation.status
- See Also:
- Constant Field Values
-
STATUS
public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
Fluent Client search parameter constant for statusDescription: The status of the observation
Type: token
Path: Observation.status
-
SP_VALUE_CONCEPT
public static final String SP_VALUE_CONCEPT
Search parameter: value-conceptDescription: The value of the observation, if the value is a CodeableConcept
Type: token
Path: Observation.valueCodeableConcept
- See Also:
- Constant Field Values
-
VALUE_CONCEPT
public static final ca.uhn.fhir.rest.gclient.TokenClientParam VALUE_CONCEPT
Fluent Client search parameter constant for value-conceptDescription: The value of the observation, if the value is a CodeableConcept
Type: token
Path: Observation.valueCodeableConcept
-
SP_CODE
public static final String SP_CODE
Search parameter: codeDescription: The code of the observation type
Type: token
Path: Observation.code
- See Also:
- Constant Field Values
-
CODE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CODE
Fluent Client search parameter constant for codeDescription: The code of the observation type
Type: token
Path: Observation.code
-
SP_RELATED_TARGET
public static final String SP_RELATED_TARGET
Search parameter: related-targetDescription: Resource that is related to this one
Type: reference
Path: Observation.related.target
- See Also:
- Constant Field Values
-
RELATED_TARGET
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam RELATED_TARGET
Fluent Client search parameter constant for related-targetDescription: Resource that is related to this one
Type: reference
Path: Observation.related.target
-
INCLUDE_RELATED_TARGET
public static final ca.uhn.fhir.model.api.Include INCLUDE_RELATED_TARGET
Constant for fluent queries to be used to add include statements. Specifies the path value of "Observation:related-target".
-
SP_DATA_ABSENT_REASON
public static final String SP_DATA_ABSENT_REASON
Search parameter: data-absent-reasonDescription: The reason why the expected value in the element Observation.value[x] is missing.
Type: token
Path: Observation.dataAbsentReason
- See Also:
- Constant Field Values
-
DATA_ABSENT_REASON
public static final ca.uhn.fhir.rest.gclient.TokenClientParam DATA_ABSENT_REASON
Fluent Client search parameter constant for data-absent-reasonDescription: The reason why the expected value in the element Observation.value[x] is missing.
Type: token
Path: Observation.dataAbsentReason
-
SP_CATEGORY
public static final String SP_CATEGORY
Search parameter: categoryDescription: The classification of the type of observation
Type: token
Path: Observation.category
- See Also:
- Constant Field Values
-
CATEGORY
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CATEGORY
Fluent Client search parameter constant for categoryDescription: The classification of the type of observation
Type: token
Path: Observation.category
-
SP_COMPONENT_DATA_ABSENT_REASON
public static final String SP_COMPONENT_DATA_ABSENT_REASON
Search parameter: component-data-absent-reasonDescription: The reason why the expected value in the element Observation.component.value[x] is missing.
Type: token
Path: Observation.component.dataAbsentReason
- See Also:
- Constant Field Values
-
COMPONENT_DATA_ABSENT_REASON
public static final ca.uhn.fhir.rest.gclient.TokenClientParam COMPONENT_DATA_ABSENT_REASON
Fluent Client search parameter constant for component-data-absent-reasonDescription: The reason why the expected value in the element Observation.component.value[x] is missing.
Type: token
Path: Observation.component.dataAbsentReason
-
SP_DEVICE
public static final String SP_DEVICE
Search parameter: deviceDescription: The Device that generated the observation data.
Type: reference
Path: Observation.device
- See Also:
- Constant Field Values
-
DEVICE
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam DEVICE
Fluent Client search parameter constant for deviceDescription: The Device that generated the observation data.
Type: reference
Path: Observation.device
-
INCLUDE_DEVICE
public static final ca.uhn.fhir.model.api.Include INCLUDE_DEVICE
Constant for fluent queries to be used to add include statements. Specifies the path value of "Observation:device".
-
SP_RELATED_TYPE
public static final String SP_RELATED_TYPE
Search parameter: related-typeDescription: has-member | derived-from | sequel-to | replaces | qualified-by | interfered-by
Type: token
Path: Observation.related.type
- See Also:
- Constant Field Values
-
RELATED_TYPE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam RELATED_TYPE
Fluent Client search parameter constant for related-typeDescription: has-member | derived-from | sequel-to | replaces | qualified-by | interfered-by
Type: token
Path: Observation.related.type
-
SP_PERFORMER
public static final String SP_PERFORMER
Search parameter: performerDescription: Who performed the observation
Type: reference
Path: Observation.performer
- See Also:
- Constant Field Values
-
PERFORMER
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PERFORMER
Fluent Client search parameter constant for performerDescription: Who performed the observation
Type: reference
Path: Observation.performer
-
INCLUDE_PERFORMER
public static final ca.uhn.fhir.model.api.Include INCLUDE_PERFORMER
Constant for fluent queries to be used to add include statements. Specifies the path value of "Observation:performer".
-
SP_IDENTIFIER
public static final String SP_IDENTIFIER
Search parameter: identifierDescription: The unique id for a particular observation
Type: token
Path: Observation.identifier
- See Also:
- Constant Field Values
-
IDENTIFIER
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Fluent Client search parameter constant for identifierDescription: The unique id for a particular observation
Type: token
Path: Observation.identifier
-
SP_CODE_VALUE_QUANTITY
public static final String SP_CODE_VALUE_QUANTITY
Search parameter: code-value-quantityDescription: Both code and one of the value parameters
Type: composite
Path:
- See Also:
- Constant Field Values
-
CODE_VALUE_QUANTITY
public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.QuantityClientParam> CODE_VALUE_QUANTITY
Fluent Client search parameter constant for code-value-quantityDescription: Both code and one of the value parameters
Type: composite
Path:
-
SP_CODE_VALUE_DATE
public static final String SP_CODE_VALUE_DATE
Search parameter: code-value-dateDescription: Both code and one of the value parameters
Type: composite
Path:
- See Also:
- Constant Field Values
-
CODE_VALUE_DATE
public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.DateClientParam> CODE_VALUE_DATE
Fluent Client search parameter constant for code-value-dateDescription: Both code and one of the value parameters
Type: composite
Path:
-
SP_CODE_VALUE_STRING
public static final String SP_CODE_VALUE_STRING
Search parameter: code-value-stringDescription: Both code and one of the value parameters
Type: composite
Path:
- See Also:
- Constant Field Values
-
CODE_VALUE_STRING
public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.StringClientParam> CODE_VALUE_STRING
Fluent Client search parameter constant for code-value-stringDescription: Both code and one of the value parameters
Type: composite
Path:
-
SP_CODE_VALUE_CONCEPT
public static final String SP_CODE_VALUE_CONCEPT
Search parameter: code-value-conceptDescription: Both code and one of the value parameters
Type: composite
Path:
- See Also:
- Constant Field Values
-
CODE_VALUE_CONCEPT
public static final ca.uhn.fhir.rest.gclient.CompositeClientParam<ca.uhn.fhir.rest.gclient.TokenClientParam,ca.uhn.fhir.rest.gclient.TokenClientParam> CODE_VALUE_CONCEPT
Fluent Client search parameter constant for code-value-conceptDescription: Both code and one of the value parameters
Type: composite
Path:
-
SP_COMPONENT_VALUE_STRING
public static final String SP_COMPONENT_VALUE_STRING
Search parameter: component-value-stringDescription: The value of the component observation, if the value is a string, and also searches in CodeableConcept.text
Type: string
Path: Observation.component.valueString
- See Also:
- Constant Field Values
-
COMPONENT_VALUE_STRING
public static final ca.uhn.fhir.rest.gclient.StringClientParam COMPONENT_VALUE_STRING
Fluent Client search parameter constant for component-value-stringDescription: The value of the component observation, if the value is a string, and also searches in CodeableConcept.text
Type: string
Path: Observation.component.valueString
-
-
Constructor Detail
-
Observation
public Observation()
Constructor
-
Observation
public Observation(Enumeration<Observation.ObservationStatus> status, CodeableConcept code)
Constructor
-
-
Method Detail
-
getIdentifier
public List<Identifier> getIdentifier()
- Returns:
identifier(A unique identifier for the simple observation instance.)
-
hasIdentifier
public boolean hasIdentifier()
-
addIdentifier
public Identifier addIdentifier()
- Returns:
identifier(A unique identifier for the simple observation instance.)
-
addIdentifier
public Observation addIdentifier(Identifier t)
-
getStatusElement
public Enumeration<Observation.ObservationStatus> getStatusElement()
- Returns:
status(The status of the result value.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
hasStatusElement
public boolean hasStatusElement()
-
hasStatus
public boolean hasStatus()
-
setStatusElement
public Observation setStatusElement(Enumeration<Observation.ObservationStatus> value)
- Parameters:
value-status(The status of the result value.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
getStatus
public Observation.ObservationStatus getStatus()
- Returns:
- The status of the result value.
-
setStatus
public Observation setStatus(Observation.ObservationStatus value)
- Parameters:
value- The status of the result value.
-
getCategory
public CodeableConcept getCategory()
- Returns:
category(A code that classifies the general type of observation being made. This is used for searching, sorting and display purposes.)
-
hasCategory
public boolean hasCategory()
-
setCategory
public Observation setCategory(CodeableConcept value)
- Parameters:
value-category(A code that classifies the general type of observation being made. This is used for searching, sorting and display purposes.)
-
getCode
public CodeableConcept getCode()
- Returns:
code(Describes what was observed. Sometimes this is called the observation "name".)
-
hasCode
public boolean hasCode()
-
setCode
public Observation setCode(CodeableConcept value)
- Parameters:
value-code(Describes what was observed. Sometimes this is called the observation "name".)
-
getSubject
public Reference getSubject()
- Returns:
subject(The patient, or group of patients, location, or device whose characteristics (direct or indirect) are described by the observation and into whose record the observation is placed. Comments: Indirect characteristics may be those of a specimen, fetus, donor, other observer (for example a relative or EMT), or any observation made about the subject.)
-
hasSubject
public boolean hasSubject()
-
setSubject
public Observation setSubject(Reference value)
- Parameters:
value-subject(The patient, or group of patients, location, or device whose characteristics (direct or indirect) are described by the observation and into whose record the observation is placed. Comments: Indirect characteristics may be those of a specimen, fetus, donor, other observer (for example a relative or EMT), or any observation made about the subject.)
-
getSubjectTarget
public Resource getSubjectTarget()
- Returns:
subjectThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The patient, or group of patients, location, or device whose characteristics (direct or indirect) are described by the observation and into whose record the observation is placed. Comments: Indirect characteristics may be those of a specimen, fetus, donor, other observer (for example a relative or EMT), or any observation made about the subject.)
-
setSubjectTarget
public Observation setSubjectTarget(Resource value)
- Parameters:
value-subjectThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The patient, or group of patients, location, or device whose characteristics (direct or indirect) are described by the observation and into whose record the observation is placed. Comments: Indirect characteristics may be those of a specimen, fetus, donor, other observer (for example a relative or EMT), or any observation made about the subject.)
-
getEncounter
public Reference getEncounter()
- Returns:
encounter(The healthcare event (e.g. a patient and healthcare provider interaction) during which this observation is made.)
-
hasEncounter
public boolean hasEncounter()
-
setEncounter
public Observation setEncounter(Reference value)
- Parameters:
value-encounter(The healthcare event (e.g. a patient and healthcare provider interaction) during which this observation is made.)
-
getEncounterTarget
public Encounter getEncounterTarget()
- Returns:
encounterThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The healthcare event (e.g. a patient and healthcare provider interaction) during which this observation is made.)
-
setEncounterTarget
public Observation setEncounterTarget(Encounter value)
- Parameters:
value-encounterThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The healthcare event (e.g. a patient and healthcare provider interaction) during which this observation is made.)
-
getEffective
public Type getEffective()
- Returns:
effective(The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself.)
-
getEffectiveDateTimeType
public DateTimeType getEffectiveDateTimeType() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
effective(The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasEffectiveDateTimeType
public boolean hasEffectiveDateTimeType()
-
getEffectivePeriod
public Period getEffectivePeriod() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
effective(The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasEffectivePeriod
public boolean hasEffectivePeriod()
-
hasEffective
public boolean hasEffective()
-
setEffective
public Observation setEffective(Type value)
- Parameters:
value-effective(The time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself.)
-
getIssuedElement
public InstantType getIssuedElement()
- Returns:
issued(The date and time this observation was made available to providers, typically after the results have been reviewed and verified.). This is the underlying object with id, value and extensions. The accessor "getIssued" gives direct access to the value
-
hasIssuedElement
public boolean hasIssuedElement()
-
hasIssued
public boolean hasIssued()
-
setIssuedElement
public Observation setIssuedElement(InstantType value)
- Parameters:
value-issued(The date and time this observation was made available to providers, typically after the results have been reviewed and verified.). This is the underlying object with id, value and extensions. The accessor "getIssued" gives direct access to the value
-
getIssued
public Date getIssued()
- Returns:
- The date and time this observation was made available to providers, typically after the results have been reviewed and verified.
-
setIssued
public Observation setIssued(Date value)
- Parameters:
value- The date and time this observation was made available to providers, typically after the results have been reviewed and verified.
-
getPerformer
public List<Reference> getPerformer()
- Returns:
performer(Who was responsible for asserting the observed value as "true".)
-
hasPerformer
public boolean hasPerformer()
-
addPerformer
public Reference addPerformer()
- Returns:
performer(Who was responsible for asserting the observed value as "true".)
-
addPerformer
public Observation addPerformer(Reference t)
-
getPerformerTarget
public List<Resource> getPerformerTarget()
- Returns:
performer(The actual objects that are the target of the reference. The reference library doesn't populate this, but you can use this to hold the resources if you resolvethemt. Who was responsible for asserting the observed value as "true".)
-
getValue
public Type getValue()
- Returns:
value(The information determined as a result of making the observation, if the information has a simple value.)
-
getValueQuantity
public Quantity getValueQuantity() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
value(The information determined as a result of making the observation, if the information has a simple value.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasValueQuantity
public boolean hasValueQuantity()
-
getValueCodeableConcept
public CodeableConcept getValueCodeableConcept() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
value(The information determined as a result of making the observation, if the information has a simple value.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasValueCodeableConcept
public boolean hasValueCodeableConcept()
-
getValueStringType
public StringType getValueStringType() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
value(The information determined as a result of making the observation, if the information has a simple value.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasValueStringType
public boolean hasValueStringType()
-
getValueRange
public Range getValueRange() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
value(The information determined as a result of making the observation, if the information has a simple value.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasValueRange
public boolean hasValueRange()
-
getValueRatio
public Ratio getValueRatio() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
value(The information determined as a result of making the observation, if the information has a simple value.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasValueRatio
public boolean hasValueRatio()
-
getValueSampledData
public SampledData getValueSampledData() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
value(The information determined as a result of making the observation, if the information has a simple value.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasValueSampledData
public boolean hasValueSampledData()
-
getValueAttachment
public Attachment getValueAttachment() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
value(The information determined as a result of making the observation, if the information has a simple value.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasValueAttachment
public boolean hasValueAttachment()
-
getValueTimeType
public TimeType getValueTimeType() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
value(The information determined as a result of making the observation, if the information has a simple value.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasValueTimeType
public boolean hasValueTimeType()
-
getValueDateTimeType
public DateTimeType getValueDateTimeType() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
value(The information determined as a result of making the observation, if the information has a simple value.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasValueDateTimeType
public boolean hasValueDateTimeType()
-
getValuePeriod
public Period getValuePeriod() throws org.hl7.fhir.exceptions.FHIRException
- Returns:
value(The information determined as a result of making the observation, if the information has a simple value.)- Throws:
org.hl7.fhir.exceptions.FHIRException
-
hasValuePeriod
public boolean hasValuePeriod()
-
hasValue
public boolean hasValue()
-
setValue
public Observation setValue(Type value)
- Parameters:
value-value(The information determined as a result of making the observation, if the information has a simple value.)
-
getDataAbsentReason
public CodeableConcept getDataAbsentReason()
- Returns:
dataAbsentReason(Provides a reason why the expected value in the element Observation.value[x] is missing.)
-
hasDataAbsentReason
public boolean hasDataAbsentReason()
-
setDataAbsentReason
public Observation setDataAbsentReason(CodeableConcept value)
- Parameters:
value-dataAbsentReason(Provides a reason why the expected value in the element Observation.value[x] is missing.)
-
getInterpretation
public CodeableConcept getInterpretation()
- Returns:
interpretation(The assessment made based on the result of the observation. Intended as a simple compact code often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result. Otherwise known as abnormal flag.)
-
hasInterpretation
public boolean hasInterpretation()
-
setInterpretation
public Observation setInterpretation(CodeableConcept value)
- Parameters:
value-interpretation(The assessment made based on the result of the observation. Intended as a simple compact code often placed adjacent to the result value in reports and flow sheets to signal the meaning/normalcy status of the result. Otherwise known as abnormal flag.)
-
getCommentElement
public StringType getCommentElement()
- Returns:
comment(May include statements about significant, unexpected or unreliable values, or information about the source of the value where this may be relevant to the interpretation of the result.). This is the underlying object with id, value and extensions. The accessor "getComment" gives direct access to the value
-
hasCommentElement
public boolean hasCommentElement()
-
hasComment
public boolean hasComment()
-
setCommentElement
public Observation setCommentElement(StringType value)
- Parameters:
value-comment(May include statements about significant, unexpected or unreliable values, or information about the source of the value where this may be relevant to the interpretation of the result.). This is the underlying object with id, value and extensions. The accessor "getComment" gives direct access to the value
-
getComment
public String getComment()
- Returns:
- May include statements about significant, unexpected or unreliable values, or information about the source of the value where this may be relevant to the interpretation of the result.
-
setComment
public Observation setComment(String value)
- Parameters:
value- May include statements about significant, unexpected or unreliable values, or information about the source of the value where this may be relevant to the interpretation of the result.
-
getBodySite
public CodeableConcept getBodySite()
- Returns:
bodySite(Indicates the site on the subject's body where the observation was made (i.e. the target site).)
-
hasBodySite
public boolean hasBodySite()
-
setBodySite
public Observation setBodySite(CodeableConcept value)
- Parameters:
value-bodySite(Indicates the site on the subject's body where the observation was made (i.e. the target site).)
-
getMethod
public CodeableConcept getMethod()
- Returns:
method(Indicates the mechanism used to perform the observation.)
-
hasMethod
public boolean hasMethod()
-
setMethod
public Observation setMethod(CodeableConcept value)
- Parameters:
value-method(Indicates the mechanism used to perform the observation.)
-
getSpecimen
public Reference getSpecimen()
- Returns:
specimen(The specimen that was used when this observation was made.)
-
hasSpecimen
public boolean hasSpecimen()
-
setSpecimen
public Observation setSpecimen(Reference value)
- Parameters:
value-specimen(The specimen that was used when this observation was made.)
-
getSpecimenTarget
public Specimen getSpecimenTarget()
- Returns:
specimenThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The specimen that was used when this observation was made.)
-
setSpecimenTarget
public Observation setSpecimenTarget(Specimen value)
- Parameters:
value-specimenThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The specimen that was used when this observation was made.)
-
getDevice
public Reference getDevice()
- Returns:
device(The device used to generate the observation data.)
-
hasDevice
public boolean hasDevice()
-
setDevice
public Observation setDevice(Reference value)
- Parameters:
value-device(The device used to generate the observation data.)
-
getDeviceTarget
public Resource getDeviceTarget()
- Returns:
deviceThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The device used to generate the observation data.)
-
setDeviceTarget
public Observation setDeviceTarget(Resource value)
- Parameters:
value-deviceThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The device used to generate the observation data.)
-
getReferenceRange
public List<Observation.ObservationReferenceRangeComponent> getReferenceRange()
- Returns:
referenceRange(Guidance on how to interpret the value by comparison to a normal or recommended range.)
-
hasReferenceRange
public boolean hasReferenceRange()
-
addReferenceRange
public Observation.ObservationReferenceRangeComponent addReferenceRange()
- Returns:
referenceRange(Guidance on how to interpret the value by comparison to a normal or recommended range.)
-
addReferenceRange
public Observation addReferenceRange(Observation.ObservationReferenceRangeComponent t)
-
getRelated
public List<Observation.ObservationRelatedComponent> getRelated()
- Returns:
related(A reference to another resource (usually another Observation but could also be a QuestionnaireAnswer) whose relationship is defined by the relationship type code.)
-
hasRelated
public boolean hasRelated()
-
addRelated
public Observation.ObservationRelatedComponent addRelated()
- Returns:
related(A reference to another resource (usually another Observation but could also be a QuestionnaireAnswer) whose relationship is defined by the relationship type code.)
-
addRelated
public Observation addRelated(Observation.ObservationRelatedComponent t)
-
getComponent
public List<Observation.ObservationComponentComponent> getComponent()
- Returns:
component(Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.)
-
hasComponent
public boolean hasComponent()
-
addComponent
public Observation.ObservationComponentComponent addComponent()
- Returns:
component(Some observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.)
-
addComponent
public Observation addComponent(Observation.ObservationComponentComponent t)
-
listChildren
protected void listChildren(List<Property> childrenList)
- Overrides:
listChildrenin classDomainResource
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
Description copied from class:Basemake an instance of a property. If the property is a repeating property, make a new instance. if the property is not repeating, return the property- Overrides:
makePropertyin classDomainResource- Returns:
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChildin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classDomainResource
-
copy
public Observation copy()
- Specified by:
copyin classDomainResource
-
typedCopy
protected Observation typedCopy()
-
equalsDeep
public boolean equalsDeep(Base other)
- Overrides:
equalsDeepin classDomainResource
-
equalsShallow
public boolean equalsShallow(Base other)
- Overrides:
equalsShallowin classDomainResource
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classDomainResource
-
getResourceType
public ResourceType getResourceType()
- Specified by:
getResourceTypein classResource
-
-