PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.8.0
    http://hl7.org/fhir/referralstatus
{
  "description": "The status of the referral.",
  "_filename": "codesystem-referralstatus.json",
  "package_name": "hl7.fhir.core",
  "date": "2016-12-06T12:22:34+11:00",
  "meta": {
    "lastUpdated": "2016-12-06T12:22:34.981+11:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "content": "complete",
  "name": "ReferralStatus",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": null,
  "package_version": "1.8.0",
  "status": "draft",
  "id": "83b71e1e-5651-4113-a661-089b7e835f89",
  "valueSet": "http://hl7.org/fhir/ValueSet/referralstatus",
  "kind": null,
  "url": "http://hl7.org/fhir/referralstatus",
  "identifier": {
    "value": "urn:oid:2.16.840.1.113883.4.642.1.300",
    "system": "urn:ietf:rfc:3986"
  },
  "concept": [ {
    "code": "draft",
    "display": "Draft",
    "definition": "A draft referral that has yet to be send."
  }, {
    "code": "active",
    "display": "Active",
    "definition": "The referral is complete and is ready for fulfillment."
  }, {
    "code": "cancelled",
    "display": "Cancelled",
    "definition": "The referral has been cancelled without being completed. For example it is no longer needed."
  }, {
    "code": "completed",
    "display": "Completed",
    "definition": "The referral has been completely actioned."
  }, {
    "code": "entered-in-error",
    "display": "Entered in Error",
    "definition": "This referral record should never have existed, though it's possible some degree of real-world activity or decisions may have been taken due to its existence"
  } ],
  "caseSensitive": true,
  "version": "1.8.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}