FHIR IG analytics| Package | servicewell.fhir.wof-portal |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-practitioner.json |
| FHIR Version | R4 |
| Source | file:///azp/_work/1/s/output/StructureDefinition-practitioner.html |
| URL | https://canonical.fhir.link/servicewell/wof-portal/StructureDefinition/practitioner |
| Version | 1.0.0 |
| Status | active |
| Date | 2026-04-20T11:19:47+00:00 |
| Name | Practitioner |
| Title | Practitioner |
| 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`. |
| Type | https://canonical.fhir.link/servicewell/wof-portal/StructureDefinition/practitioner |
| Kind | logical |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition practitioner
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | Base | Practitioner | |
![]() ![]() | 1..1 | Identifier | Source identifier | |
![]() ![]() | 0..1 | string | Display name | |
{
"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"
}
]
}
]
}
}