Guia de implementação do Sumário Internacional do Paciente: Release 1 - BR Realm | STU1
1.0.0 - STU1
This page is part of the IPS Brasil (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "14d1729d-16c7-45a2-be7f-bc17f261ce85"] ; #
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: Observation 14d1729d-16c7-45a2-be7f-bc17f261ce85</b></p><a name=\"14d1729d-16c7-45a2-be7f-bc17f261ce85\"> </a><a name=\"hc14d1729d-16c7-45a2-be7f-bc17f261ce85\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Códigos:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Códigos:{http://loinc.org 8310-5}\">Temperatura Corporal</span></p><p><b>subject</b>: <a href=\"Patient-b1997888-85fd-41b6-bf94-6242cf3c8265.html\">Ana Beatriz Oliveira</a></p><p><b>effective</b>: 2025-04-03 16:50:39-0300</p><p><b>issued</b>: 2025-04-03 16:55:39-0300</p><p><b>performer</b>: <a href=\"Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html\">Maria Clara</a></p><p><b>value</b>: 36.5 °C<span style=\"background: LightGoldenRodYellow\"> (Detalhes: UCUM códigoCel = 'Cel')</span></p><p><b>interpretation</b>: <span title=\"Códigos:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation N}\">Normal</span></p><p><b>bodySite</b>: <span title=\"Códigos:{http://snomed.info/sct 74262004}\">Oral cavity</span></p><p><b>method</b>: <span title=\"Códigos:{http://snomed.info/sct 89003005}\">Oral temperature taking</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>36.1 °C<span style=\"background: LightGoldenRodYellow\"> (Detalhes: UCUM códigoCel = 'Cel')</span></td><td>37.2 °C<span style=\"background: LightGoldenRodYellow\"> (Detalhes: UCUM códigoCel = 'Cel')</span></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "vital-signs" ] ;
fhir:display [ fhir:v "Vital Signs" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:8310-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8310-5" ] ;
fhir:display [ fhir:v "Bdy temp" ] ] ) ;
fhir:text [ fhir:v "Temperatura Corporal" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/b1997888-85fd-41b6-bf94-6242cf3c8265" ] ;
fhir:display [ fhir:v "Ana Beatriz Oliveira" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2025-04-03T16:50:39-03:00"^^xsd:dateTime
] ; #
fhir:issued [ fhir:v "2025-04-03T16:55:39-03:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735" ] ;
fhir:display [ fhir:v "Maria Clara" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 36.5 ] ;
fhir:unit [ fhir:v "°C" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Cel" ]
] ; #
fhir:interpretation ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Normal" ] ] )
] ) ; #
fhir:bodySite [
( fhir:coding [
a sct:74262004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "74262004" ] ;
fhir:display [ fhir:v "Oral cavity" ] ] )
] ; #
fhir:method [
( fhir:coding [
a sct:89003005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "89003005" ] ;
fhir:display [ fhir:v "Oral temperature taking" ] ] )
] ; #
fhir:referenceRange ( [
fhir:low [
fhir:value [ fhir:v 36.1 ] ;
fhir:unit [ fhir:v "°C" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Cel" ] ] ;
fhir:high [
fhir:value [ fhir:v 37.2 ] ;
fhir:unit [ fhir:v "°C" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Cel" ] ]
] ) . #
IG © 2023+ Ministério do Saúde do Brasil. Package br.gov.saude.ips.fhir#1.0.0 based on FHIR 4.0.1. Generated 2025-07-17
Links: Table of Contents |
QA Report