HL7 Electronic Health Record System Functional Model, Release 2.1.1
2.1.1-ballot - Normative Ballot International flag

HL7 Electronic Health Record System Functional Model, Release 2.1.1, published by HL7 International / Electronic Health Records. This guide is not an authorized publication; it is the continuous build for version 2.1.1-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ehrsfm-ig/ and changes regularly. See the Directory of published versions

: Change Info - JSON Representation

Page standards status: Normative Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "change-info",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem change-info</b></p><a name=\"change-info\"> </a><a name=\"hcchange-info\"> </a><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.1-ballot",
  "name" : "ChangeInfo",
  "title" : "Change Info",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-08-29T14:03:55+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."
    }
  ]
}