Uses of Class
org.hl7.fhir.r5.model.MedicationStatement
-
Uses of MedicationStatement in org.hl7.fhir.r5.extensions
Modifier and TypeMethodDescriptionstatic MedicationStatement
Extensions.addBasedOn
(MedicationStatement context, Reference value) static MedicationStatement
Extensions.addEpisodeOfCare
(MedicationStatement context, Reference value) static MedicationStatement
Extensions.addResearchStudy
(MedicationStatement context, Reference value) Modifier and TypeMethodDescriptionstatic MedicationStatement
Extensions.addBasedOn
(MedicationStatement context, Reference value) static MedicationStatement
Extensions.addEpisodeOfCare
(MedicationStatement context, Reference value) static MedicationStatement
Extensions.addResearchStudy
(MedicationStatement context, Reference value) Extensions.getBasedOnList
(MedicationStatement context) Extensions.getEpisodeOfCareList
(MedicationStatement context) Extensions.getResearchStudyList
(MedicationStatement context) -
Uses of MedicationStatement in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected MedicationStatement
JsonParser.parseMedicationStatement
(com.google.gson.JsonObject json) protected MedicationStatement
XmlParser.parseMedicationStatement
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeMedicationStatement
(String name, MedicationStatement element) protected void
RdfParser.composeMedicationStatement
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MedicationStatement element, int index) protected void
XmlParser.composeMedicationStatement
(String name, MedicationStatement element) protected void
XmlParser.composeMedicationStatementElements
(MedicationStatement element) protected void
JsonParser.composeMedicationStatementProperties
(MedicationStatement element) protected boolean
XmlParser.parseMedicationStatementContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, MedicationStatement res) protected void
JsonParser.parseMedicationStatementProperties
(com.google.gson.JsonObject json, MedicationStatement res) -
Uses of MedicationStatement in org.hl7.fhir.r5.model
Modifier 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 MedicationStatement
MedicationStatement.typedCopy()