FHIR Extensions Pack
5.1.0-cibuild - Working Copy International flag

FHIR Extensions Pack, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 5.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-extensions/ and changes regularly. See the Directory of published versions

: Inheritance Control Codes System - TTL Representation

Page standards status: Trial-use Maturity Level: 2

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "inheritance-control-code"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2023-01-31T07:07:38.434+11:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive 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>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "fhir" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "trial-use" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2"^^xsd:integer ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/inheritance-control-code"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.1899" ]
  ] ) ; # 
  fhir:version [ fhir:v "5.1.0-cibuild"] ; # 
  fhir:name [ fhir:v "InheritanceControlCodes"] ; # 
  fhir:title [ fhir:v "Inheritance Control Codes System"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-04-18T15:06:28+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Inheritance Control Codes"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "Additive" ] ;
fhir:display [ fhir:v "Additive" ] ;
fhir:definition [ fhir:v "If listed in the differential would 'add to' what's in the base snapshot and propagate what's in the base as well" ]
  ] [
fhir:code [ fhir:v "Fixed" ] ;
fhir:display [ fhir:v "Fixed" ] ;
fhir:definition [ fhir:v "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:code [ fhir:v "Overrides" ] ;
fhir:display [ fhir:v "Overrides" ] ;
fhir:definition [ fhir:v "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:code [ fhir:v "frozen" ] ;
fhir:display [ fhir:v "Frozen" ] ;
fhir:definition [ fhir:v "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:code [ fhir:v "no-copy" ] ;
fhir:display [ fhir:v "Does not propagate" ] ;
fhir:definition [ fhir:v "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)" ]
  ] ) . #