eHealthExchange Healthcare Directory Implementation Guide
1.0.5 - Release 1 United States of America flag

: ManagingOrganization - TTL Representation

Active as of 2024-03-29

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "sp-managing-org"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "17" ] ;
fhir:lastUpdated [ fhir:v "2023-11-02T22:43:23.508Z"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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/)?(?&lt;id&gt;[^/]+)(/_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>"
  ] ; # 
  fhir:url [ fhir:v "https://sequoiaproject.org/fhir/ehx/SearchParameter/sp-managing-org"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.5"] ; # 
  fhir:name [ fhir:v "ManagingOrganization"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-03-29T15:33:21+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "eHealth Exchange"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "eHealth Exchange" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://ehealthexchange.org/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The value of the `org-managing-org` extension or the organization's own ID, ignoring the resource type (`Organization/`) and version (`/_history/...`)"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]     ] ) ;
fhir:text [ fhir:v "United States of America" ]
  ] ) ; # 
  fhir:code [ fhir:v "managingOrg"] ; # 
  fhir:base ( [ fhir:v "Organization"] ) ; # 
  fhir:type [ fhir:v "string"] ; # 
  fhir:expression [ fhir:v "(Organization.extension('https://sequoiaproject.org/fhir/sphd/StructureDefinition/org-managing-org').value.reference | Organization.id).select(replaceMatches('^(Organization/)?(?<id>[^/]+)(/_history/.+)?$', '${id}'))"] ; # 
  fhir:multipleOr [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:multipleAnd [ fhir:v "true"^^xsd:boolean] . #