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

FHIR IG analytics

Packagesmart.who.int.base
Resource TypeStructureDefinition
IdStructureDefinition-GenericPersona.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/WorldHealthOrganization/smart-base/StructureDefinition-GenericPersona.html
URLhttp://smart.who.int/base/StructureDefinition/GenericPersona
Version0.2.0
Statusactive
Date2026-01-19T10:55:40+00:00
NameGenericPersona
TitleGeneric Persona (DAK)
Authoritywho
DescriptionLogical Model for representing Generic Personas from a DAK. Depiction of the human and system actors. Human actors are end users, supervisors and related stakeholders who would be interacting with the digital system or involved in the clinical care, public health or health system pathway.
Typehttp://smart.who.int/base/StructureDefinition/GenericPersona
Kindlogical

Resources that use this resource

StructureDefinition
GenericPersonaSourceGeneric Persona Source

Resources that this resource uses

ValueSet
ISCO08ValueSetISCO-08 Value Set

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition GenericPersona

NameFlagsCard.TypeDescription & Constraintsdoco
.. GenericPersona 0..*BaseGeneric Persona (DAK)
... title 1..1stringTitle
... id 1..1idPersona ID
... description[x] 1..1Description
.... descriptionStringstring
.... descriptionUriuri
... otherNames 0..*stringOther Names/Examples
... iscoCode 0..*codeISCO Code
Binding: ISCO-08 Value Set (extensible)

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "GenericPersona",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://smart.who.int/base/StructureDefinition/GenericPersona",
  "version": "0.2.0",
  "name": "GenericPersona",
  "title": "Generic Persona (DAK)",
  "status": "active",
  "date": "2026-01-19T10:55:40+00:00",
  "publisher": "WHO",
  "contact": [
    {
      "name": "WHO",
      "telecom": [
        {
          "system": "url",
          "value": "http://who.int"
        }
      ]
    }
  ],
  "description": "Logical Model for representing Generic Personas from a DAK. Depiction of the human and system actors. Human actors are end users, supervisors and related stakeholders who would be interacting with the digital system or involved in the clinical care, public health or health system pathway.",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://smart.who.int/base/StructureDefinition/GenericPersona",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "GenericPersona",
        "path": "GenericPersona",
        "short": "Generic Persona (DAK)",
        "definition": "Logical Model for representing Generic Personas from a DAK. Depiction of the human and system actors. Human actors are end users, supervisors and related stakeholders who would be interacting with the digital system or involved in the clinical care, public health or health system pathway.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "GenericPersona.title",
        "path": "GenericPersona.title",
        "short": "Title",
        "definition": "Title of the persona",
        "min": 1,
        "max": "1",
        "base": {
          "path": "GenericPersona.title",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "GenericPersona.id",
        "path": "GenericPersona.id",
        "short": "Persona ID",
        "definition": "Identifier for the persona",
        "min": 1,
        "max": "1",
        "base": {
          "path": "GenericPersona.id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "id"
          }
        ]
      },
      {
        "id": "GenericPersona.description[x]",
        "path": "GenericPersona.description[x]",
        "short": "Description",
        "definition": "Description of the persona - either Markdown content or a URI to a Markdown file (absolute or relative to repository root)",
        "min": 1,
        "max": "1",
        "base": {
          "path": "GenericPersona.description[x]",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          },
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "GenericPersona.otherNames",
        "path": "GenericPersona.otherNames",
        "short": "Other Names/Examples",
        "definition": "Other names or examples for the persona",
        "min": 0,
        "max": "*",
        "base": {
          "path": "GenericPersona.otherNames",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "GenericPersona.iscoCode",
        "path": "GenericPersona.iscoCode",
        "short": "ISCO Code",
        "definition": "ISCO-08 codes for occupation classification",
        "min": 0,
        "max": "*",
        "base": {
          "path": "GenericPersona.iscoCode",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSet": "http://smart.who.int/base/ValueSet/ISCO08ValueSet"
        }
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "GenericPersona",
        "path": "GenericPersona",
        "short": "Generic Persona (DAK)",
        "definition": "Logical Model for representing Generic Personas from a DAK. Depiction of the human and system actors. Human actors are end users, supervisors and related stakeholders who would be interacting with the digital system or involved in the clinical care, public health or health system pathway."
      },
      {
        "id": "GenericPersona.title",
        "path": "GenericPersona.title",
        "short": "Title",
        "definition": "Title of the persona",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "GenericPersona.id",
        "path": "GenericPersona.id",
        "short": "Persona ID",
        "definition": "Identifier for the persona",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "id"
          }
        ]
      },
      {
        "id": "GenericPersona.description[x]",
        "path": "GenericPersona.description[x]",
        "short": "Description",
        "definition": "Description of the persona - either Markdown content or a URI to a Markdown file (absolute or relative to repository root)",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          },
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "GenericPersona.otherNames",
        "path": "GenericPersona.otherNames",
        "short": "Other Names/Examples",
        "definition": "Other names or examples for the persona",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "GenericPersona.iscoCode",
        "path": "GenericPersona.iscoCode",
        "short": "ISCO Code",
        "definition": "ISCO-08 codes for occupation classification",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "code"
          }
        ],
        "binding": {
          "strength": "extensible",
          "valueSet": "http://smart.who.int/base/ValueSet/ISCO08ValueSet"
        }
      }
    ]
  }
}