
Uses of Class
org.hl7.fhir.r4.model.Observation
Packages that use Observation
-
Uses of Observation in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ObservationModifier and TypeMethodDescriptionprotected ObservationJsonParser.parseObservation(com.google.gson.JsonObject json) protected ObservationXmlParser.parseObservation(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type ObservationModifier and TypeMethodDescriptionprotected voidJsonParser.composeObservation(String name, Observation element) protected voidRdfParser.composeObservation(Turtle.Complex parent, String parentType, String name, Observation element, int index) protected voidXmlParser.composeObservation(String name, Observation element) protected voidXmlParser.composeObservationElements(Observation element) protected voidJsonParser.composeObservationInner(Observation element) protected booleanXmlParser.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 booleanXmlParser.parseObservationObservationComponentComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Observation owner, Observation.ObservationComponentComponent res) protected voidJsonParser.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 booleanXmlParser.parseObservationObservationReferenceRangeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Observation owner, Observation.ObservationReferenceRangeComponent res) protected voidJsonParser.parseObservationObservationReferenceRangeComponentProperties(com.google.gson.JsonObject json, Observation owner, Observation.ObservationReferenceRangeComponent res) protected voidJsonParser.parseObservationProperties(com.google.gson.JsonObject json, Observation res) -
Uses of Observation in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as ObservationModifier and TypeFieldDescriptionprotected ObservationImmunization.ImmunizationReactionComponent.detailTargetThe actual object that is the target of the reference (Details of the reaction.)protected ObservationMolecularSequence.MolecularSequenceVariantComponent.variantPointerTargetThe actual object that is the target of the reference (A pointer to an Observation containing variant information.)Fields in org.hl7.fhir.r4.model with type parameters of type ObservationModifier 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.resultTargetThe actual objects that are the target of the reference ([Observations](observation.html) that are part of this diagnostic report.)Methods in org.hl7.fhir.r4.model that return ObservationModifier 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) Observation.addPerformer(Reference t) Observation.addReferenceRange(Observation.ObservationReferenceRangeComponent t) Observation.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 ObservationObservation.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type ObservationModifier and TypeMethodDescriptionvoidObservation.copyValues(Observation dst) Immunization.ImmunizationReactionComponent.setDetailTarget(Observation value) MolecularSequence.MolecularSequenceVariantComponent.setVariantPointerTarget(Observation value)