Release 5 Ballot

This page is part of the FHIR Specification (v5.0.0-ballot: R5 Ballot - see ballot notes). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Example CodeSystem/inheritance-control-code (JSON)

FHIR Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw JSON (canonical form + also see JSON Format Specification)

Definition for Code SystemInheritanceControlCodes

{
  "resourceType" : "CodeSystem",
  "id" : "inheritance-control-code",
  "meta" : {
    "lastUpdated" : "2022-09-10T04:52:37.223+10:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/inheritance-control-code</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\">Additive<a name=\"inheritance-control-code-Additive\"> </a></td><td>Additive</td><td>If listed in the differential would 'add to' what's in the base snapshot and propagate what's in the base as well</td></tr><tr><td style=\"white-space:nowrap\">Fixed<a name=\"inheritance-control-code-Fixed\"> </a></td><td>Fixed</td><td>if listed in the differential, would 'override' what's in the snapshot (but must be a subset or same as base snapshot).  Propagate what's in the base only if extension doesn't appear in the differential (and must check differential against base)</td></tr><tr><td style=\"white-space:nowrap\">Overrides<a name=\"inheritance-control-code-Overrides\"> </a></td><td>Overrides</td><td>if listed in the differential, would 'override' what's in the snapshot (but can be different than base snapshot).  Propagate what's in the base only if the extension doesn't appear in the differential (no need to check differential against base)</td></tr><tr><td style=\"white-space:nowrap\">frozen<a name=\"inheritance-control-code-frozen\"> </a></td><td>Frozen</td><td>Can only be listed in differential if identical to base and is propagated if not in the differential.  Propagate what's in the base always.  Ignore what's in the differential - though you can yell if it's different</td></tr><tr><td style=\"white-space:nowrap\">no-copy<a name=\"inheritance-control-code-no-copy\"> </a></td><td>Does not propagate</td><td>Does not propagate from base and value in base has no direct impact on what value can be in differential of derived element (though there could be methodology rules - e.g. FMM)</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  }],
  "url" : "http://hl7.org/fhir/inheritance-control-code",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.1899"
  }],
  "version" : "5.0.0-ballot",
  "name" : "InheritanceControlCodes",
  "title" : "Inheritance Control Codes",
  "status" : "active",
  "experimental" : false,
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [{
    "code" : "Additive",
    "display" : "Additive",
    "definition" : "If listed in the differential would 'add to' what's in the base snapshot and propagate what's in the base as well"
  },
  {
    "code" : "Fixed",
    "display" : "Fixed",
    "definition" : "if listed in the differential, would 'override' what's in the snapshot (but must be a subset or same as base snapshot).  Propagate what's in the base only if extension doesn't appear in the differential (and must check differential against base)"
  },
  {
    "code" : "Overrides",
    "display" : "Overrides",
    "definition" : "if listed in the differential, would 'override' what's in the snapshot (but can be different than base snapshot).  Propagate what's in the base only if the extension doesn't appear in the differential (no need to check differential against base)"
  },
  {
    "code" : "frozen",
    "display" : "Frozen",
    "definition" : "Can only be listed in differential if identical to base and is propagated if not in the differential.  Propagate what's in the base always.  Ignore what's in the differential - though you can yell if it's different"
  },
  {
    "code" : "no-copy",
    "display" : "Does not propagate",
    "definition" : "Does not propagate from base and value in base has no direct impact on what value can be in differential of derived element (though there could be methodology rules - e.g. FMM)"
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.