{
  "resourceType": "ValueSet",
  "id": "v3-RoleLinkStatus",
  "meta": {
    "lastUpdated": "2016-11-11T00:00:00.000+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Release Date: 2016-11-11</p>\r\n<table class=\"grid\">\r\n <tr><td><b>Level</b></td><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr>\r\n <tr><td>1</td><td>NORMAL<a name=\"NORMAL\"> </a></td><td>normal</td><td>\n                        \n                           Description: The 'typical' state. Excludes &quot;nullified&quot; which represents the termination state of a RoleLink instance that was created in error.<br/>\r\n\n                     </td></tr>\r\n <tr><td>2</td><td>  ACTIVE<a name=\"ACTIVE\"> </a></td><td>active</td><td>\n                        \n                           Description: The state indicates the RoleLink is in progress.<br/>\r\n\n                     </td></tr>\r\n <tr><td>2</td><td>  CANCELLED<a name=\"CANCELLED\"> </a></td><td>cancelled</td><td>\n                        \n                           Description: The terminal state resulting from abandoning the RoleLink prior to or after activation.<br/>\r\n\n                     </td></tr>\r\n <tr><td>2</td><td>  COMPLETED<a name=\"COMPLETED\"> </a></td><td>completed</td><td>\n                        \n                           Description: The terminal state representing the successful completion of the RoleLink.<br/>\r\n\n                     </td></tr>\r\n <tr><td>2</td><td>  PENDING<a name=\"PENDING\"> </a></td><td>pending</td><td>\n                        \n                           Description: The state indicates the RoleLink has not yet become active.<br/>\r\n\n                     </td></tr>\r\n <tr><td>1</td><td>NULLIFIED<a name=\"NULLIFIED\"> </a></td><td>nullified</td><td>\n                        \n                           Description: The state representing the termination of a RoleLink instance that was created in error.<br/>\r\n\n                     </td></tr>\r\n</table>\r\n</div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "External"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/v3-RoleLinkStatus",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.1.11.20413"
    }
  ],
  "version": "2016-11-11",
  "name": "v3 Code System RoleLinkStatus",
  "status": "active",
  "experimental": false,
  "date": "2016-11-11",
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "  Description:\r\nCodes representing possible states of a RoleLink, as defined by the RoleLink class state machine.",
  "immutable": true,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/v3/RoleLinkStatus"
      }
    ]
  }
}