FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-additional-properties-custom-type.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2602.0&canonical=http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type |
| URL | http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type |
| Version | 0.2602.0 |
| Status | active |
| Name | CustomType |
| Title | Custom Type |
| Description | A modifier extension for ElementDefinition that indicates the element uses a custom non-FHIR type. Supported types include 'any' (arbitrary JSON value), 'password' (sensitive credential), 'secret' (encrypted sensitive data), etc. |
| Type | Extension |
| Kind | complex-type |
No resources found
No resources found
No extension usage examples found
No narrative content found in resource
{
"description": "A modifier extension for ElementDefinition that indicates the element uses a custom non-FHIR type. Supported types include 'any' (arbitrary JSON value), 'password' (sensitive credential), 'secret' (encrypted sensitive data), etc.",
"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/additional-properties-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/additional-properties-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, 'password' for sensitive credentials, 'secret' for encrypted data, etc.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
]
}
]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension"
}