Uses of Class
org.hl7.fhir.r5.model.Observation
Packages that use Observation
-
Uses of Observation in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type ObservationModifier and TypeMethodDescriptionprotected voidJsonParser.composeObservation(String name, Observation element)protected voidRdfParser.composeObservation(org.hl7.fhir.utilities.turtle.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.composeObservationProperties(Observation element)protected booleanXmlParser.parseObservationContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Observation res)protected voidJsonParser.parseObservationProperties(com.google.gson.JsonObject json, Observation res) -
Uses of Observation in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.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()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.setEffective(DataType value)Observation.setEncounter(Reference value)Observation.setHasMember(List<Reference> theHasMember)Observation.setIdentifier(List<Identifier> theIdentifier)Observation.setInstantiates(DataType value)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.setStatus(Enumerations.ObservationStatus value)Observation.setStatusElement(Enumeration<Enumerations.ObservationStatus> value)Observation.setSubject(Reference value)protected ObservationObservation.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Observation -
Uses of Observation in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils that return ObservationModifier and TypeMethodDescriptionstatic ObservationObservationUtilities.fromDefinition(ObservationDefinition def)