Consumer Mobile Health Application Functional Framework, Release 2
2.0.1 - CI build International flag

Consumer Mobile Health Application Functional Framework, Release 2, published by HL7 International / Mobile Health. This guide is not an authorized publication; it is the continuous build for version 2.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cmhaff-ig/ and changes regularly. See the Directory of published versions

: Change Info - JSON Representation

Page standards status: Informative 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><a name=\"change-info-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/cmhaffr2/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></tr><tr><td style=\"white-space:nowrap\">NC<a name=\"change-info-NC\"> </a></td><td>No Change</td></tr><tr><td style=\"white-space:nowrap\">C<a name=\"change-info-C\"> </a></td><td>Changed</td></tr><tr><td style=\"white-space:nowrap\">N<a name=\"change-info-N\"> </a></td><td>New</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"change-info-D\"> </a></td><td>Deleted</td></tr><tr><td style=\"white-space:nowrap\">DEP<a name=\"change-info-DEP\"> </a></td><td>Deprecated</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "mobile"
    },
    {
      "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/fhir/uv/cmhaffr2/ImplementationGuide/hl7.fhir.uv.cmhaffr2"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/cmhaffr2/ImplementationGuide/hl7.fhir.uv.cmhaffr2"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/uv/cmhaffr2/CodeSystem/change-info",
  "version" : "2.0.1",
  "name" : "ChangeInfo",
  "title" : "Change Info",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-05-28T08:01:49+00:00",
  "publisher" : "HL7 International / Mobile Health",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/mobile"
        }
      ]
    }
  ],
  "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"
    },
    {
      "code" : "C",
      "display" : "Changed"
    },
    {
      "code" : "N",
      "display" : "New"
    },
    {
      "code" : "D",
      "display" : "Deleted"
    },
    {
      "code" : "DEP",
      "display" : "Deprecated"
    }
  ]
}