
Uses of Class
org.hl7.fhir.r4.model.MedicationStatement
Packages that use MedicationStatement
-
Uses of MedicationStatement in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type MedicationStatementModifier and TypeMethodDescriptionprotected voidJsonParser.composeMedicationStatement(String name, MedicationStatement element) protected voidRdfParser.composeMedicationStatement(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.composeMedicationStatementInner(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.r4.model
Methods in org.hl7.fhir.r4.model that return MedicationStatementModifier and TypeMethodDescriptionMedicationStatement.addBasedOn(Reference t) MedicationStatement.addDerivedFrom(Reference t) MedicationStatement.addIdentifier(Identifier t) MedicationStatement.addNote(Annotation t) MedicationStatement.addReasonCode(CodeableConcept t) MedicationStatement.addReasonReference(Reference t) MedicationStatement.addStatusReason(CodeableConcept t) MedicationStatement.copy()MedicationStatement.setBasedOn(List<Reference> theBasedOn) MedicationStatement.setCategory(CodeableConcept value) MedicationStatement.setContext(Reference value) MedicationStatement.setContextTarget(Resource value) MedicationStatement.setDateAsserted(Date value) MedicationStatement.setDateAssertedElement(DateTimeType value) MedicationStatement.setDerivedFrom(List<Reference> theDerivedFrom) MedicationStatement.setEffective(Type value) MedicationStatement.setIdentifier(List<Identifier> theIdentifier) MedicationStatement.setInformationSource(Reference value) MedicationStatement.setInformationSourceTarget(Resource value) MedicationStatement.setMedication(Type value) MedicationStatement.setNote(List<Annotation> theNote) MedicationStatement.setReasonCode(List<CodeableConcept> theReasonCode) MedicationStatement.setReasonReference(List<Reference> theReasonReference) MedicationStatement.setStatus(MedicationStatement.MedicationStatementStatus value) MedicationStatement.setStatusElement(Enumeration<MedicationStatement.MedicationStatementStatus> value) MedicationStatement.setStatusReason(List<CodeableConcept> theStatusReason) MedicationStatement.setSubject(Reference value) MedicationStatement.setSubjectTarget(Resource value) protected MedicationStatementMedicationStatement.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type MedicationStatement