Data Sharing Framework (DSF) Implementation Guide
2.0.0 - ci-build

Data Sharing Framework (DSF) Implementation Guide - Local Development build (v2.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Extension: ProcessAuthorizationParentOrganizationRole

Official URL: http://dsf.dev/fhir/StructureDefinition/extension-process-authorization-parent-organization-role Version: 1.0.0
Active as of 2023-06-28 Computable Name: ProcessAuthorizationParentOrganizationRole

This extension specifies the parent organization and the required role in process authorization. It is used within a Coding to indicate both a specific parent organization (by its identifier) and a role (by a coding). The parent organization is identified with an Identifier using the system http://dsf.dev/sid/organization-identifier, and the role is specified as a Coding. This enables precise authorization of parent organization-role combinations for requester or recipient roles in process authorization extensions.

Context of Use

    This extension may be used on the following element(s)

Usage info

Usages:

Formal Views of Extension Content

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

This structure is derived from Extension

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Extension 1..1 Extension Extension
... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:parentOrganization 1..1 Extension Extension
..... url 1..1 uri "parent-organization"
..... value[x] 1..1 Identifier Value of extension
...... system 1..1 uri The namespace for the identifier value
Fixed Value: http://dsf.dev/sid/organization-identifier
...... value 1..1 string The value that is unique
.... extension:organizationRole 1..1 Extension Extension
..... url 1..1 uri "organization-role"
..... value[x] 1..1 Coding Value of extension
...... system 1..1 uri Identity of the terminology system
...... code 1..1 code Symbol in syntax defined by the system
... url 1..1 uri "http://dsf.dev/fhir/StructureDefinition/extension-process-authorization-parent-organization-role"
... value[x] 0..0

doco Documentation for this format

 

Other representations of profile: CSV, Excel, Schematron

Terminology Bindings

PathConformanceValueSetURI
Extension.extension:parentOrganization.value[x].userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
From the FHIR Standard
Extension.extension:parentOrganization.value[x].typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
From the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()