Uses of Class
org.hl7.fhir.r4.model.Observation
-
Uses of Observation in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Observation
JsonParser.parseObservation
(com.google.gson.JsonObject json) protected Observation
XmlParser.parseObservation
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeObservation
(String name, Observation element) protected void
RdfParser.composeObservation
(Turtle.Complex parent, String parentType, String name, Observation element, int index) protected void
XmlParser.composeObservation
(String name, Observation element) protected void
XmlParser.composeObservationElements
(Observation element) protected void
JsonParser.composeObservationInner
(Observation element) protected boolean
XmlParser.parseObservationContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Observation res) JsonParser.parseObservationObservationComponentComponent
(com.google.gson.JsonObject json, Observation owner) XmlParser.parseObservationObservationComponentComponent
(org.xmlpull.v1.XmlPullParser xpp, Observation owner) protected boolean
XmlParser.parseObservationObservationComponentComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Observation owner, Observation.ObservationComponentComponent res) protected void
JsonParser.parseObservationObservationComponentComponentProperties
(com.google.gson.JsonObject json, Observation owner, Observation.ObservationComponentComponent res) JsonParser.parseObservationObservationReferenceRangeComponent
(com.google.gson.JsonObject json, Observation owner) XmlParser.parseObservationObservationReferenceRangeComponent
(org.xmlpull.v1.XmlPullParser xpp, Observation owner) protected boolean
XmlParser.parseObservationObservationReferenceRangeComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Observation owner, Observation.ObservationReferenceRangeComponent res) protected void
JsonParser.parseObservationObservationReferenceRangeComponentProperties
(com.google.gson.JsonObject json, Observation owner, Observation.ObservationReferenceRangeComponent res) protected void
JsonParser.parseObservationProperties
(com.google.gson.JsonObject json, Observation res) -
Uses of Observation in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Observation
Immunization.ImmunizationReactionComponent.detailTarget
The actual object that is the target of the reference (Details of the reaction.)protected Observation
MolecularSequence.MolecularSequenceVariantComponent.variantPointerTarget
The actual object that is the target of the reference (A pointer to an Observation containing variant information.)Modifier and TypeFieldDescriptionprotected List
<Observation> The actual objects that are the target of the reference (Details of what's changed (or not changed).)protected List
<Observation> DiagnosticReport.resultTarget
The actual objects that are the target of the reference ([Observations](observation.html) that are part of this diagnostic report.)Modifier and TypeMethodDescriptionObservation.addBasedOn
(Reference t) Observation.addCategory
(CodeableConcept t) Observation.addComponent
(Observation.ObservationComponentComponent t) Observation.addDerivedFrom
(Reference t) Observation.addHasMember
(Reference t) Observation.addIdentifier
(Identifier t) Observation.addInterpretation
(CodeableConcept t) Observation.addNote
(Annotation t) Goal.addOutcomeReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadObservation.addPerformer
(Reference t) Observation.addReferenceRange
(Observation.ObservationReferenceRangeComponent t) DiagnosticReport.addResultTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadObservation.copy()
Immunization.ImmunizationReactionComponent.getDetailTarget()
MolecularSequence.MolecularSequenceVariantComponent.getVariantPointerTarget()
Observation.setBasedOn
(List<Reference> theBasedOn) Observation.setBodySite
(CodeableConcept value) Observation.setCategory
(List<CodeableConcept> theCategory) Observation.setCode
(CodeableConcept value) Observation.setComponent
(List<Observation.ObservationComponentComponent> theComponent) Observation.setDataAbsentReason
(CodeableConcept value) Observation.setDerivedFrom
(List<Reference> theDerivedFrom) Observation.setDeviceTarget
(Resource value) Observation.setEffective
(Type value) Observation.setEncounter
(Reference value) Observation.setEncounterTarget
(Encounter value) Observation.setHasMember
(List<Reference> theHasMember) Observation.setIdentifier
(List<Identifier> theIdentifier) Observation.setInterpretation
(List<CodeableConcept> theInterpretation) Observation.setIssuedElement
(InstantType value) Observation.setMethod
(CodeableConcept value) Observation.setNote
(List<Annotation> theNote) Observation.setPerformer
(List<Reference> thePerformer) Observation.setReferenceRange
(List<Observation.ObservationReferenceRangeComponent> theReferenceRange) Observation.setSpecimen
(Reference value) Observation.setSpecimenTarget
(Specimen value) Observation.setStatus
(Observation.ObservationStatus value) Observation.setStatusElement
(Enumeration<Observation.ObservationStatus> value) Observation.setSubject
(Reference value) Observation.setSubjectTarget
(Resource value) protected Observation
Observation.typedCopy()
Modifier and TypeMethodDescriptionGoal.getOutcomeReferenceTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadDiagnosticReport.getResultTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadModifier and TypeMethodDescriptionvoid
Observation.copyValues
(Observation dst) Immunization.ImmunizationReactionComponent.setDetailTarget
(Observation value) MolecularSequence.MolecularSequenceVariantComponent.setVariantPointerTarget
(Observation value)