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

Logical Model: Persona (DAK)

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:

  • This Logical Model is not used by any profiles in this Implementation Guide

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Persona 0..* Base Persona (DAK)
... id 1..1 id Persona ID
... name 1..1 string Name
... description 1..1 markdown Description
... type 1..1 code Type of Persona
Binding: Smart Guidelines Persona Types Value Set (required)

doco Documentation for this format

Terminology Bindings

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

API Information

Persona (DAK) API

Logical Model for representing Personas from a DAK

Version: 1.0.0

Endpoints

GET /StructureDefinition-Persona.schema.json

JSON Schema definition for the Logical Model StructureDefinition-Persona

This endpoint serves the JSON Schema definition for the Logical Model StructureDefinition-Persona.

Schema Definition

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

Properties

  • resourceType (string): Resource type identifier for Persona logical model
  • @context (unknown): JSON-LD context for this logical model with ValueSet vocabularies
  • @type (string): JSON-LD type identifier for Persona logical model
  • id (string): An identifier or code for the persona
  • name (string): Name
  • description (string): Description of the persona
  • ISCO (array): ISCO Code
  • type (unknown): Persona Types: Key/Related/System/Hardware Device

Required fields: resourceType, id, name, description, type

Full Schema (JSON)
{
  "$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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Persona 0..* Base Persona (DAK)
... id 1..1 id Persona ID
... name 1..1 string Name
... description 1..1 markdown Description
... type 1..1 code Type of Persona
Binding: Smart Guidelines Persona Types Value Set (required)

doco Documentation for this format

Terminology Bindings (Differential)

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
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Persona 0..* Base Persona (DAK)
... id 1..1 id Persona ID
... name 1..1 string Name
... description 1..1 markdown Description
... type 1..1 code Type of Persona
Binding: Smart Guidelines Persona Types Value Set (required)

doco Documentation for this format

Terminology Bindings

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

Summary

Mandatory: 0 element(4 nested mandatory elements)

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Persona 0..* Base Persona (DAK)
... id 1..1 id Persona ID
... name 1..1 string Name
... description 1..1 markdown Description
... type 1..1 code Type of Persona
Binding: Smart Guidelines Persona Types Value Set (required)

doco Documentation for this format

Terminology Bindings

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Persona 0..* Base Persona (DAK)
... id 1..1 id Persona ID
... name 1..1 string Name
... description 1..1 markdown Description
... type 1..1 code Type of Persona
Binding: Smart Guidelines Persona Types Value Set (required)

doco Documentation for this format

Terminology Bindings (Differential)

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Persona 0..* Base Persona (DAK)
... id 1..1 id Persona ID
... name 1..1 string Name
... description 1..1 markdown Description
... type 1..1 code Type of Persona
Binding: Smart Guidelines Persona Types Value Set (required)

doco Documentation for this format

Terminology Bindings

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

Summary

Mandatory: 0 element(4 nested mandatory elements)

 

Other representations of profile: CSV, Excel