Uses of Class
org.hl7.fhir.dstu2016may.model.Annotation
-
Packages that use Annotation Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Annotation in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return Annotation Modifier and Type Method Description protected AnnotationJsonParser. parseAnnotation(com.google.gson.JsonObject json)protected AnnotationXmlParser. parseAnnotation(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type Annotation Modifier and Type Method Description protected voidJsonParser. composeAnnotation(String name, Annotation element)protected voidRdfParser. composeAnnotation(RdfGenerator.Complex parent, String parentType, String name, Annotation element, int index)protected voidXmlParser. composeAnnotation(String name, Annotation element)protected voidJsonParser. composeAnnotationInner(Annotation element) -
Uses of Annotation in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model declared as Annotation Modifier and Type Field Description protected AnnotationCarePlan. noteGeneral notes about the care plan not covered elsewhere.protected AnnotationFamilyMemberHistory.FamilyMemberHistoryConditionComponent. noteAn area where general notes can be placed about this specific condition.protected AnnotationFamilyMemberHistory. noteThis property allows a non condition-specific note to the made about the related person.Fields in org.hl7.fhir.dstu2016may.model with type parameters of type Annotation Modifier and Type Field Description protected List<Annotation>AllergyIntolerance.AllergyIntoleranceReactionComponent. noteAdditional text about the adverse reaction event not captured in other fields.protected List<Annotation>AllergyIntolerance. noteAdditional narrative about the propensity for the Adverse Reaction, not captured in other fields.protected List<Annotation>Device. noteDescriptive information, usage information or implantation information that is not captured in an existing element.protected List<Annotation>DiagnosticOrder. noteAny other notes associated with this patient, specimen or order (e.g.protected List<Annotation>Goal. noteAny comments related to the goal.protected List<Annotation>Immunization. noteExtra information about the immunization that is not conveyed by the other attributes.protected List<Annotation>ListResource. noteComments that apply to the overall list.protected List<Annotation>MedicationAdministration. noteExtra information about the medication administration that is not conveyed by the other attributes.protected List<Annotation>MedicationDispense. noteExtra information about the dispense that could not be conveyed in the other attributes.protected List<Annotation>MedicationOrder. noteExtra information about the prescription that could not be conveyed by the other attributes.protected List<Annotation>MedicationStatement. noteProvides extra information about the medication statement that is not conveyed by the other attributes.protected List<Annotation>Procedure. notesAny other notes about the procedure.protected List<Annotation>ProcedureRequest. notesAny other notes associated with this proposal or order - e.g.protected List<Annotation>CarePlan.CarePlanActivityComponent. progressNotes about the adherence/status/progress of the activity.Methods in org.hl7.fhir.dstu2016may.model that return Annotation Modifier and Type Method Description AnnotationAllergyIntolerance. addNote()AnnotationAllergyIntolerance.AllergyIntoleranceReactionComponent. addNote()AnnotationDevice. addNote()AnnotationDiagnosticOrder. addNote()AnnotationGoal. addNote()AnnotationImmunization. addNote()AnnotationListResource. addNote()AnnotationMedicationAdministration. addNote()AnnotationMedicationDispense. addNote()AnnotationMedicationOrder. addNote()AnnotationMedicationStatement. addNote()AnnotationProcedure. addNotes()AnnotationProcedureRequest. addNotes()AnnotationCarePlan.CarePlanActivityComponent. addProgress()AnnotationBase. castToAnnotation(Base b)AnnotationAnnotation. copy()AnnotationCarePlan. getNote()AnnotationFamilyMemberHistory.FamilyMemberHistoryConditionComponent. getNote()AnnotationFamilyMemberHistory. getNote()AnnotationAnnotation. setAuthor(Type value)AnnotationAnnotation. setText(String value)AnnotationAnnotation. setTextElement(StringType value)AnnotationAnnotation. setTime(Date value)AnnotationAnnotation. setTimeElement(DateTimeType value)protected AnnotationAnnotation. typedCopy()Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>AllergyIntolerance.AllergyIntoleranceReactionComponent. getNote()List<Annotation>AllergyIntolerance. getNote()List<Annotation>Device. getNote()List<Annotation>DiagnosticOrder. getNote()List<Annotation>Goal. getNote()List<Annotation>Immunization. getNote()List<Annotation>ListResource. getNote()List<Annotation>MedicationAdministration. getNote()List<Annotation>MedicationDispense. getNote()List<Annotation>MedicationOrder. getNote()List<Annotation>MedicationStatement. getNote()List<Annotation>Procedure. getNotes()List<Annotation>ProcedureRequest. getNotes()List<Annotation>CarePlan.CarePlanActivityComponent. getProgress()
-