This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4 R3 R2

V3\ManagedParticipationStatus\v3-ManagedParticipationStatus.json

Codes representing the defined possible states of a Managed Participation, as defined by the Managed Participation class state machine.

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><p>Release Date: 2014-08-07</p>\r\n<h2>Description</h2>\r\n<p>\n                  Codes representing the defined possible states of a Managed Participation, as defined by the Managed Participation class state machine.<br/>\r\n\n               </p>\r\n<hr/>\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                        The 'typical' state. Excludes &quot;nullified&quot; which represents the termination state of a participation instance that was created in error.<br/>\r\n\n                     </td></tr>\r\n <tr><td>2</td><td>&nbsp;&nbsp;active<a name=\"active\"> </a></td><td>active</td><td>\n                        The state representing the fact that the Participation is in progress.<br/>\r\n\n                     </td></tr>\r\n <tr><td>2</td><td>&nbsp;&nbsp;cancelled<a name=\"cancelled\"> </a></td><td>cancelled</td><td>\n                        The terminal state resulting from cancellation of the Participation prior to activation.<br/>\r\n\n                     </td></tr>\r\n <tr><td>2</td><td>&nbsp;&nbsp;completed<a name=\"completed\"> </a></td><td>completed</td><td>\n                        The terminal state representing the successful completion of the Participation.<br/>\r\n\n                     </td></tr>\r\n <tr><td>2</td><td>&nbsp;&nbsp;pending<a name=\"pending\"> </a></td><td>pending</td><td>\n                        The state representing that fact that the Participation 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                        The state representing the termination of a Participation instance that was created in error.<br/>\r\n\n                     </td></tr>\r\n</table>\r\n</div>"
  },
  "identifier": "http://hl7.org/fhir/v3/vs/ManagedParticipationStatus",
  "name": "v3 Code System ManagedParticipationStatus",
  "publisher": "HL7, Inc",
  "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.",
  "status": "active",
  "date": "2014-08-07T00:00:00+10:00",
  "define": {
    "system": "http://hl7.org/fhir/v3/ManagedParticipationStatus",
    "caseSensitive": true,
    "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."
      }
    ]
  }
}