{
  "resourceType": "CodeSystem",
  "id": "v3-ManagedParticipationStatus",
  "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                        The 'typical' state. Excludes \"nullified\" which represents the termination state of a participation 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 Participation 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                        The terminal state resulting from cancellation of the Participation prior to 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                        The terminal state representing the successful completion of the Participation.\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 Participation 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                        The state representing the termination of a Participation 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/ManagedParticipationStatus",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.5.1062"
  },
  "version": "2016-11-11",
  "name": "v3 Code System ManagedParticipationStatus",
  "status": "active",
  "experimental": false,
  "date": "2016-11-10T13:00:00+00:00",
  "publisher": "HL7, Inc",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        }
      ]
    }
  ],
  "description": "Codes representing the defined possible states of a Managed Participation, as defined by the Managed Participation class state machine.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/v3-ManagedParticipationStatus",
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "concept": [
    {
      "code": "normal",
      "display": "normal",
      "definition": "The 'typical' state. Excludes \"nullified\" which represents the termination state of a participation instance that was created in error.",
      "concept": [
        {
          "code": "active",
          "display": "active",
          "definition": "The state representing the fact that the Participation is in progress."
        },
        {
          "code": "cancelled",
          "display": "cancelled",
          "definition": "The terminal state resulting from cancellation of the Participation prior to activation."
        },
        {
          "code": "completed",
          "display": "completed",
          "definition": "The terminal state representing the successful completion of the Participation."
        },
        {
          "code": "pending",
          "display": "pending",
          "definition": "The state representing that fact that the Participation has not yet become active."
        }
      ]
    },
    {
      "code": "nullified",
      "display": "nullified",
      "definition": "The state representing the termination of a Participation instance that was created in error."
    }
  ]
}