PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.core.r4@0.2601.0
    http://health-samurai.io/fhir/core/StructureDefinition/custom-type
{
  "description": "A modifier extension for ElementDefinition that indicates the element uses a custom non-FHIR type. When value is 'any', compiles to {any: true} schema without additionalProperties wrapper.",
  "_filename": "StructureDefinition-custom-type.json",
  "package_name": "io.health-samurai.core.r4",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "CustomType",
  "abstract": false,
  "type": "Extension",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Custom Type",
  "package_version": "0.2601.0",
  "status": "active",
  "id": "35b714d5-ea29-49a8-98f6-ddada02b2749",
  "kind": "complex-type",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/custom-type",
  "context": [ {
    "type": "element",
    "expression": "ElementDefinition.type"
  } ],
  "version": "0.2601.0",
  "differential": {
    "element": [ {
      "id": "Extension",
      "max": "1",
      "min": 0,
      "path": "Extension",
      "short": "Marks element as using custom non-FHIR type",
      "definition": "When present, indicates that the element uses a custom type not defined in the FHIR specification.",
      "isModifier": true,
      "isModifierReason": "This extension fundamentally changes the validation behavior of the element, allowing values of a custom type instead of FHIR-typed values"
    }, {
      "id": "Extension.extension",
      "max": "0",
      "path": "Extension.extension"
    }, {
      "id": "Extension.url",
      "path": "Extension.url",
      "fixedUri": "http://health-samurai.io/fhir/core/StructureDefinition/custom-type"
    }, {
      "id": "Extension.value[x]",
      "max": "1",
      "min": 1,
      "path": "Extension.value[x]",
      "type": [ {
        "code": "code"
      } ],
      "short": "Custom type code",
      "definition": "The code identifying the custom type: 'any' for arbitrary JSON without additionalProperties wrapper."
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension"
}