Guia de Implementação do Projeto de Padronização e Qualificação dos Dados Assistenciais da Saúde Suplementar (PQDAS) - Local Development build (v202309). See the Directory of published versions
: Parâmetro de guia pela parte detalhada do corpo - TTL Representation
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 "claim-sub-site"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Busca por sub parte do corpo da guia</h2><p>Parameter <code>sub-site</code>:<code>token</code></p><div><p>Busca por sub parte do corpo da guia</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/claim.html\">Claim</a></td></tr><tr><td>Expression</td><td><code>Claim.item.subSite</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://fhir.ans.gov.br/SearchParameter/claim-sub-site"^^xsd:anyURI] ; #
fhir:version [ fhir:v "202309"] ; #
fhir:name [ fhir:v "Busca por sub parte do corpo da guia"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2023-11-24T13:24:14+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Agência Nacional de Saúde Suplementar (ANS)"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://gointerop.com" ] ] )
] ) ; #
fhir:description [ fhir:v "Busca por sub parte do corpo da guia"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BR" ] ] )
] ) ; #
fhir:code [ fhir:v "sub-site"] ; #
fhir:base ( [ fhir:v "Claim"] ) ; #
fhir:type [ fhir:v "token"] ; #
fhir:expression [ fhir:v "Claim.item.subSite"] ; #
fhir:xpathUsage [ fhir:v "normal"] . #