FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-attribute.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2601.0&canonical=http://health-samurai.io/fhir/core/StructureDefinition/Attribute |
| URL | http://health-samurai.io/fhir/core/StructureDefinition/Attribute |
| Version | 0.2601.0 |
| Status | active |
| Name | Attribute |
| Description | Attribute definition resource for Aidbox entities. |
| Type | Attribute |
| Kind | resource |
No resources found
No resources found
No narrative content found in resource
{
"description": "Attribute definition resource for Aidbox entities.",
"derivation": "specialization",
"fhirVersion": "4.3.0",
"name": "Attribute",
"abstract": false,
"type": "Attribute",
"resourceType": "StructureDefinition",
"status": "active",
"id": "Attribute",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/Attribute",
"version": "0.2601.0",
"differential": {
"element": [
{
"id": "Attribute",
"path": "Attribute",
"min": 0,
"max": "*"
},
{
"id": "Attribute._source",
"path": "Attribute._source",
"short": "System Property. DO NOT USE IT.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "Attribute.resource",
"path": "Attribute.resource",
"short": "Reference to the resource type this attribute belongs to.",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference"
}
]
},
{
"id": "Attribute.path",
"path": "Attribute.path",
"short": "Path to the attribute within the resource.",
"min": 1,
"max": "*",
"type": [
{
"code": "string"
}
]
},
{
"id": "Attribute.type",
"path": "Attribute.type",
"short": "Reference to the attribute's data type.",
"min": 0,
"max": "1",
"type": [
{
"code": "Reference"
}
]
},
{
"id": "Attribute.isRequired",
"path": "Attribute.isRequired",
"short": "Whether this attribute is required.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
]
},
{
"id": "Attribute.isCollection",
"path": "Attribute.isCollection",
"short": "Whether this attribute is a collection.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
]
},
{
"id": "Attribute.isUnique",
"path": "Attribute.isUnique",
"short": "Whether this attribute has unique values.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
]
},
{
"id": "Attribute.isSummary",
"path": "Attribute.isSummary",
"short": "Whether this attribute is included in summary views.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
]
},
{
"id": "Attribute.isModifier",
"path": "Attribute.isModifier",
"short": "Whether this attribute changes the meaning of the resource.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
]
},
{
"id": "Attribute.isOpen",
"path": "Attribute.isOpen",
"short": "Whether this attribute allows additional properties.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
]
},
{
"id": "Attribute.description",
"path": "Attribute.description",
"short": "Human-readable description of the attribute.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "Attribute.text",
"path": "Attribute.text",
"short": "Human-readable text about the attribute.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "Attribute.module",
"path": "Attribute.module",
"short": "Module that this attribute belongs to.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "Attribute.order",
"path": "Attribute.order",
"short": "Order for display or processing.",
"min": 0,
"max": "1",
"type": [
{
"code": "integer"
}
]
},
{
"id": "Attribute.extensionUrl",
"path": "Attribute.extensionUrl",
"short": "URL for the extension this attribute represents.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "Attribute.refers",
"path": "Attribute.refers",
"short": "Resource types this attribute can reference.",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
},
{
"id": "Attribute.union",
"path": "Attribute.union",
"short": "References to other attributes in a union type.",
"min": 0,
"max": "*",
"type": [
{
"code": "Reference"
}
]
},
{
"id": "Attribute.enum",
"path": "Attribute.enum",
"short": "Enumeration of allowed values for this attribute.",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
},
{
"id": "Attribute.schema",
"path": "Attribute.schema",
"short": "Schema for the attribute.",
"min": 0,
"max": "1",
"extension": [
{
"url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
"valueCode": "any"
}
]
},
{
"id": "Attribute.valueSet",
"path": "Attribute.valueSet",
"short": "Value set constraint for this attribute.",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "Attribute.valueSet.resourceType",
"path": "Attribute.valueSet.resourceType",
"short": "Type of the value set resource.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "Attribute.valueSet.id",
"path": "Attribute.valueSet.id",
"short": "Identifier of the value set.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "Attribute.valueSet.uri",
"path": "Attribute.valueSet.uri",
"short": "URI of the value set.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
}
]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}