| Active as of 2026-02-12 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "DelegationRoleCodes"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem DelegationRoleCodes</b></p><a name=\"DelegationRoleCodes\"> </a><a name=\"hcDelegationRoleCodes\"> </a><p>This case-sensitive code system <code>https://sequoiaproject.org/fhir/sphd/CodeSystem/DelegationRoleCodes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">principal<a name=\"DelegationRoleCodes-principal\"> </a></td><td>Principal</td><td>Organization is acting as a Principal</td></tr><tr><td style=\"white-space:nowrap\">delegate<a name=\"DelegationRoleCodes-delegate\"> </a></td><td>Delegate</td><td>Organization is acting as a Delegate</td></tr><tr><td style=\"white-space:nowrap\">both<a name=\"DelegationRoleCodes-both\"> </a></td><td>Both</td><td>Organization is acting as both a Principal and a Delegate</td></tr><tr><td style=\"white-space:nowrap\">neither<a name=\"DelegationRoleCodes-neither\"> </a></td><td>Neither</td><td>Organization is acting as neither a Principal nor a Delegate</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/DelegationRoleCodes"^^xsd:anyURI ;
fhir:l <https://sequoiaproject.org/fhir/sphd/CodeSystem/DelegationRoleCodes>
] ; #
fhir:version [ fhir:v "1.11.0"] ; #
fhir:name [ fhir:v "DelegationRoleCodes"] ; #
fhir:title [ fhir:v "Delegation Role Codes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-02-12T09:51:47-05:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "The Sequoia Project"] ; #
fhir:contact ( [
fhir:name [ fhir:v "The Sequoia Project" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://sequoiaproject.org/" ] ] )
] ) ; #
fhir:description [ fhir:v "Codes used in DelegationRole extension"] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "principal" ] ;
fhir:display [ fhir:v "Principal" ] ;
fhir:definition [ fhir:v "Organization is acting as a Principal" ]
] [
fhir:code [ fhir:v "delegate" ] ;
fhir:display [ fhir:v "Delegate" ] ;
fhir:definition [ fhir:v "Organization is acting as a Delegate" ]
] [
fhir:code [ fhir:v "both" ] ;
fhir:display [ fhir:v "Both" ] ;
fhir:definition [ fhir:v "Organization is acting as both a Principal and a Delegate" ]
] [
fhir:code [ fhir:v "neither" ] ;
fhir:display [ fhir:v "Neither" ] ;
fhir:definition [ fhir:v "Organization is acting as neither a Principal nor a Delegate" ]
] ) . #
IG © 2025+ The Sequoia Project. Package sequoia.fhir.us.sphd#1.11.0 based on FHIR 4.0.1. Generated 2026-02-12
Links: Table of Contents |
QA Report