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

FHIR IG analytics

Packageio.health-samurai.core.r3
Resource TypeStructureDefinition
IdStructureDefinition-additional-properties-custom-type.json
FHIR VersionR3

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. Supported types include 'any' (arbitrary JSON value), 'password' (sensitive credential), 'secret' (encrypted sensitive data), etc.",
  "derivation": "constraint",
  "fhirVersion": "3.0.2",
  "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": [
    "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
      },
      {
        "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"
          }
        ]
      }
    ]
  },
  "contextType": "resource",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension"
}