DSTU2

This page is part of the FHIR Specification (v0.0.82: (v1.0.2: DSTU 1). 2). 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\EntityStatus\v3-EntityStatus.json V3-EntityStatus.json

Raw JSON ( canonical form )

Codes representing the defined possible states of an Entity, as defined by the Entity class state machine.

{
  "resourceType": "ValueSet",
  "id": "v3-EntityStatus",
  "meta": {
    "lastUpdated": "2015-07-31T00:00:00.000+10:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"
    ]
  },

  "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 an Entity, as defined by the Entity 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 an Entity record 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 Entity record is currently active.<br/>\r\n\n                     </td></tr>\r\n <tr><td>2</td><td>&nbsp;&nbsp;inactive<a name=\"inactive\"> </a></td><td>inactive</td><td>\n                        \n                           Definition: The state representing the fact that the entity is inactive.<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 an Entity record instance that was created in error.<br/>\r\n\n                     </td></tr>\r\n</table>\r\n</div>"

    "div": "<div>!-- Snipped for Brevity --></div>"

  },
  "identifier": "http://hl7.org/fhir/v3/vs/EntityStatus",

  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
      "valueUri": "urn:oid:2.16.840.1.113883.1.11.16005"
    }
  ],
  "url": "http://hl7.org/fhir/ValueSet/v3-EntityStatus",
  "version": "2015-07-31",

  "name": "v3 Code System EntityStatus",
  "status": "active",
  "experimental": false,

  "publisher": "HL7, Inc",
  "telecom": [

  "contact": [

    {
      "system": "url",
      "value": "http://hl7.org"

      "telecom": [
        {
          "system": "other",
          "value": "http://hl7.org"
        }
      ]

    }
  ],
  "date": "2015-07-31",

  "description": " Codes representing the defined possible states of an Entity, as defined by the Entity class state machine.",
  "status": "active",
  "date": "2014-08-07T00:00:00+10:00",
  "define": {

  "codeSystem": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid",
        "valueUri": "urn:oid:2.16.840.1.113883.5.1061"
      }
    ],

    "system": "http://hl7.org/fhir/v3/EntityStatus",
    "caseSensitive": true,
    "concept": [
      {
        "code": "normal",
        "abstract": false,

        "display": "normal",
        "definition": "The 'typical' state. Excludes \"nullified\" which represents the termination state of an Entity record instance that was created in error.",
        "concept": [
          {
            "code": "active",
            "abstract": false,

            "display": "active",
            "definition": "The state representing the fact that the Entity record is currently active."
          },
          {
            "code": "inactive",
            "abstract": false,

            "display": "inactive",
            "definition": "Definition: The state representing the fact that the entity is inactive."
          },
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/valueset-deprecated",
                "valueBoolean": true
              }
            ],
            "code": "terminated",
            "abstract": false,
            "display": "terminated",
            "definition": "The state representing the normal termination of an Entity record."

          }
        ]
      },
      {
        "code": "nullified",
        "abstract": false,

        "display": "nullified",
        "definition": "The state representing the termination of an Entity record instance that was created in error."
      }
    ]
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.