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

FHIR IG analytics

Packageservicewell.fhir.wof-portal
Resource TypeStructureDefinition
IdStructureDefinition-practitioner.json
FHIR VersionR4
Sourcefile:///azp/_work/1/s/output/StructureDefinition-practitioner.html
URLhttps://canonical.fhir.link/servicewell/wof-portal/StructureDefinition/practitioner
Version1.0.0
Statusactive
Date2026-04-20T11:19:47+00:00
NamePractitioner
TitlePractitioner
Description**Practitioner** represents the person who performs care within an offer or appointment context. It answers the question: _"Which individual person performs the service?"_ This is a logical model and not an API resource in WOF Portal. The portal uses identifier-based traceability to practitioners in source systems instead of exposing Practitioner as a standalone FHIR resource. This logical model is referenced from `PractitionerRolePortal` using `practitioner.identifier` and `practitioner.display`.
Typehttps://canonical.fhir.link/servicewell/wof-portal/StructureDefinition/practitioner
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition practitioner

NameFlagsCard.TypeDescription & Constraintsdoco
.. practitioner 0..*BasePractitioner
... sourceIdentifier 1..1IdentifierSource identifier
... display 0..1stringDisplay name

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "practitioner",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://canonical.fhir.link/servicewell/wof-portal/StructureDefinition/practitioner",
  "version": "1.0.0",
  "name": "Practitioner",
  "title": "Practitioner",
  "status": "active",
  "date": "2026-04-20T11:19:47+00:00",
  "publisher": "Service Well AB",
  "contact": [
    {
      "name": "Service Well AB",
      "telecom": [
        {
          "system": "url",
          "value": "https://servicewell.se"
        },
        {
          "system": "email",
          "value": "info@servicewell.se"
        }
      ]
    },
    {
      "name": "Service well",
      "telecom": [
        {
          "system": "email",
          "value": "info@servicewell.se",
          "use": "work"
        }
      ]
    }
  ],
  "description": "**Practitioner** represents the person who performs care within an offer or appointment context.\n\nIt answers the question: _\"Which individual person performs the service?\"_\n\nThis is a logical model and not an API resource in WOF Portal. The portal uses identifier-based traceability to practitioners in source systems instead of exposing Practitioner as a standalone FHIR resource.\n\nThis logical model is referenced from `PractitionerRolePortal` using `practitioner.identifier` and `practitioner.display`.",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "https://canonical.fhir.link/servicewell/wof-portal/StructureDefinition/practitioner",
  "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": "practitioner",
        "path": "practitioner",
        "short": "Practitioner",
        "definition": "**Practitioner** represents the person who performs care within an offer or appointment context.\n\nIt answers the question: _\"Which individual person performs the service?\"_\n\nThis is a logical model and not an API resource in WOF Portal. The portal uses identifier-based traceability to practitioners in source systems instead of exposing Practitioner as a standalone FHIR resource.\n\nThis logical model is referenced from `PractitionerRolePortal` using `practitioner.identifier` and `practitioner.display`.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "practitioner.sourceIdentifier",
        "path": "practitioner.sourceIdentifier",
        "short": "Source identifier",
        "definition": "Identifier-based traceability key for the practitioner in the source system. The identifier.system is expected to be rooted under the WofPortalIdentifierSystemRoot namespace and may be suffixed with a WOF Portal Endpoint id to distinguish source-system namespaces per endpoint.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "practitioner.sourceIdentifier",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "practitioner.display",
        "path": "practitioner.display",
        "short": "Display name",
        "definition": "Human-readable display text for the practitioner. This is the value intended to be shown in identifier-based references, for example in PractitionerRole.practitioner.display.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "practitioner.display",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "practitioner",
        "path": "practitioner",
        "short": "Practitioner",
        "definition": "**Practitioner** represents the person who performs care within an offer or appointment context.\n\nIt answers the question: _\"Which individual person performs the service?\"_\n\nThis is a logical model and not an API resource in WOF Portal. The portal uses identifier-based traceability to practitioners in source systems instead of exposing Practitioner as a standalone FHIR resource.\n\nThis logical model is referenced from `PractitionerRolePortal` using `practitioner.identifier` and `practitioner.display`."
      },
      {
        "id": "practitioner.sourceIdentifier",
        "path": "practitioner.sourceIdentifier",
        "short": "Source identifier",
        "definition": "Identifier-based traceability key for the practitioner in the source system. The identifier.system is expected to be rooted under the WofPortalIdentifierSystemRoot namespace and may be suffixed with a WOF Portal Endpoint id to distinguish source-system namespaces per endpoint.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "practitioner.display",
        "path": "practitioner.display",
        "short": "Display name",
        "definition": "Human-readable display text for the practitioner. This is the value intended to be shown in identifier-based references, for example in PractitionerRole.practitioner.display.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}