{
  "resourceType": "ValueSet",
  "id": "v3-RoleStatus",
  "meta": {
    "lastUpdated": "2016-11-10T13:00:00+00: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><table class=\"grid\"><tr><td><b>Level</b></td><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td>normal\r\n                  <a name=\"normal\"></a></td><td>normal</td><td>\r\n                        The 'typical' state. Excludes \"nullified\" which represents the termination state of a Role instance that was created in error.\r\n                  <br /></td></tr><tr><td>2</td><td>  active\r\n                  <a name=\"active\"></a></td><td>active</td><td>\r\n                        The state representing the fact that the Entity is currently active in the Role.\r\n                  <br /></td></tr><tr><td>2</td><td>  cancelled\r\n                  <a name=\"cancelled\"></a></td><td>cancelled</td><td>\r\n                        The terminal state resulting from cancellation of the role prior to activation.\r\n                  <br /></td></tr><tr><td>2</td><td>  pending\r\n                  <a name=\"pending\"></a></td><td>pending</td><td>\r\n                        The state representing that fact that the role has not yet become active.\r\n                  <br /></td></tr><tr><td>2</td><td>  suspended\r\n                  <a name=\"suspended\"></a></td><td>suspended</td><td>\r\n                        The state that represents a suspension of the Entity playing the Role. This state is arrived at from the \"active\" state.\r\n                  <br /></td></tr><tr><td>2</td><td>  terminated\r\n                  <a name=\"terminated\"></a></td><td>terminated</td><td>\r\n                        The state representing the successful termination of the Role.\r\n                  <br /></td></tr><tr><td>1</td><td>nullified\r\n                  <a name=\"nullified\"></a></td><td>nullified</td><td>\r\n                        The state representing the termination of a Role instance that was created in error.\r\n                  <br /></td></tr></table></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-RoleStatus",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.1.11.15999"
    }
  ],
  "version": "2016-11-11",
  "name": "v3 Code System RoleStatus",
  "status": "active",
  "experimental": false,
  "date": "2016-11-11",
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "Codes representing the defined possible states of an Role, as defined by the Role class state machine.",
  "immutable": true,
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/v3/RoleStatus"
      }
    ]
  }
}