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

Generated Narrative: ValueSet DelegationRoleVS

"^^rdf:XMLLiteral ] ] ; # fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/ValueSet/DelegationRoleVS"^^xsd:anyURI ; fhir:l ] ; # fhir:version [ fhir:v "1.11.0"] ; # fhir:name [ fhir:v "DelegationRoleVS"] ; # fhir:title [ fhir:v "Delegation Role Value Set"] ; # 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:compose [ fhir:include ( [ fhir:system [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/DelegationRoleCodes"^^xsd:anyURI ; fhir:l ] ] ) ] . # # -------------------------------------------------------------------------------------