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 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 "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>Generated Narrative: Observation bebecb29-e907-4d6f-9690-c82ca7e1ae55</b></p><a name=\"bebecb29-e907-4d6f-9690-c82ca7e1ae55\"> </a><a name=\"hcbebecb29-e907-4d6f-9690-c82ca7e1ae55\"> </a><a name=\"bebecb29-e907-4d6f-9690-c82ca7e1ae55-pt-BR\"> </a><p><b>status</b>: Entered in Error</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8310-5}\">Temperature</span></p><p><b>subject</b>: <a href=\"Patient-ebaf7611-0c1c-4d96-8a42-c7a49a1f3a41.html\">A ser enriquecido pelo CADSUS (no stated gender), DoB: ( https://terminologia.saude.gov.br/fhir/NamingSystem-cpf.html#12345678901)</a></p><p><b>effective</b>: 2013-07-02 10:34:17-0300</p><p><b>issued</b>: 2013-04-04 13:27:00+0100</p><p><b>performer</b>: <a href=\"Practitioner-f66c9fd0-8b03-4953-a4b0-34d48744c386.html\">Practitioner </a></p><p><b>value</b>: 39 degrees C<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeCel = 'Cel')</span></p><p><b>interpretation</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 74262004}\">Oral cavity</span></p><p><b>method</b>: <span title=\"Codes:{http://snomed.info/sct 89003005}\">Oral temperature taking</span></p><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>38.2 degrees C</td></tr></table></div>"
] ; #
fhir:status [ fhir:v "entered-in-error"] ; #
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 "Body temperature" ] ] ) ;
fhir:text [ fhir:v "Temperature" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ebaf7611-0c1c-4d96-8a42-c7a49a1f3a41" ]
] ; #
fhir:effective [ fhir:v "2013-07-02T10:34:17-03:00"^^xsd:dateTime] ; #
fhir:issued [ fhir:v "2013-04-04T13:27:00+01:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/f66c9fd0-8b03-4953-a4b0-34d48744c386" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "39"^^xsd:decimal ] ;
fhir:unit [ fhir:v "degrees 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 "H" ] ] )
] ) ; #
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:high [
fhir:value [ fhir:v "38.2"^^xsd:decimal ] ;
fhir:unit [ fhir:v "degrees C" ] ]
] ) . #