
Uses of Class
org.hl7.fhir.dstu2.model.Annotation
Packages that use Annotation
-
Uses of Annotation in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return AnnotationModifier and TypeMethodDescriptionprotected Annotation
JsonParser.parseAnnotation
(com.google.gson.JsonObject json) protected Annotation
XmlParser.parseAnnotation
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type AnnotationModifier and TypeMethodDescriptionprotected void
JsonParser.composeAnnotation
(String name, Annotation element) protected void
XmlParser.composeAnnotation
(String name, Annotation element) protected void
JsonParser.composeAnnotationInner
(Annotation element) -
Uses of Annotation in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as AnnotationModifier and TypeFieldDescriptionprotected Annotation
AllergyIntolerance.AllergyIntoleranceReactionComponent.note
Additional text about the adverse reaction event not captured in other fields.protected Annotation
AllergyIntolerance.note
Additional narrative about the propensity for the Adverse Reaction, not captured in other fields.protected Annotation
CarePlan.note
General notes about the care plan not covered elsewhere.protected Annotation
FamilyMemberHistory.FamilyMemberHistoryConditionComponent.note
An area where general notes can be placed about this specific condition.protected Annotation
FamilyMemberHistory.note
This property allows a non condition-specific note to the made about the related person.Fields in org.hl7.fhir.dstu2.model with type parameters of type AnnotationModifier and TypeFieldDescriptionprotected List
<Annotation> Device.note
Descriptive information, usage information or implantation information that is not captured in an existing element.protected List
<Annotation> DiagnosticOrder.note
Any other notes associated with this patient, specimen or order (e.g.protected List
<Annotation> Goal.note
Any comments related to the goal.protected List
<Annotation> Immunization.note
Extra information about the immunization that is not conveyed by the other attributes.protected List
<Annotation> Procedure.notes
Any other notes about the procedure.protected List
<Annotation> ProcedureRequest.notes
Any other notes associated with this proposal or order - e.g.protected List
<Annotation> CarePlan.CarePlanActivityComponent.progress
Notes about the adherence/status/progress of the activity.Methods in org.hl7.fhir.dstu2.model that return AnnotationModifier and TypeMethodDescriptionDevice.addNote()
DiagnosticOrder.addNote()
Goal.addNote()
Immunization.addNote()
Procedure.addNotes()
ProcedureRequest.addNotes()
CarePlan.CarePlanActivityComponent.addProgress()
Base.castToAnnotation
(Base b) Annotation.copy()
AllergyIntolerance.AllergyIntoleranceReactionComponent.getNote()
AllergyIntolerance.getNote()
CarePlan.getNote()
FamilyMemberHistory.FamilyMemberHistoryConditionComponent.getNote()
FamilyMemberHistory.getNote()
Annotation.setTextElement
(StringType value) Annotation.setTimeElement
(DateTimeType value) protected Annotation
Annotation.typedCopy()
Methods in org.hl7.fhir.dstu2.model that return types with arguments of type AnnotationModifier and TypeMethodDescriptionDevice.getNote()
DiagnosticOrder.getNote()
Goal.getNote()
Immunization.getNote()
Procedure.getNotes()
ProcedureRequest.getNotes()
CarePlan.CarePlanActivityComponent.getProgress()
Methods in org.hl7.fhir.dstu2.model with parameters of type AnnotationModifier and TypeMethodDescriptionDevice.addNote
(Annotation t) DiagnosticOrder.addNote
(Annotation t) Goal.addNote
(Annotation t) Immunization.addNote
(Annotation t) Procedure.addNotes
(Annotation t) ProcedureRequest.addNotes
(Annotation t) CarePlan.CarePlanActivityComponent.addProgress
(Annotation t) AllergyIntolerance.AllergyIntoleranceReactionComponent.setNote
(Annotation value) AllergyIntolerance.setNote
(Annotation value) CarePlan.setNote
(Annotation value) FamilyMemberHistory.FamilyMemberHistoryConditionComponent.setNote
(Annotation value) FamilyMemberHistory.setNote
(Annotation value)