Uses of Class
org.hl7.fhir.r4.model.DetectedIssue
Packages that use DetectedIssue
-
Uses of DetectedIssue in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return DetectedIssueModifier and TypeMethodDescriptionprotected DetectedIssueJsonParser.parseDetectedIssue(com.google.gson.JsonObject json)protected DetectedIssueXmlParser.parseDetectedIssue(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type DetectedIssueModifier and TypeMethodDescriptionprotected voidJsonParser.composeDetectedIssue(String name, DetectedIssue element)protected voidRdfParser.composeDetectedIssue(Turtle.Complex parent, String parentType, String name, DetectedIssue element, int index)protected voidXmlParser.composeDetectedIssue(String name, DetectedIssue element)protected voidXmlParser.composeDetectedIssueElements(DetectedIssue element)protected voidJsonParser.composeDetectedIssueInner(DetectedIssue element)protected booleanXmlParser.parseDetectedIssueContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DetectedIssue res)JsonParser.parseDetectedIssueDetectedIssueEvidenceComponent(com.google.gson.JsonObject json, DetectedIssue owner)XmlParser.parseDetectedIssueDetectedIssueEvidenceComponent(org.xmlpull.v1.XmlPullParser xpp, DetectedIssue owner)protected booleanXmlParser.parseDetectedIssueDetectedIssueEvidenceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DetectedIssue owner, DetectedIssue.DetectedIssueEvidenceComponent res)protected voidJsonParser.parseDetectedIssueDetectedIssueEvidenceComponentProperties(com.google.gson.JsonObject json, DetectedIssue owner, DetectedIssue.DetectedIssueEvidenceComponent res)JsonParser.parseDetectedIssueDetectedIssueMitigationComponent(com.google.gson.JsonObject json, DetectedIssue owner)XmlParser.parseDetectedIssueDetectedIssueMitigationComponent(org.xmlpull.v1.XmlPullParser xpp, DetectedIssue owner)protected booleanXmlParser.parseDetectedIssueDetectedIssueMitigationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DetectedIssue owner, DetectedIssue.DetectedIssueMitigationComponent res)protected voidJsonParser.parseDetectedIssueDetectedIssueMitigationComponentProperties(com.google.gson.JsonObject json, DetectedIssue owner, DetectedIssue.DetectedIssueMitigationComponent res)protected voidJsonParser.parseDetectedIssueProperties(com.google.gson.JsonObject json, DetectedIssue res) -
Uses of DetectedIssue in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type DetectedIssueModifier and TypeFieldDescriptionprotected 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 DetectedIssueModifier and TypeMethodDescriptionMedicationKnowledge.addContraindicationTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMedicationDispense.addDetectedIssueTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMedicationRequest.addDetectedIssueTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadDetectedIssue.addEvidence(DetectedIssue.DetectedIssueEvidenceComponent t)DetectedIssue.addIdentifier(Identifier t)DetectedIssue.addImplicated(Reference t)DetectedIssue.addMitigation(DetectedIssue.DetectedIssueMitigationComponent t)DetectedIssue.copy()DetectedIssue.setAuthorTarget(Resource value)DetectedIssue.setCode(CodeableConcept value)DetectedIssue.setDetailElement(StringType value)DetectedIssue.setEvidence(List<DetectedIssue.DetectedIssueEvidenceComponent> theEvidence)DetectedIssue.setIdentified(Type value)DetectedIssue.setIdentifier(List<Identifier> theIdentifier)DetectedIssue.setImplicated(List<Reference> theImplicated)DetectedIssue.setMitigation(List<DetectedIssue.DetectedIssueMitigationComponent> theMitigation)DetectedIssue.setPatient(Reference value)DetectedIssue.setPatientTarget(Patient value)DetectedIssue.setReference(String value)DetectedIssue.setReferenceElement(UriType value)DetectedIssue.setSeverity(DetectedIssue.DetectedIssueSeverity value)DetectedIssue.setSeverityElement(Enumeration<DetectedIssue.DetectedIssueSeverity> value)DetectedIssue.setStatus(DetectedIssue.DetectedIssueStatus value)DetectedIssue.setStatusElement(Enumeration<DetectedIssue.DetectedIssueStatus> value)protected DetectedIssueDetectedIssue.typedCopy()Methods in org.hl7.fhir.r4.model that return types with arguments of type DetectedIssueModifier and TypeMethodDescriptionMedicationKnowledge.getContraindicationTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMedicationDispense.getDetectedIssueTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMedicationRequest.getDetectedIssueTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type DetectedIssue