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
: Exemplo de sinal vital. - TTL Representation
Raw ttl | Download
@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:id [ fhir:v "bebecb29-e907-4d6f-9690-c82ca7e1ae55"] ; #
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 bebecb29-e907-4d6f-9690-c82ca7e1ae55</b></p><a name=\"bebecb29-e907-4d6f-9690-c82ca7e1ae55\"> </a><a name=\"hcbebecb29-e907-4d6f-9690-c82ca7e1ae55\"> </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 106875-8}\">Escala de Estresse Percebido</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 10:00:00-0300</p><p><b>performer</b>: <a href=\"Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html\">Maria Clara</a></p><p><b>value</b>: 18 score</p><p><b>interpretation</b>: <span title=\"Códigos:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">Alto nível de estresse percebido</span></p><p><b>note</b>: </p><blockquote><div><p>Paciente relata sentir-se frequentemente sobrecarregada com as responsabilidades escolares e sociais.</p>\n</div></blockquote></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:106875-8 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "106875-8" ] ;
fhir:display [ fhir:v "Perceived stress scale-10 [PSS-10]" ] ] ) ;
fhir:text [ fhir:v "Escala de Estresse Percebido" ]
] ; #
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-03T10:00:00-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 "18"^^xsd:decimal ] ;
fhir:unit [ fhir:v "score" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ]
] ; #
fhir:interpretation ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "H" ] ;
fhir:display [ fhir:v "High" ] ] ) ;
fhir:text [ fhir:v "Alto nível de estresse percebido" ]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "Paciente relata sentir-se frequentemente sobrecarregada com as responsabilidades escolares e sociais." ]
] ) . #