{

"resourceType": "ValueSet",
"id": "communication-status",
"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>CommunicationStatus</h2><p>The status of the communication.</p><p>This value set has an inline code system http://hl7.org/fhir/communication-status, 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>in-progress<a name=\"in-progress\"> </a></td><td>In Progress</td><td>The communication transmission is ongoing.</td></tr><tr><td>completed<a name=\"completed\"> </a></td><td>Completed</td><td>The message transmission is complete, i.e., delivered to the recipient's destination.</td></tr><tr><td>suspended<a name=\"suspended\"> </a></td><td>Suspended</td><td>The communication transmission has been held by originating system/user request.</td></tr><tr><td>rejected<a name=\"rejected\"> </a></td><td>Rejected</td><td>The receiving system has declined to accept the message.</td></tr><tr><td>failed<a name=\"failed\"> </a></td><td>Failed</td><td>There was a failure in transmitting the message out.</td></tr></table></div>"
},
"extension": [
  {
    "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
    "valueUri": "urn:oid:2.16.840.1.113883.4.642.2.79"
  }
],
"url": "http://hl7.org/fhir/ValueSet/communication-status",
"version": "1.0.2",
"name": "CommunicationStatus",
"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 communication.",
"codeSystem": {
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.79"
    }
  ],
  "system": "http://hl7.org/fhir/communication-status",
  "version": "1.0.2",
  "caseSensitive": true,
  "concept": [
    {
      "code": "in-progress",
      "display": "In Progress",
      "definition": "The communication transmission is ongoing."
    },
    {
      "code": "completed",
      "display": "Completed",
      "definition": "The message transmission is complete, i.e., delivered to the recipient's destination."
    },
    {
      "code": "suspended",
      "display": "Suspended",
      "definition": "The communication transmission has been held by originating system/user request."
    },
    {
      "code": "rejected",
      "display": "Rejected",
      "definition": "The receiving system has declined to accept the message."
    },
    {
      "code": "failed",
      "display": "Failed",
      "definition": "There was a failure in transmitting the message out."
    }
  ]
}

}