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
@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 "insuranceplan-coverage-limit-value"]; 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>: insuranceplan-coverage-limit-value</p><p><b>url</b>: <a href=\"http://hl7.org/fhir/us/davinci-pdex-plan-net/SearchParameter/insuranceplan-coverage-limit-value\">http://hl7.org/fhir/us/davinci-pdex-plan-net/SearchParameter/insuranceplan-coverage-limit-value</a></p><p><b>version</b>: 0.2.0</p><p><b>name</b>: Plannet_sp_insuranceplan_coverage_limit_value</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 health insurance products with covered benefits limited in the specified manner</p><p><b>code</b>: coverage-limit-value</p><p><b>base</b>: InsurancePlan</p><p><b>type</b>: quantity</p><p><b>expression</b>: InsurancePlan.coverage.benefit.limit.value</p><p><b>multipleOr</b>: true</p><p><b>multipleAnd</b>: true</p><p><b>comparator</b>: eq, gt, lt, ge, le, sa, eb</p></div>" ]; fhir:SearchParameter.url [ fhir:value "http://hl7.org/fhir/us/davinci-pdex-plan-net/SearchParameter/insuranceplan-coverage-limit-value"]; fhir:SearchParameter.version [ fhir:value "0.2.0"]; fhir:SearchParameter.name [ fhir:value "Plannet_sp_insuranceplan_coverage_limit_value"]; 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 health insurance products with covered benefits limited in the specified manner"]; fhir:SearchParameter.code [ fhir:value "coverage-limit-value"]; fhir:SearchParameter.base [ fhir:value "InsurancePlan"; fhir:index 0 ]; fhir:SearchParameter.type [ fhir:value "quantity"]; fhir:SearchParameter.expression [ fhir:value "InsurancePlan.coverage.benefit.limit.value"]; fhir:SearchParameter.multipleOr [ fhir:value "true"^^xsd:boolean]; fhir:SearchParameter.multipleAnd [ fhir:value "true"^^xsd:boolean]; fhir:SearchParameter.comparator [ fhir:value "eq"; fhir:index 0 ], [ fhir:value "gt"; fhir:index 1 ], [ fhir:value "lt"; fhir:index 2 ], [ fhir:value "ge"; fhir:index 3 ], [ fhir:value "le"; fhir:index 4 ], [ fhir:value "sa"; fhir:index 5 ], [ fhir:value "eb"; fhir:index 6 ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.