FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageio.health-samurai.core.r4b
Resource TypeStructureDefinition
IdStructureDefinition-custom-type.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2602.0&canonical=http://health-samurai.io/fhir/core/StructureDefinition/custom-type
URLhttp://health-samurai.io/fhir/core/StructureDefinition/custom-type
Version0.2602.0
Statusactive
NameCustomType
TitleCustom Type
DescriptionA 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.
TypeExtension
Kindcomplex-type

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source1

{
  "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.",
  "derivation": "constraint",
  "fhirVersion": "4.3.0",
  "name": "CustomType",
  "abstract": false,
  "type": "Extension",
  "resourceType": "StructureDefinition",
  "title": "Custom Type",
  "status": "active",
  "id": "custom-type",
  "kind": "complex-type",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/custom-type",
  "context": [
    {
      "type": "element",
      "expression": "ElementDefinition.type"
    }
  ],
  "version": "0.2602.0",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "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.",
        "min": 0,
        "max": "1",
        "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",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://health-samurai.io/fhir/core/StructureDefinition/custom-type"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Custom type code",
        "definition": "The code identifying the custom type: 'any' for arbitrary JSON without additionalProperties wrapper.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      }
    ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension"
}