@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-CombinedPharmacyOrderSuspendReasonCode"]; fhir:Resource.language [ fhir:value "en"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActReason
    CodeDisplayDefinition
    ALTCHOICEtry another treatment first**Description:**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.
    CLARIFprescription requires clarification**Description:**Clarification is required before the order can be acted upon.
    DRUGHIGHdrug level too high**Description:**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.
    HOSPADMadmission to hospital**Description:**The patient has been admitted to a care facility and their community medications are suspended until hospital discharge.
    LABINTlab interference issues**Description:**The therapy would interfere with a planned lab test and the therapy is being withdrawn until the test is completed.
    NON-AVAILpatient not-available**Description:**Patient not available for a period of time due to a scheduled therapy, leave of absence or other reason.
    PREGparent is pregnant/breast feeding**Description:**The patient is pregnant or breast feeding. The therapy will be resumed when the pregnancy is complete and the patient is no longer breastfeeding.
    SALGallergy**Description:**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.
    SDDIdrug interacts with another drug**Description:**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.
    SDUPTHERduplicate therapy**Description:**Another short-term co-occurring therapy fulfills the same purpose as this therapy. This therapy will be resumed when the co-occuring therapy is complete.
    SINTOLsuspected intolerance**Description:**The patient is believed to have an intolerance to a substance that is part of the therapy and the therapy is being temporarily withdrawn to confirm.
    SURGpatient scheduled for surgery**Description:**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.
    WASHOUTwaiting for old drug to wash out**Description:**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.
" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-CombinedPharmacyOrderSuspendReasonCode"]; fhir:ValueSet.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.1.11.19779" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "CombinedPharmacyOrderSuspendReasonCode"]; fhir:ValueSet.title [ fhir:value "CombinedPharmacyOrderSuspendReasonCode"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2014-03-26"^^xsd:date]; fhir:ValueSet.description [ fhir:value "**Description:**Indicates why the prescription should be suspended."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActReason" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "ALTCHOICE" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "CLARIF" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "DRUGHIGH" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "HOSPADM" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "LABINT" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.concept.code [ fhir:value "NON-AVAIL" ] ], [ fhir:index 6; fhir:ValueSet.compose.include.concept.code [ fhir:value "PREG" ] ], [ fhir:index 7; fhir:ValueSet.compose.include.concept.code [ fhir:value "SALG" ] ], [ fhir:index 8; fhir:ValueSet.compose.include.concept.code [ fhir:value "SDDI" ] ], [ fhir:index 9; fhir:ValueSet.compose.include.concept.code [ fhir:value "SDUPTHER" ] ], [ fhir:index 10; fhir:ValueSet.compose.include.concept.code [ fhir:value "SINTOL" ] ], [ fhir:index 11; fhir:ValueSet.compose.include.concept.code [ fhir:value "SURG" ] ], [ fhir:index 12; fhir:ValueSet.compose.include.concept.code [ fhir:value "WASHOUT" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------