{
  "resourceType": "CodeSystem",
  "id": "v3-RoleLinkStatus",
  "meta": {
    "lastUpdated": "2016-11-10T13:00:00+00:00"
  },
  "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                        \r\n                           Description: The 'typical' state. Excludes \"nullified\" which represents the termination state of a RoleLink 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                        \r\n                           Description: The state indicates the RoleLink is in progress.\r\n                  <br /></td></tr><tr><td>2</td><td>  CANCELLED\r\n                  <a name=\"CANCELLED\"></a></td><td>cancelled</td><td>\r\n                        \r\n                           Description: The terminal state resulting from abandoning the RoleLink prior to or after activation.\r\n                  <br /></td></tr><tr><td>2</td><td>  COMPLETED\r\n                  <a name=\"COMPLETED\"></a></td><td>completed</td><td>\r\n                        \r\n                           Description: The terminal state representing the successful completion of the RoleLink.\r\n                  <br /></td></tr><tr><td>2</td><td>  PENDING\r\n                  <a name=\"PENDING\"></a></td><td>pending</td><td>\r\n                        \r\n                           Description: The state indicates the RoleLink has not yet become active.\r\n                  <br /></td></tr><tr><td>1</td><td>NULLIFIED\r\n                  <a name=\"NULLIFIED\"></a></td><td>nullified</td><td>\r\n                        \r\n                           Description: The state representing the termination of a RoleLink 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/v3/RoleLinkStatus",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.5.1137"
  },
  "version": "2016-11-11",
  "name": "v3 Code System RoleLinkStatus",
  "status": "active",
  "experimental": false,
  "date": "2016-11-10T13:00:00+00:00",
  "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.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/v3-RoleLinkStatus",
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "concept": [
    {
      "code": "NORMAL",
      "display": "normal",
      "definition": "Description: The 'typical' state. Excludes \"nullified\" which represents the termination state of a RoleLink instance that was created in error.",
      "concept": [
        {
          "code": "ACTIVE",
          "display": "active",
          "definition": "Description: The state indicates the RoleLink is in progress."
        },
        {
          "code": "CANCELLED",
          "display": "cancelled",
          "definition": "Description: The terminal state resulting from abandoning the RoleLink prior to or after activation."
        },
        {
          "code": "COMPLETED",
          "display": "completed",
          "definition": "Description: The terminal state representing the successful completion of the RoleLink."
        },
        {
          "code": "PENDING",
          "display": "pending",
          "definition": "Description: The state indicates the RoleLink has not yet become active."
        }
      ]
    },
    {
      "code": "NULLIFIED",
      "display": "nullified",
      "definition": "Description: The state representing the termination of a RoleLink instance that was created in error."
    }
  ]
}