Uses of Class
org.hl7.fhir.r4.model.Observation
-
Packages that use Observation Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Observation in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Observation Modifier and Type Method Description protected ObservationJsonParser. parseObservation(com.google.gson.JsonObject json)protected ObservationXmlParser. parseObservation(org.xmlpull.v1.XmlPullParser xpp) -
Uses of Observation in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as Observation Modifier and Type Field Description protected 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 Observation Modifier and Type Field Description protected List<Observation>Goal. outcomeReferenceTargetThe 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 types with arguments of type Observation Modifier and Type Method Description List<Observation>Goal. getOutcomeReferenceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Observation>DiagnosticReport. getResultTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type Observation Modifier and Type Method Description voidObservation. copyValues(Observation dst)Immunization.ImmunizationReactionComponentImmunization.ImmunizationReactionComponent. setDetailTarget(Observation value)MolecularSequence.MolecularSequenceVariantComponentMolecularSequence.MolecularSequenceVariantComponent. setVariantPointerTarget(Observation value)
-