Guia de Implementação da SES GO - EXAME - Local Development build (v0.0.4) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/exame-simples"^^xsd:anyURI ;
fhir:link <https://fhir.saude.go.gov.br/r4/core/StructureDefinition/exame-simples> ] )
] ; #
fhir:contained ( [
a fhir:Specimen ;
fhir:id [ fhir:v "amostra" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0487"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BLD" ] ] ) ] ;
fhir:collection [
fhir:collected [
a fhir:dateTime ;
fhir:v "2024-07-24T10:00:00-03:00"^^xsd:dateTime ] ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://www.saude.gov.br/fhir/r4/CodeSystem/BRSubgrupoTabelaSUS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "0202" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:718-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "718-7" ] ] )
] ; #
fhir:subject [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.saude.go.gov.br/sid/cpf"^^xsd:anyURI ] ;
fhir:value [ fhir:v "01234567891" ] ]
] ; #
fhir:issued [ fhir:v "2024-08-02T11:41:00-03:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:id [ fhir:v "laboratorio" ] ;
fhir:identifier [
fhir:system [ fhir:v "https://fhir.saude.go.gov.br/sid/cnes"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2337991" ] ]
] [
fhir:id [ fhir:v "responsavelTecnico" ] ;
( fhir:extension [
( fhir:extension [
fhir:url [ fhir:v "conselhoProfissional"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "69" ] ] [
fhir:url [ fhir:v "regiao"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "52" ] ] [
fhir:url [ fhir:v "inscricao"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "1234" ] ] ) ;
fhir:url [ fhir:v "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/conselho-profissional"^^xsd:anyURI ] ] ) ;
fhir:identifier [
fhir:system [ fhir:v "https://fhir.saude.go.gov.br/sid/cpf"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345678900" ] ]
] [
fhir:id [ fhir:v "responsavelResultado" ] ;
( fhir:extension [
( fhir:extension [
fhir:url [ fhir:v "conselhoProfissional"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "69" ] ] [
fhir:url [ fhir:v "regiao"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "52" ] ] [
fhir:url [ fhir:v "inscricao"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "1234" ] ] ) ;
fhir:url [ fhir:v "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/conselho-profissional"^^xsd:anyURI ] ] ) ;
fhir:identifier [
fhir:system [ fhir:v "https://fhir.saude.go.gov.br/sid/cpf"^^xsd:anyURI ] ;
fhir:value [ fhir:v "00011111100" ] ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 16.9 ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g/dL" ]
] ; #
fhir:method [
fhir:text [ fhir:v "Automatizado – Cell-Dyn Ruby, Abbott e Microscopia" ]
] ; #
fhir:specimen [
fhir:reference [ fhir:v "#amostra" ]
] ; #
fhir:referenceRange ( [
fhir:low [
fhir:value [ fhir:v 13.5 ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g/dL" ] ] ;
fhir:high [
fhir:value [ fhir:v 17.5 ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "g/dL" ] ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/referencerange-meaning"^^xsd:anyURI ] ;
fhir:code [ fhir:v "normal" ] ] ) ]
] ) . #
IG © 2024+ SES-GO. Package br.go.ses.exame#0.0.4 based on FHIR 4.0.1. Generated 2025-06-19
Links:
Conteúdo
|
Relatório de qualidade