FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/ADIRevokeStatusCS

Packagehl7.fhir.us.pacio-adi
TypeCodeSystem
IdADIRevokeStatusCS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/pacio-adi/https://build.fhir.org/ig/HL7/fhir-pacio-adi/CodeSystem-ADIRevokeStatusCS.html
URLhttp://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIRevokeStatusCS
Version2.0.0
Statusactive
Date2025-07-21T15:40:21+00:00
NameADIRevokeStatusCS
TitleADI Revoke Status Code System
Realmus
Authorityhl7
DescriptionAdvance Directive Revoke Status
CopyrightThis CodeSystem is not copyrighted.
Contentcomplete

Resources that use this resource

ValueSet
ADIDocumentRevokeStatusVSADI Document Revoke Status

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem ADIRevokeStatusCS

This case-sensitive code system http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIRevokeStatusCS defines the following codes:

CodeDisplay
cancelled The composition is unavailable because the measurement was not started or not completed (also sometimes called "aborted").
entered-in-error 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.
deprecated This composition has been withdrawn or superseded and should no longer be used.

Source

{
  "resourceType": "CodeSystem",
  "id": "ADIRevokeStatusCS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pe"
    }
  ],
  "url": "http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIRevokeStatusCS",
  "version": "2.0.0",
  "name": "ADIRevokeStatusCS",
  "title": "ADI Revoke Status Code System",
  "status": "active",
  "experimental": false,
  "date": "2025-07-21T15:40:21+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"
        }
      ]
    }
  ],
  "copyright": "This CodeSystem is not copyrighted.",
  "caseSensitive": true,
  "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."
    }
  ]
}