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

FHIR IG Statistics: CodeSystem/inheritance-control-code

Packagehl7.fhir.uv.extensions.r5
TypeCodeSystem
Idinheritance-control-code
FHIR VersionR5
Sourcehttp://hl7.org/fhir/extensions/http://hl7.org/fhir/extensions/5.2.0/CodeSystem-inheritance-control-code.html
URLhttp://hl7.org/fhir/inheritance-control-code
Version5.2.0
Statusdraft
Date2025-02-10T21:45:45+11:00
NameInheritanceControlCodes
TitleInheritance Control Codes System
Realmuv
Authorityhl7
DescriptionInheritance Control Codes
Contentcomplete

Resources that use this resource

ValueSet
inheritance-control-codeInheritance Control Codes Value Set
inheritance-control-codeInheritance Control Codes Value Set

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem inheritance-control-code

Last updated: 2023-01-31 07:07:38+1100

Profile: Shareable CodeSystem

This case-sensitive code system http://hl7.org/fhir/inheritance-control-code defines the following codes:

CodeDisplayDefinition
Additive AdditiveIf listed in the differential would 'add to' what's in the base snapshot and propagate what's in the base as well
Fixed Fixedif 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)
Overrides Overridesif 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)
frozen FrozenCan 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
no-copy Does not propagateDoes 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)

Source

{
  "resourceType": "CodeSystem",
  "id": "inheritance-control-code",
  "meta": {
    "lastUpdated": "2023-01-31T07:07:38.434+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    }
  ],
  "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.2.0",
  "name": "InheritanceControlCodes",
  "title": "Inheritance Control Codes System",
  "status": "draft",
  "experimental": false,
  "date": "2025-02-10T21:45:45+11:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "Inheritance Control Codes",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "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)"
    }
  ]
}