eHealthExchange Healthcare Directory Implementation Guide
1.2.0 - Release 1
Active as of 2024-12-23 |
{
"resourceType" : "SearchParameter",
"id" : "sp-managing-org",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter sp-managing-org</b></p><a name=\"sp-managing-org\"> </a><a name=\"hcsp-managing-org\"> </a><a name=\"sp-managing-org-en-US\"> </a><h2>ManagingOrganization</h2><p>Parameter <code>managingOrg</code>:<code>string</code></p><div><p>The value of the <code>org-managing-org</code> extension or the organization's own ID, ignoring the resource type (<code>Organization/</code>) and version (<code>/_history/...</code>)</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/organization.html\">Organization</a></td></tr><tr><td>Expression</td><td><code>(Organization.extension('https://sequoiaproject.org/fhir/sphd/StructureDefinition/org-managing-org').value.reference | Organization.id).select(replaceMatches('^(Organization/)?(?<id>[^/]+)(/_history/.+)?$', '${id}'))</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: The parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
},
"url" : "https://sequoiaproject.org/fhir/ehx/SearchParameter/sp-managing-org",
"version" : "1.2.0",
"name" : "ManagingOrganization",
"status" : "active",
"date" : "2024-12-23T14:12:01-05:00",
"publisher" : "eHealthExchange",
"contact" : [
{
"name" : "eHealthExchange",
"telecom" : [
{
"system" : "url",
"value" : "https://ehealthexchange.org/"
}
]
}
],
"description" : "The value of the `org-managing-org` extension or the organization's own ID, ignoring the resource type (`Organization/`) and version (`/_history/...`)",
"code" : "managingOrg",
"base" : [
"Organization"
],
"type" : "string",
"expression" : "(Organization.extension('https://sequoiaproject.org/fhir/sphd/StructureDefinition/org-managing-org').value.reference | Organization.id).select(replaceMatches('^(Organization/)?(?<id>[^/]+)(/_history/.+)?$', '${id}'))",
"multipleOr" : true,
"multipleAnd" : true
}