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

FHIR IG analytics

Packageio.health-samurai.core.r4
Resource TypeStructureDefinition
IdStructureDefinition-custom-type.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources 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.0.1",
  "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.2",
  "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"
}