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
{
"resourceType" : "Observation",
"id" : "14d1729d-16c7-45a2-be7f-bc17f261ce85",
"text" : {
"status" : "generated",
"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>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs",
"display" : "Vital Signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8310-5",
"display" : "Bdy temp"
}
],
"text" : "Temperatura Corporal"
},
"subject" : {
🔗 "reference" : "Patient/b1997888-85fd-41b6-bf94-6242cf3c8265",
"display" : "Ana Beatriz Oliveira"
},
"effectiveDateTime" : "2025-04-03T16:50:39-03:00",
"issued" : "2025-04-03T16:55:39-03:00",
"performer" : [
{
🔗 "reference" : "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735",
"display" : "Maria Clara"
}
],
"valueQuantity" : {
"value" : 36.5,
"unit" : "°C",
"system" : "http://unitsofmeasure.org",
"code" : "Cel"
},
"interpretation" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code" : "N",
"display" : "Normal"
}
]
}
],
"bodySite" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "74262004",
"display" : "Oral cavity"
}
]
},
"method" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "89003005",
"display" : "Oral temperature taking"
}
]
},
"referenceRange" : [
{
"low" : {
"value" : 36.1,
"unit" : "°C",
"system" : "http://unitsofmeasure.org",
"code" : "Cel"
},
"high" : {
"value" : 37.2,
"unit" : "°C",
"system" : "http://unitsofmeasure.org",
"code" : "Cel"
}
}
]
}