@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 -------------------------------------------------------------------

<http://esveikata.lt/fhir/SearchParameter/organization-isImportedLaboratory> a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "organization-isImportedLaboratory"] ; # 
  fhir:url [ fhir:v "http://esveikata.lt/fhir/SearchParameter/organization-isImportedLaboratory"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.3.13"] ; # 
  fhir:name [ fhir:v "OrganizationIsImportedLaboratory"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-01-01"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Registrإ³ Centras"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Registrإ³ Centras" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.registrucentras.lt/" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "elab@registrucentras.lt" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Search by whether Organization is an imported laboratory."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "LT" ] ;
       fhir:display [ fhir:v "Lithuania" ]
     ] )
  ] ) ; # 
  fhir:code [ fhir:v "isImportedLaboratory"] ; # 
  fhir:base ( [ fhir:v "Organization"] ) ; # 
  fhir:type [ fhir:v "token"] ; # 
  fhir:expression [ fhir:v "Organization.extension.where(url = 'http://esveikata.lt/fhir/StructureDefinition/organization-isImportedLaboratory').empty().not()"] ; # 
  fhir:processingMode [ fhir:v "normal"] . # 

# -------------------------------------------------------------------------------------