This page is part of the Quality Improvement Core Framework (v3.2.0: STU 3) based on FHIR (HL7® FHIR® Standard) R3. The current version which supersedes this version is 7.0.1. For a full list of available versions, see the Directory of published versions
Formats: Narrative, XML, JSON, Turtle
Raw json
{
"resourceType" : "ValueSet",
"id" : "qicore-referralrequest-reason-rejected",
"meta" : {
"profile" : [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Reasons for rejecting a referral request</h2><div><p>The value set to instantiate this attribute should be drawn from a terminologically robust code system for reasons of rejecting or canceling a referral request. This value set is provided as a suggestive example.</p>\n</div><p><b>Copyright Statement:</b> This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.</p><p>This value set includes codes from the following code systems:</p><ul><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept is-a 416406003 (Procedure discontinued) and <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept is-a 428119001 (Procedure not indicated (situation)) and <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept is-a 416064006 (Procedure not offered) and <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept is-a 416432009 (Procedure not wanted) and <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept is-a 410521004 (Not to be done (qualifier value))</li></ul></div>"
},
"url" : "http://hl7.org/fhir/us/qicore/ValueSet/qicore-referralrequest-reason-rejected",
"version" : "3.2.0",
"name" : "QICoreReferralRequestReasonRejected",
"title" : "Reasons for rejecting a referral request",
"status" : "draft",
"experimental" : false,
"date" : "2018-08-22T00:00:00+10:00",
"publisher" : "Health Level Seven, Inc. - CQI WG",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/special/committees/CQI"
}
]
}
],
"description" : "The value set to instantiate this attribute should be drawn from a terminologically robust code system for reasons of rejecting or canceling a referral request. This value set is provided as a suggestive example.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "us"
}
]
}
],
"copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement.",
"compose" : {
"include" : [
{
"system" : "http://snomed.info/sct",
"filter" : [
{
"property" : "concept",
"op" : "is-a",
"value" : "416406003"
},
{
"property" : "concept",
"op" : "is-a",
"value" : "428119001"
},
{
"property" : "concept",
"op" : "is-a",
"value" : "416064006"
},
{
"property" : "concept",
"op" : "is-a",
"value" : "416432009"
},
{
"property" : "concept",
"op" : "is-a",
"value" : "410521004"
}
]
}
]
}
}