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

Generated Narrative: OperationDefinition update-tefcaid

URL: [base]/Organization/[id]/$update-tefcaid

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INtefcaid1..1string
(token)

The TEFCAID, expressed either as system|value (urn:ietf:rfc:3986|[uuid]) or as a value only ([uuid]).

\n
OUTreturn1..1List

A List of Organizations changed by this operation.

\n
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://sequoiaproject.org/fhir/rce/OperationDefinition/update-tefcaid"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.8.1"] ; # fhir:name [ fhir:v "Update TEFCAID for Entry and Children"] ; # fhir:title [ fhir:v "Update TEFCAID for Entry and Children"] ; # fhir:status [ fhir:v "active"] ; # fhir:kind [ fhir:v "operation"] ; # fhir:date [ fhir:v "2025-09-30T10:09:27-04:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Recognized Coordinating Entity (RCE)"] ; # fhir:contact ( [ fhir:name [ fhir:v "Recognized Coordinating Entity (RCE)" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://rce.sequoiaproject.org/rce/" ] ] ) ] ) ; # fhir:description [ fhir:v "Updates the TEFCAID identifier for the specified Organization and all Child Organizations that descend from it (directly or indirectly through other Children) via Organization.partOf."] ; # fhir:code [ fhir:v "update-tefcaid"] ; # fhir:base [ fhir:v "https://sequoiaproject.org/fhir/rce/OperationDefinition/update-tefcaid"^^xsd:anyURI ; fhir:link ] ; # fhir:resource ( [ fhir:v "Organization"] ) ; # fhir:system [ fhir:v false] ; # fhir:type [ fhir:v false] ; # fhir:instance [ fhir:v true] ; # fhir:parameter ( [ fhir:name [ fhir:v "tefcaid" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 1 ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "The TEFCAID, expressed either as system|value (urn:ietf:rfc:3986|[uuid]) or as a value only ([uuid])." ] ; fhir:type [ fhir:v "string" ] ; fhir:searchType [ fhir:v "token" ] ] [ fhir:name [ fhir:v "return" ] ; fhir:use [ fhir:v "out" ] ; fhir:min [ fhir:v 1 ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "A List of Organizations changed by this operation." ] ; fhir:type [ fhir:v "List" ] ] ) . # # -------------------------------------------------------------------------------------