{
"description": "How the type can be extended. Note that all FHIR types that inherit from ```Element``` have extension-style = fhir-extensions",
"_filename": "CodeSystem-extension-style.json",
"package_name": "hl7.fhir.uv.tools.r5",
"date": "2023-12-19T11:34:35+11:00",
"publisher": "HL7 International / FHIR Infrastructure",
"jurisdiction": [ {
"coding": [ {
"code": "001",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
} ]
} ],
"content": "complete",
"name": "ExtensionStyles",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": "Extension Style Codes",
"package_version": "0.1.0",
"status": "active",
"id": "f7d5e9c9-1042-4442-b3aa-ff2c2d58c6bd",
"kind": null,
"url": "http://hl7.org/fhir/tools/CodeSystem/extension-style",
"concept": [ {
"code": "none",
"display": "none",
"definition": "No extensions"
}, {
"code": "fhir-extensions",
"display": "fhir-extensions",
"definition": "FHIR extension style: the element defines 'extension' which can be constrained by profiles"
}, {
"code": "named-elements",
"display": "named-elements",
"definition": "The type can be extended by having additional named elements, where the name is from the elementdefinition-xml-name or elementdefinition-json-name for xml and json respectively"
} ],
"caseSensitive": true,
"version": "0.1.0",
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/Special/committees/fhir-i",
"system": "url"
} ]
} ]
}