SMART Base
0.2.0 - ci-build
SMART Base, published by WHO. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-base/tree/main and changes regularly. See the Directory of published versions
| Official URL: http://smart.who.int/base/StructureDefinition/Persona | Version: 0.2.0 | |||
| Active as of 2025-10-14 | Computable Name: Persona | |||
Logical Model for representing Personas from a DAK
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots and how the different presentations work.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Base | Persona (DAK) | |
![]() ![]() |
1..1 | id | Persona ID | |
![]() ![]() |
1..1 | string | Name | |
![]() ![]() |
1..1 | markdown | Description | |
![]() ![]() |
0..* | CodeableConcept | ISCO Code Binding: urn:oid:2.16.840.1.113883.2.9.6.2.7 (required) | |
![]() ![]() |
1..1 | code | Type of Persona Binding: Smart Guidelines Persona Types Value Set (required) | |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Persona.ISCO | Base | required |
urn:oid:2.16.840.1.113883.2.9.6.2.7 |
Not Stated | Unknown |
| Persona.type | Base | required | Smart Guidelines Persona Types Value Set | 📦0.2.0 | This IG |
Logical Model for representing Personas from a DAK
Version: 1.0.0
This endpoint serves the JSON Schema definition for the Logical Model StructureDefinition-Persona.
Description: Logical Model for representing Personas from a DAK
Type: object
Schema ID: https://worldhealthorganization.github.io/smart-base/StructureDefinition-Persona.schema.json
Required fields: resourceType, id, name, description, type
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://worldhealthorganization.github.io/smart-base/StructureDefinition-Persona.schema.json",
"title": "Persona (DAK)",
"description": "Logical Model for representing Personas from a DAK",
"type": "object",
"properties": {
"resourceType": {
"type": "string",
"const": "Persona",
"description": "Resource type identifier for Persona logical model"
},
"@context": {
"description": "JSON-LD context for this logical model with ValueSet vocabularies",
"anyOf": [
{
"type": "string",
"format": "uri",
"description": "URI reference to external JSON-LD context"
},
{
"type": "object",
"description": "Inline JSON-LD context",
"properties": {
"@version": {
"type": "number",
"const": 1.1
},
"fhir": {
"type": "string",
"const": "http://hl7.org/fhir/"
}
},
"additionalProperties": {
"type": "string",
"format": "uri"
}
},
{
"type": "array",
"description": "Array of JSON-LD context objects/URIs",
"items": {
"anyOf": [
{
"type": "string",
"format": "uri"
},
{
"type": "object"
}
]
}
}
]
},
"@type": {
"type": "string",
"description": "JSON-LD type identifier for Persona logical model",
"examples": [
"LogicalModel-Persona"
]
},
"id": {
"type": "string",
"description": "An identifier or code for the persona"
},
"name": {
"type": "string",
"description": "Name"
},
"description": {
"type": "string",
"description": "Description of the persona"
},
"ISCO": {
"type": "array",
"items": {
"type": "object"
},
"description": "ISCO Code"
},
"type": {
"oneOf": [
{
"type": "string",
"description": "Code from ValueSet SGPersonaTypesVS (plain string)"
},
{
"type": "object",
"description": "Code from ValueSet SGPersonaTypesVS (JSON-LD structure)",
"properties": {
"@type": {
"type": "string",
"const": "http://smart.who.int/base/ValueSet-SGPersonaTypesVS.jsonld",
"description": "JSON-LD type reference to ValueSet SGPersonaTypesVS"
},
"@id": {
"type": "string",
"format": "uri",
"description": "Full IRI of the code from ValueSet SGPersonaTypesVS"
}
},
"required": [
"@type",
"@id"
],
"additionalProperties": false
}
],
"description": "Persona Types: Key/Related/System/Hardware Device"
}
},
"required": [
"resourceType",
"id",
"name",
"description",
"type"
],
"resourceDefinition": "http://smart.who.int/base/StructureDefinition/Persona",
"fhir:parent": "http://hl7.org/fhir/StructureDefinition/Base",
"jsonld:valuesets": [
"SGPersonaTypesVS"
],
"jsonld:contextTemplate": {
"@version": 1.1,
"fhir": "http://hl7.org/fhir/",
"SGPersonaTypesVS": "http://smart.who.int/base/ValueSet-SGPersonaTypesVS.jsonld"
}
}
This documentation is automatically generated from the OpenAPI specification.
This structure is derived from Base
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Base | Persona (DAK) | |
![]() ![]() |
1..1 | id | Persona ID | |
![]() ![]() |
1..1 | string | Name | |
![]() ![]() |
1..1 | markdown | Description | |
![]() ![]() |
0..* | CodeableConcept | ISCO Code Binding: urn:oid:2.16.840.1.113883.2.9.6.2.7 (required) | |
![]() ![]() |
1..1 | code | Type of Persona Binding: Smart Guidelines Persona Types Value Set (required) | |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Persona.ISCO | Base | required |
urn:oid:2.16.840.1.113883.2.9.6.2.7 |
Not Stated | Unknown |
| Persona.type | Base | required | Smart Guidelines Persona Types Value Set | 📦0.2.0 | This IG |
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Base | Persona (DAK) | |
![]() ![]() |
1..1 | id | Persona ID | |
![]() ![]() |
1..1 | string | Name | |
![]() ![]() |
1..1 | markdown | Description | |
![]() ![]() |
0..* | CodeableConcept | ISCO Code Binding: urn:oid:2.16.840.1.113883.2.9.6.2.7 (required) | |
![]() ![]() |
1..1 | code | Type of Persona Binding: Smart Guidelines Persona Types Value Set (required) | |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Persona.ISCO | Base | required |
urn:oid:2.16.840.1.113883.2.9.6.2.7 |
Not Stated | Unknown |
| Persona.type | Base | required | Smart Guidelines Persona Types Value Set | 📦0.2.0 | This IG |
This structure is derived from Base
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Base | Persona (DAK) | |
![]() ![]() |
1..1 | id | Persona ID | |
![]() ![]() |
1..1 | string | Name | |
![]() ![]() |
1..1 | markdown | Description | |
![]() ![]() |
0..* | CodeableConcept | ISCO Code Binding: urn:oid:2.16.840.1.113883.2.9.6.2.7 (required) | |
![]() ![]() |
1..1 | code | Type of Persona Binding: Smart Guidelines Persona Types Value Set (required) | |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Persona.ISCO | Base | required |
urn:oid:2.16.840.1.113883.2.9.6.2.7 |
Not Stated | Unknown |
| Persona.type | Base | required | Smart Guidelines Persona Types Value Set | 📦0.2.0 | This IG |
Differential View
This structure is derived from Base
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Base | Persona (DAK) | |
![]() ![]() |
1..1 | id | Persona ID | |
![]() ![]() |
1..1 | string | Name | |
![]() ![]() |
1..1 | markdown | Description | |
![]() ![]() |
0..* | CodeableConcept | ISCO Code Binding: urn:oid:2.16.840.1.113883.2.9.6.2.7 (required) | |
![]() ![]() |
1..1 | code | Type of Persona Binding: Smart Guidelines Persona Types Value Set (required) | |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Persona.ISCO | Base | required |
urn:oid:2.16.840.1.113883.2.9.6.2.7 |
Not Stated | Unknown |
| Persona.type | Base | required | Smart Guidelines Persona Types Value Set | 📦0.2.0 | This IG |
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Base | Persona (DAK) | |
![]() ![]() |
1..1 | id | Persona ID | |
![]() ![]() |
1..1 | string | Name | |
![]() ![]() |
1..1 | markdown | Description | |
![]() ![]() |
0..* | CodeableConcept | ISCO Code Binding: urn:oid:2.16.840.1.113883.2.9.6.2.7 (required) | |
![]() ![]() |
1..1 | code | Type of Persona Binding: Smart Guidelines Persona Types Value Set (required) | |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Persona.ISCO | Base | required |
urn:oid:2.16.840.1.113883.2.9.6.2.7 |
Not Stated | Unknown |
| Persona.type | Base | required | Smart Guidelines Persona Types Value Set | 📦0.2.0 | This IG |
This structure is derived from Base