DaVinci PDEX Plan Net STU Ballot

This page is part of the DaVinci PDEX Plan Net (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

Plannet_sp_location_new_patient_network

@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:Resource.id [ fhir:value "location-new-patient-network"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: location-new-patient-network</p><p><b>url</b>: <a href=\"http://hl7.org/fhir/us/davinci-pdex-plan-net/SearchParameter/location-new-patient-network\">http://hl7.org/fhir/us/davinci-pdex-plan-net/SearchParameter/location-new-patient-network</a></p><p><b>version</b>: 0.2.0</p><p><b>name</b>: Plannet_sp_location_new_patient_network</p><p><b>status</b>: active</p><p><b>date</b>: May 22, 2018 8:00:00 PM</p><p><b>publisher</b>: HL7 Patient Administration Committee</p><p><b>contact</b>: </p><p><b>description</b>: Select locations that are part of the specified network and are/are not accepting new patients</p><p><b>code</b>: new-patient-network</p><p><b>base</b>: Location</p><p><b>type</b>: reference</p><p><b>expression</b>: Location.extension.where(url='http://hl7.org/fhir/uv/vhdir/StructureDefinition/newpatients').extension.where(url='network')</p><p><b>target</b>: Organization</p><p><b>multipleOr</b>: true</p><p><b>multipleAnd</b>: true</p><p><b>chain</b>: identifier, name, partof</p></div>"
  ];
  fhir:SearchParameter.url [ fhir:value "http://hl7.org/fhir/us/davinci-pdex-plan-net/SearchParameter/location-new-patient-network"];
  fhir:SearchParameter.version [ fhir:value "0.2.0"];
  fhir:SearchParameter.name [ fhir:value "Plannet_sp_location_new_patient_network"];
  fhir:SearchParameter.status [ fhir:value "active"];
  fhir:SearchParameter.date [ fhir:value "2018-05-23T00:00:00+00:00"^^xsd:dateTime];
  fhir:SearchParameter.publisher [ fhir:value "HL7 Patient Administration Committee"];
  fhir:SearchParameter.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/pafm/index.cfm" ]     ]
  ];
  fhir:SearchParameter.description [ fhir:value "Select locations that are part of the specified network and are/are not accepting new patients"];
  fhir:SearchParameter.code [ fhir:value "new-patient-network"];
  fhir:SearchParameter.base [
     fhir:value "Location";
     fhir:index 0
  ];
  fhir:SearchParameter.type [ fhir:value "reference"];
  fhir:SearchParameter.expression [ fhir:value "Location.extension.where(url='http://hl7.org/fhir/uv/vhdir/StructureDefinition/newpatients').extension.where(url='network')"];
  fhir:SearchParameter.target [
     fhir:value "Organization";
     fhir:index 0
  ];
  fhir:SearchParameter.multipleOr [ fhir:value "true"^^xsd:boolean];
  fhir:SearchParameter.multipleAnd [ fhir:value "true"^^xsd:boolean];
  fhir:SearchParameter.chain [
     fhir:value "identifier";
     fhir:index 0
  ], [
     fhir:value "name";
     fhir:index 1
  ], [
     fhir:value "partof";
     fhir:index 2
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.