
Uses of Class
org.hl7.fhir.r5.model.MedicationStatement
Packages that use MedicationStatement
- 
Uses of MedicationStatement in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return MedicationStatementModifier and TypeMethodDescriptionprotected MedicationStatementJsonParser.parseMedicationStatement(com.google.gson.JsonObject json) protected MedicationStatementXmlParser.parseMedicationStatement(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type MedicationStatementModifier and TypeMethodDescriptionprotected voidJsonParser.composeMedicationStatement(String name, MedicationStatement element) protected voidRdfParser.composeMedicationStatement(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MedicationStatement element, int index) protected voidXmlParser.composeMedicationStatement(String name, MedicationStatement element) protected voidXmlParser.composeMedicationStatementElements(MedicationStatement element) protected voidJsonParser.composeMedicationStatementProperties(MedicationStatement element) protected booleanXmlParser.parseMedicationStatementContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationStatement res) protected voidJsonParser.parseMedicationStatementProperties(com.google.gson.JsonObject json, MedicationStatement res)  - 
Uses of MedicationStatement in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return MedicationStatementModifier and TypeMethodDescriptionMedicationStatement.addCategory(CodeableConcept t) MedicationStatement.addDerivedFrom(Reference t) MedicationStatement.addIdentifier(Identifier t) MedicationStatement.addInformationSource(Reference t) MedicationStatement.addNote(Annotation t) MedicationStatement.addReason(CodeableReference t) MedicationStatement.addRelatedClinicalInformation(Reference t) MedicationStatement.copy()MedicationStatement.setAdherence(MedicationStatement.MedicationStatementAdherenceComponent value) MedicationStatement.setCategory(List<CodeableConcept> theCategory) MedicationStatement.setDateAsserted(Date value) MedicationStatement.setDateAssertedElement(DateTimeType value) MedicationStatement.setDerivedFrom(List<Reference> theDerivedFrom) MedicationStatement.setEffective(DataType value) MedicationStatement.setEncounter(Reference value) MedicationStatement.setIdentifier(List<Identifier> theIdentifier) MedicationStatement.setInformationSource(List<Reference> theInformationSource) MedicationStatement.setMedication(CodeableReference value) MedicationStatement.setNote(List<Annotation> theNote) MedicationStatement.setReason(List<CodeableReference> theReason) MedicationStatement.setRelatedClinicalInformation(List<Reference> theRelatedClinicalInformation) MedicationStatement.setRenderedDosageInstruction(String value) MedicationStatement.setRenderedDosageInstructionElement(MarkdownType value) MedicationStatement.setStatus(MedicationStatement.MedicationStatementStatusCodes value) MedicationStatement.setStatusElement(Enumeration<MedicationStatement.MedicationStatementStatusCodes> value) MedicationStatement.setSubject(Reference value) protected MedicationStatementMedicationStatement.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type MedicationStatement