Guia de Implementação da SES GO - EXAME 1.0.0 - draft
Guia de Implementação da SES GO - EXAME - Downloaded Version 1.0.0 See the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "resultado-qualitativo-exame"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: ValueSet resultado-qualitativo-exame</b></p><a name=\"resultado-qualitativo-exame\"> </a><a name=\"hcresultado-qualitativo-exame\"> </a><ul><li>Include todos os códigos definidos em <a href=\"https://fhir.saude.go.gov.br/r4/reds-go/CodeSystem-BRTipoResultadoPSNG.html\"><code>http://www.saude.gov.br/fhir/r4/CodeSystem/BRTipoResultadoPSNG</code></a></li></ul></div>"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://fhir.saude.go.gov.br/r4/exame/ValueSet/resultado-qualitativo-exame"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "ResultadoQualitativoExame"] ; # fhir:title [ fhir:v "Resultado Qualitativo Exame"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-12-05T18:17:50+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "SES-GO"] ; # fhir:contact ( [ fhir:name [ fhir:v "SES-GO" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://fhir.saude.go.gov.br" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "ti-ses.saude@goias.gov.br" ] ] ) ] ) ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "BR" ] ] ) ] ) ; # fhir:compose [ ( fhir:include [ fhir:system [ fhir:v "http://www.saude.gov.br/fhir/r4/CodeSystem/BRTipoResultadoPSNG"^^xsd:anyURI ] ] ) ] . #