PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.tools@0.1.0
    http://hl7.org/fhir/tools/CodeSystem/extension-style
{
  "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",
  "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": "0fdcde00-9c1b-4352-8af7-bb4e5060a0d5",
  "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"
    } ]
  } ]
}