@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "DelegationRoleCodes"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "

Generated Narrative: CodeSystem DelegationRoleCodes

This case-sensitive code system https://sequoiaproject.org/fhir/sphd/CodeSystem/DelegationRoleCodes defines the following codes:

CodeDisplayDefinition
principal PrincipalOrganization is acting as a Principal
delegate DelegateOrganization is acting as a Delegate
both BothOrganization is acting as both a Principal and a Delegate
neither NeitherOrganization is acting as neither a Principal nor a Delegate
"^^rdf:XMLLiteral ] ] ; # fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/DelegationRoleCodes"^^xsd:anyURI ; fhir:l ] ; # 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" ] ] ) . # # -------------------------------------------------------------------------------------