{

"resourceType": "ValueSet",
"id": "referralstatus",
"meta": {
  "lastUpdated": "2015-10-24T07:41:03.495+11:00",
  "profile": [
    "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
  ]
},
"text": {
  "status": "generated",
  "div": "<div><h2>ReferralStatus</h2><p>The status of the referral.</p><p>This value set has an inline code system http://hl7.org/fhir/referralstatus, which defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>draft<a name=\"draft\"> </a></td><td>Draft</td><td>A draft referral that has yet to be send.</td></tr><tr><td>requested<a name=\"requested\"> </a></td><td>Requested</td><td>The referral has been transmitted, but not yet acknowledged by the recipient.</td></tr><tr><td>active<a name=\"active\"> </a></td><td>Active</td><td>The referral has been acknowledged by the recipient, and is in the process of being actioned.</td></tr><tr><td>cancelled<a name=\"cancelled\"> </a></td><td>Cancelled</td><td>The referral has been cancelled without being completed. For example it is no longer needed.</td></tr><tr><td>accepted<a name=\"accepted\"> </a></td><td>Accepted</td><td>The recipient has agreed to deliver the care requested by the referral.</td></tr><tr><td>rejected<a name=\"rejected\"> </a></td><td>Rejected</td><td>The recipient has declined to accept the referral.</td></tr><tr><td>completed<a name=\"completed\"> </a></td><td>Completed</td><td>The referral has been completely actioned.</td></tr></table></div>"
},
"extension": [
  {
    "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.300"
  }
],
"url": "http://hl7.org/fhir/ValueSet/referralstatus",
"version": "1.0.2",
"name": "ReferralStatus",
"status": "draft",
"experimental": false,
"publisher": "HL7 (FHIR Project)",
"contact": [
  {
    "telecom": [
      {
        "system": "other",
        "value": "http://hl7.org/fhir"
      },
      {
        "system": "email",
        "value": "fhir@lists.hl7.org"
      }
    ]
  }
],
"date": "2015-10-24T07:41:03+11:00",
"description": "The status of the referral.",
"codeSystem": {
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.300"
    }
  ],
  "system": "http://hl7.org/fhir/referralstatus",
  "version": "1.0.2",
  "caseSensitive": true,
  "concept": [
    {
      "code": "draft",
      "display": "Draft",
      "definition": "A draft referral that has yet to be send."
    },
    {
      "code": "requested",
      "display": "Requested",
      "definition": "The referral has been transmitted, but not yet acknowledged by the recipient."
    },
    {
      "code": "active",
      "display": "Active",
      "definition": "The referral has been acknowledged by the recipient, and is in the process of being actioned."
    },
    {
      "code": "cancelled",
      "display": "Cancelled",
      "definition": "The referral has been cancelled without being completed. For example it is no longer needed."
    },
    {
      "code": "accepted",
      "display": "Accepted",
      "definition": "The recipient has agreed to deliver the care requested by the referral."
    },
    {
      "code": "rejected",
      "display": "Rejected",
      "definition": "The recipient has declined to accept the referral."
    },
    {
      "code": "completed",
      "display": "Completed",
      "definition": "The referral has been completely actioned."
    }
  ]
}

}