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

FHIR IG Statistics: CodeSystem/change-info

Packagehl7.ehrs.uv.ehrsfmr2
TypeCodeSystem
Idchange-info
FHIR VersionR5
Sourcehttp://hl7.org/ehrs/uv/ehrsfmr2/https://build.fhir.org/ig/mvdzel/ehrsfm-fhir-r5/CodeSystem-change-info.html
URLhttp://hl7.org/ehrs/uv/ehrsfmr2/CodeSystem/change-info
Version2.1.1-ballot
Statusactive
Date2025-05-13T15:11:00+00:00
NameChangeInfo
TitleChange Info
Realmuv
Authorityhl7
DescriptionRequirement Change Indicator
Contentcomplete

Resources that use this resource

ValueSet
change-infoRequirement Change Indicators

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem change-info

This case-sensitive code system http://hl7.org/ehrs/uv/ehrsfmr2/CodeSystem/change-info defines the following codes:

CodeDisplayDefinition
NC No ChangeIndicates this is not changed from previous version.
C ChangedIndicates this is changed from previous version.
N NewIndicates this is new in this version.
D DeletedIndicates this has been deleted in this version.
DEP DeprecatedIndicates this is marked deprecated in this version.

Source

{
  "resourceType": "CodeSystem",
  "id": "change-info",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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-05-13T15:11:00+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."
    }
  ]
}