{
  "resourceType" : "CodeSystem",
  "id" : "change-info",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem change-info</b></p><a name=\"change-info\"> </a><a name=\"hcchange-info\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p></div><p>This case-sensitive code system <code>http://hl7.org/ehrs/uv/ehrsfmr2/CodeSystem/change-info</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">NC<a name=\"change-info-NC\"> </a></td><td>No Change</td><td>Indicates this is not changed from previous version.</td></tr><tr><td style=\"white-space:nowrap\">C<a name=\"change-info-C\"> </a></td><td>Changed</td><td>Indicates this is changed from previous version.</td></tr><tr><td style=\"white-space:nowrap\">N<a name=\"change-info-N\"> </a></td><td>New</td><td>Indicates this is new in this version.</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"change-info-D\"> </a></td><td>Deleted</td><td>Indicates this has been deleted in this version.</td></tr><tr><td style=\"white-space:nowrap\">DEP<a name=\"change-info-DEP\"> </a></td><td>Deprecated</td><td>Indicates this is marked deprecated in this version.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "ehr"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 1,
    "_valueInteger" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://hl7.org/ehrs/uv/ehrsfmr2/ImplementationGuide/hl7.ehrs.uv.ehrsfmr2"
      }]
    }
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "normative",
    "_valueCode" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://hl7.org/ehrs/uv/ehrsfmr2/ImplementationGuide/hl7.ehrs.uv.ehrsfmr2"
      }]
    }
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
    "valueCode" : "5.0.0"
  }],
  "url" : "http://hl7.org/ehrs/uv/ehrsfmr2/CodeSystem/change-info",
  "version" : "2.1.2",
  "name" : "ChangeInfo",
  "title" : "Change Info",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-01-29T18:38:40+00:00",
  "publisher" : "HL7 International / Electronic Health Records",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/ehr"
    }]
  }],
  "description" : "Requirement Change Indicator",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [{
    "code" : "NC",
    "display" : "No Change",
    "definition" : "Indicates this is not changed from previous version."
  },
  {
    "code" : "C",
    "display" : "Changed",
    "definition" : "Indicates this is changed from previous version."
  },
  {
    "code" : "N",
    "display" : "New",
    "definition" : "Indicates this is new in this version."
  },
  {
    "code" : "D",
    "display" : "Deleted",
    "definition" : "Indicates this has been deleted in this version."
  },
  {
    "code" : "DEP",
    "display" : "Deprecated",
    "definition" : "Indicates this is marked deprecated in this version."
  }]
}