Uses of Class
org.hl7.fhir.r4.model.DetectedIssue
-
Packages that use DetectedIssue Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of DetectedIssue in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return DetectedIssue Modifier and Type Method Description protected DetectedIssueJsonParser. parseDetectedIssue(com.google.gson.JsonObject json)protected DetectedIssueXmlParser. parseDetectedIssue(org.xmlpull.v1.XmlPullParser xpp) -
Uses of DetectedIssue in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type DetectedIssue Modifier and Type Field Description protected List<DetectedIssue>MedicationKnowledge. contraindicationTargetThe actual objects that are the target of the reference (Potential clinical issue with or between medication(s) (for example, drug-drug interaction, drug-disease contraindication, drug-allergy interaction, etc.).)protected List<DetectedIssue>MedicationDispense. detectedIssueTargetThe actual objects that are the target of the reference (Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g.protected List<DetectedIssue>MedicationRequest. detectedIssueTargetThe actual objects that are the target of the reference (Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g.Methods in org.hl7.fhir.r4.model that return types with arguments of type DetectedIssue Modifier and Type Method Description List<DetectedIssue>MedicationKnowledge. getContraindicationTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<DetectedIssue>MedicationDispense. getDetectedIssueTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<DetectedIssue>MedicationRequest. getDetectedIssueTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type DetectedIssue Modifier and Type Method Description voidDetectedIssue. copyValues(DetectedIssue dst)
-