Recognized Coordinating Entity (RCE) Implementation Guide
1.8.1 - Release 1
Active as of 2025-09-30 |
{
"resourceType" : "OperationDefinition",
"id" : "update-tefcaid",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition update-tefcaid</b></p><a name=\"update-tefcaid\"> </a><a name=\"hcupdate-tefcaid\"> </a><p>URL: [base]/Organization/[id]/$update-tefcaid</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>tefcaid</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a><br/>(<a href=\"https://hl7.org/fhir/R4/search.html#token\">token</a>)</td><td/><td><div><p>The TEFCAID, expressed either as system|value (urn:ietf:rfc:3986|[uuid]) or as a value only ([uuid]).</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/list.html\">List</a></td><td/><td><div><p>A List of Organizations changed by this operation.</p>\n</div></td></tr></table></div>"
},
"url" : "https://sequoiaproject.org/fhir/rce/OperationDefinition/update-tefcaid",
"version" : "1.8.1",
"name" : "Update TEFCAID for Entry and Children",
"title" : "Update TEFCAID for Entry and Children",
"status" : "active",
"kind" : "operation",
"date" : "2025-09-30T10:09:27-04:00",
"publisher" : "Recognized Coordinating Entity (RCE)",
"contact" : [
{
"name" : "Recognized Coordinating Entity (RCE)",
"telecom" : [
{
"system" : "url",
"value" : "http://rce.sequoiaproject.org/rce/"
}
]
}
],
"description" : "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.",
"code" : "update-tefcaid",
"base" : "https://sequoiaproject.org/fhir/rce/OperationDefinition/update-tefcaid",
"resource" : [
"Organization"
],
"system" : false,
"type" : false,
"instance" : true,
"parameter" : [
{
"name" : "tefcaid",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "The TEFCAID, expressed either as system|value (urn:ietf:rfc:3986|[uuid]) or as a value only ([uuid]).",
"type" : "string",
"searchType" : "token"
},
{
"name" : "return",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "A List of Organizations changed by this operation.",
"type" : "List"
}
]
}