org.hl7.fhir.r4.model.codesystems.MedicationrequestStatusReason Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.hl7.fhir.r4 Show documentation
Show all versions of org.hl7.fhir.r4 Show documentation
Builds the hapi fhir r4. Requires hapi-fhir-base and hapi-fhir-utilities be built first and be
excluded from any other poms requiring it.
The newest version!
package org.hl7.fhir.r4.model.codesystems;
/*
Copyright (c) 2011+, HL7, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of HL7 nor the names of its contributors may be used to
endorse or promote products derived from this software without specific
prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
// Generated on Wed, Jan 30, 2019 16:19-0500 for FHIR v4.0.0
import org.hl7.fhir.exceptions.FHIRException;
public enum MedicationrequestStatusReason {
/**
* This therapy has been ordered as a backup to a preferred therapy. This order
* will be released when and if the preferred therapy is unsuccessful.
*/
ALTCHOICE,
/**
* Clarification is required before the order can be acted upon.
*/
CLARIF,
/**
* The current level of the medication in the patient's system is too high. The
* medication is suspended to allow the level to subside to a safer level.
*/
DRUGHIGH,
/**
* The patient has been admitted to a care facility and their community
* medications are suspended until hospital discharge.
*/
HOSPADM,
/**
* The therapy would interfere with a planned lab test and the therapy is being
* withdrawn until the test is completed.
*/
LABINT,
/**
* Patient not available for a period of time due to a scheduled therapy, leave
* of absence or other reason.
*/
NONAVAIL,
/**
* The patient is pregnant or breast feeding. The therapy will be resumed when
* the pregnancy is complete and the patient is no longer breastfeeding.
*/
PREG,
/**
* The patient is believed to be allergic to a substance that is part of the
* therapy and the therapy is being temporarily withdrawn to confirm.
*/
SALG,
/**
* The drug interacts with a short-term treatment that is more urgently
* required. This order will be resumed when the short-term treatment is
* complete.
*/
SDDI,
/**
* The drug interacts with a short-term treatment that is more urgently
* required. This order will be resumed when the short-term treatment is
* complete.
*/
SDUPTHER,
/**
* The drug interacts with a short-term treatment that is more urgently
* required. This order will be resumed when the short-term treatment is
* complete.
*/
SINTOL,
/**
* The drug is contraindicated for patients receiving surgery and the patient is
* scheduled to be admitted for surgery in the near future. The drug will be
* resumed when the patient has sufficiently recovered from the surgery.
*/
SURG,
/**
* The patient was previously receiving a medication contraindicated with the
* current medication. The current medication will remain on hold until the
* prior medication has been cleansed from their system.
*/
WASHOUT,
/**
* added to help the parsers
*/
NULL;
public static MedicationrequestStatusReason fromCode(String codeString) throws FHIRException {
if (codeString == null || "".equals(codeString))
return null;
if ("altchoice".equals(codeString))
return ALTCHOICE;
if ("clarif".equals(codeString))
return CLARIF;
if ("drughigh".equals(codeString))
return DRUGHIGH;
if ("hospadm".equals(codeString))
return HOSPADM;
if ("labint".equals(codeString))
return LABINT;
if ("non-avail".equals(codeString))
return NONAVAIL;
if ("preg".equals(codeString))
return PREG;
if ("salg".equals(codeString))
return SALG;
if ("sddi".equals(codeString))
return SDDI;
if ("sdupther".equals(codeString))
return SDUPTHER;
if ("sintol".equals(codeString))
return SINTOL;
if ("surg".equals(codeString))
return SURG;
if ("washout".equals(codeString))
return WASHOUT;
throw new FHIRException("Unknown MedicationrequestStatusReason code '" + codeString + "'");
}
public String toCode() {
switch (this) {
case ALTCHOICE:
return "altchoice";
case CLARIF:
return "clarif";
case DRUGHIGH:
return "drughigh";
case HOSPADM:
return "hospadm";
case LABINT:
return "labint";
case NONAVAIL:
return "non-avail";
case PREG:
return "preg";
case SALG:
return "salg";
case SDDI:
return "sddi";
case SDUPTHER:
return "sdupther";
case SINTOL:
return "sintol";
case SURG:
return "surg";
case WASHOUT:
return "washout";
case NULL:
return null;
default:
return "?";
}
}
public String getSystem() {
return "http://terminology.hl7.org/CodeSystem/medicationrequest-status-reason";
}
public String getDefinition() {
switch (this) {
case ALTCHOICE:
return "This therapy has been ordered as a backup to a preferred therapy. This order will be released when and if the preferred therapy is unsuccessful.";
case CLARIF:
return "Clarification is required before the order can be acted upon.";
case DRUGHIGH:
return "The current level of the medication in the patient's system is too high. The medication is suspended to allow the level to subside to a safer level.";
case HOSPADM:
return "The patient has been admitted to a care facility and their community medications are suspended until hospital discharge.";
case LABINT:
return "The therapy would interfere with a planned lab test and the therapy is being withdrawn until the test is completed.";
case NONAVAIL:
return "Patient not available for a period of time due to a scheduled therapy, leave of absence or other reason.";
case PREG:
return "The patient is pregnant or breast feeding. The therapy will be resumed when the pregnancy is complete and the patient is no longer breastfeeding.";
case SALG:
return "The patient is believed to be allergic to a substance that is part of the therapy and the therapy is being temporarily withdrawn to confirm.";
case SDDI:
return "The drug interacts with a short-term treatment that is more urgently required. This order will be resumed when the short-term treatment is complete.";
case SDUPTHER:
return "The drug interacts with a short-term treatment that is more urgently required. This order will be resumed when the short-term treatment is complete.";
case SINTOL:
return "The drug interacts with a short-term treatment that is more urgently required. This order will be resumed when the short-term treatment is complete.";
case SURG:
return "The drug is contraindicated for patients receiving surgery and the patient is scheduled to be admitted for surgery in the near future. The drug will be resumed when the patient has sufficiently recovered from the surgery.";
case WASHOUT:
return "The patient was previously receiving a medication contraindicated with the current medication. The current medication will remain on hold until the prior medication has been cleansed from their system.";
case NULL:
return null;
default:
return "?";
}
}
public String getDisplay() {
switch (this) {
case ALTCHOICE:
return "Try another treatment first";
case CLARIF:
return "Prescription requires clarification";
case DRUGHIGH:
return "Drug level too high";
case HOSPADM:
return "Admission to hospital";
case LABINT:
return "Lab interference issues";
case NONAVAIL:
return "Patient not available";
case PREG:
return "Parent is pregnant/breast feeding";
case SALG:
return "Allergy";
case SDDI:
return "Drug interacts with another drug";
case SDUPTHER:
return "Duplicate therapy";
case SINTOL:
return "Suspected intolerance";
case SURG:
return "Patient scheduled for surgery.";
case WASHOUT:
return "Waiting for old drug to wash out";
case NULL:
return null;
default:
return "?";
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy