{
  "resourceType" : "ValueSet",
  "id" : "clinicalimpression-status",
  "meta" : {
    "lastUpdated" : "2018-08-19T21:48:56.559+10:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablevalueset"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Clinical Impression Status</h2><div><p>Codes identifying the lifecycle stage of a clinical impression</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href=\"codesystem-event-status.html\"><code>http://hl7.org/fhir/event-status</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b><a href=\"valueset-resource-status.html\">Canonical Status</a></b></td></tr><tr><td><a href=\"codesystem-event-status.html#event-status-in-progress\">in-progress</a></td><td>In Progress</td><td>The event is currently occurring.</td></tr><tr><td><a href=\"codesystem-event-status.html#event-status-completed\">completed</a></td><td>Completed</td><td>The event has now concluded.</td></tr><tr><td><a href=\"codesystem-event-status.html#event-status-entered-in-error\">entered-in-error</a></td><td>Entered in Error</td><td>This electronic record should never have existed, though it is possible that real-world decisions were based on it.  (If real-world activity has occurred, the status should be &quot;cancelled&quot; rather than &quot;entered-in-error&quot;.).</td></tr></table></li></ul></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "pc"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueString" : "Trial Use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 0
  }],
  "url" : "http://hl7.org/fhir/ValueSet/clinicalimpression-status",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.3.1046"
  }],
  "version" : "3.5.0",
  "name" : "ClinicalImpressionStatus",
  "title" : "Clinical Impression Status",
  "status" : "draft",
  "experimental" : true,
  "date" : "2018-08-19T21:48:56+10:00",
  "publisher" : "HL7 International - Patient Care WG",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/patientcare/"
    }]
  }],
  "description" : "Codes identifying the lifecycle stage of a clinical impression",
  "compose" : {
    "include" : [{
      "system" : "http://hl7.org/fhir/event-status",
      "concept" : [{
        "code" : "in-progress"
      },
      {
        "code" : "completed"
      },
      {
        "code" : "entered-in-error"
      }]
    }]
  }
}