PACIO Advance Directive Interoperability Implementation Guide
2.1.0 - STU 2 United States of America flag

PACIO Advance Directive Interoperability Implementation Guide, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pacio-adi/ and changes regularly. See the Directory of published versions

: ADI Revoke Status Code System - JSON Representation

Active as of 2024-11-01

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "ADIRevokeStatusCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ADIRevokeStatusCS</b></p><a name=\"ADIRevokeStatusCS\"> </a><a name=\"hcADIRevokeStatusCS\"> </a><a name=\"ADIRevokeStatusCS-en-US\"> </a><p>This  code system <code>http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIRevokeStatusCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">cancelled<a name=\"ADIRevokeStatusCS-cancelled\"> </a></td><td>The composition is unavailable because the measurement was not started or not completed (also sometimes called &quot;aborted&quot;). </td></tr><tr><td style=\"white-space:nowrap\">entered-in-error<a name=\"ADIRevokeStatusCS-entered-in-error\"> </a></td><td>The composition or document was originally created/issued in error, and this is an amendment that marks that the entire series should not be considered as valid.</td></tr><tr><td style=\"white-space:nowrap\">deprecated<a name=\"ADIRevokeStatusCS-deprecated\"> </a></td><td>This composition has been withdrawn or superseded and should no longer be used.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pe"
    }
  ],
  "url" : "http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIRevokeStatusCS",
  "version" : "2.1.0",
  "name" : "ADIRevokeStatusCS",
  "title" : "ADI Revoke Status Code System",
  "status" : "active",
  "date" : "2024-11-01T17:57:46+00:00",
  "publisher" : "HL7 International / Patient Empowerment",
  "contact" : [
    {
      "name" : "HL7 International / Patient Empowerment",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/patientempowerment"
        },
        {
          "system" : "email",
          "value" : "patients@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "Advance Directive Revoke Status",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "cancelled",
      "display" : "The composition is unavailable because the measurement was not started or not completed (also sometimes called \"aborted\"). "
    },
    {
      "code" : "entered-in-error",
      "display" : "The composition or document was originally created/issued in error, and this is an amendment that marks that the entire series should not be considered as valid."
    },
    {
      "code" : "deprecated",
      "display" : "This composition has been withdrawn or superseded and should no longer be used."
    }
  ]
}