{
  "resourceType" : "CodeSystem",
  "id" : "artifact-version-policy-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/artifact-version-policy-codes</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\">metadata<a name=\"artifact-version-policy-codes-metadata\"> </a></td><td>Metadata</td><td>A versioning policy that allows non-substantive changes to the metadata elements of an artifact without requiring a change to the value of the version element.</td></tr><tr><td style=\"white-space:nowrap\">strict<a name=\"artifact-version-policy-codes-strict\"> </a></td><td>Strict</td><td>A versioning policy that indicates that any change to the content of an artifact, including non-substantive and metadata changes, requires a change to the value of the version element of the artifact.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "cds"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 1
  }],
  "url" : "http://terminology.hl7.org/CodeSystem/artifact-version-policy-codes",
  "version" : "1.0.0",
  "name" : "ArtifactVersionPolicyCodes",
  "title" : "Artifact Version Policy Codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-02-16",
  "description" : "The versioning policy of an artifact (metadata, strict)",
  "caseSensitive" : true,
  "valueSet" : "http://terminology.hl7.org/ValueSet/artifact-version-policy",
  "content" : "complete",
  "concept" : [{
    "code" : "metadata",
    "display" : "Metadata",
    "definition" : "A versioning policy that allows non-substantive changes to the metadata elements of an artifact without requiring a change to the value of the version element."
  },
  {
    "code" : "strict",
    "display" : "Strict",
    "definition" : "A versioning policy that indicates that any change to the content of an artifact, including non-substantive and metadata changes, requires a change to the value of the version element of the artifact."
  }]
}