Definition for Code SystemInheritanceControlCodes
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:CodeSystem;
fhir:Resource.id [ fhir:value "inheritance-control-code"];
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2022-09-10T04:52:37.223+10:00" ];
fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ]
];
fhir:DomainResource.extension [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
fhir:Extension.value [ fhir:value "fhir" ]
];
fhir:CanonicalResource.url [ fhir:value "http://hl7.org/fhir/inheritance-control-code"];
fhir:CanonicalResource.identifier [
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1899" ]
];
fhir:CanonicalResource.version [ fhir:value "5.0.0-ballot"];
fhir:CanonicalResource.name [ fhir:value "InheritanceControlCodes"];
fhir:CanonicalResource.title [ fhir:value "Inheritance Control Codes"];
fhir:CanonicalResource.status [ fhir:value "active"];
fhir:CanonicalResource.experimental [ fhir:value "false"];
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/inheritance-control-code"];
fhir:CodeSystem.identifier [
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.4.1899" ]
];
fhir:CodeSystem.version [ fhir:value "5.0.0-ballot"];
fhir:CodeSystem.name [ fhir:value "InheritanceControlCodes"];
fhir:CodeSystem.title [ fhir:value "Inheritance Control Codes"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.experimental [ fhir:value "false"];
fhir:CodeSystem.caseSensitive [ fhir:value "true"];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.concept [
fhir:ConceptDefinitionComponent.code [ fhir:value "Additive" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Additive" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "If listed in the differential would 'add to' what's in the base snapshot and propagate what's in the base as well" ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "Fixed" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Fixed" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "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)" ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "Overrides" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Overrides" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "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)" ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "frozen" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Frozen" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "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" ]
], [
fhir:ConceptDefinitionComponent.code [ fhir:value "no-copy" ];
fhir:ConceptDefinitionComponent.display [ fhir:value "Does not propagate" ];
fhir:ConceptDefinitionComponent.definition [ fhir:value "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.