{
"description": "**BillingOrganization** represents the business entity used when creating an appointment.\\n\\nDifferent source systems may call this concept different things, such as Business Unit, Clinic, or similar, but within WOF Portal this concept is normalized as `BillingOrganization`.\\n\\nIt answers the question: _\\\"Which business entity is financially and administratively responsible when an appointment is created?\\\"_\\n\\nThis is a logical model and not an API resource in WOF Portal. The portal uses identifier-based traceability to billing organizations in source systems instead of exposing BillingOrganization as a standalone FHIR resource.\\n\\nThis logical model is referenced from `PractitionerRolePortal` using `organization.identifier` and `organization.display`.",
"_filename": "StructureDefinition-billing-organization.json",
"package_name": "servicewell.fhir.wof-portal",
"date": "2026-04-20T11:19:47+00:00",
"derivation": "specialization",
"publisher": "Service Well AB",
"fhirVersion": "4.0.1",
"name": "BillingOrganization",
"abstract": false,
"type": "https://canonical.fhir.link/servicewell/wof-portal/StructureDefinition/billing-organization",
"experimental": null,
"resourceType": "StructureDefinition",
"title": "BillingOrganization",
"package_version": "1.0.0",
"snapshot": {
"element": [ {
"id": "billing-organization",
"max": "*",
"min": 0,
"base": {
"max": "*",
"min": 0,
"path": "Base"
},
"path": "billing-organization",
"short": "BillingOrganization",
"definition": "**BillingOrganization** represents the business entity used when creating an appointment.\n\nDifferent source systems may call this concept different things, such as Business Unit, Clinic, or similar, but within WOF Portal this concept is normalized as `BillingOrganization`.\n\nIt answers the question: _\"Which business entity is financially and administratively responsible when an appointment is created?\"_\n\nThis is a logical model and not an API resource in WOF Portal. The portal uses identifier-based traceability to billing organizations in source systems instead of exposing BillingOrganization as a standalone FHIR resource.\n\nThis logical model is referenced from `PractitionerRolePortal` using `organization.identifier` and `organization.display`.",
"isModifier": false
}, {
"id": "billing-organization.sourceIdentifier",
"max": "1",
"min": 1,
"base": {
"max": "1",
"min": 1,
"path": "billing-organization.sourceIdentifier"
},
"path": "billing-organization.sourceIdentifier",
"type": [ {
"code": "Identifier"
} ],
"short": "Source identifier",
"definition": "Identifier-based traceability key for the billing organization 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."
}, {
"id": "billing-organization.display",
"max": "1",
"min": 0,
"base": {
"max": "1",
"min": 0,
"path": "billing-organization.display"
},
"path": "billing-organization.display",
"type": [ {
"code": "string"
} ],
"short": "Display name",
"definition": "Human-readable display text for the billing organization. Mapped from source system"
} ],
"extension": [ {
"url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
"valueString": "4.0.1"
} ]
},
"status": "active",
"id": "210ca801-8470-47c9-b1e2-21ea02270a64",
"kind": "logical",
"url": "https://canonical.fhir.link/servicewell/wof-portal/StructureDefinition/billing-organization",
"version": "1.0.0",
"differential": {
"element": [ {
"id": "billing-organization",
"path": "billing-organization",
"short": "BillingOrganization",
"definition": "**BillingOrganization** represents the business entity used when creating an appointment.\n\nDifferent source systems may call this concept different things, such as Business Unit, Clinic, or similar, but within WOF Portal this concept is normalized as `BillingOrganization`.\n\nIt answers the question: _\"Which business entity is financially and administratively responsible when an appointment is created?\"_\n\nThis is a logical model and not an API resource in WOF Portal. The portal uses identifier-based traceability to billing organizations in source systems instead of exposing BillingOrganization as a standalone FHIR resource.\n\nThis logical model is referenced from `PractitionerRolePortal` using `organization.identifier` and `organization.display`."
}, {
"id": "billing-organization.sourceIdentifier",
"max": "1",
"min": 1,
"path": "billing-organization.sourceIdentifier",
"type": [ {
"code": "Identifier"
} ],
"short": "Source identifier",
"definition": "Identifier-based traceability key for the billing organization 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."
}, {
"id": "billing-organization.display",
"max": "1",
"min": 0,
"path": "billing-organization.display",
"type": [ {
"code": "string"
} ],
"short": "Display name",
"definition": "Human-readable display text for the billing organization. Mapped from source system"
} ]
},
"contact": [ {
"name": "Service Well AB",
"telecom": [ {
"value": "https://servicewell.se",
"system": "url"
}, {
"value": "info@servicewell.se",
"system": "email"
} ]
}, {
"name": "Service well",
"telecom": [ {
"use": "work",
"value": "info@servicewell.se",
"system": "email"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base"
}