Guia de implementação do Sumário Internacional do Paciente: Release 1 - BR Realm | STU1
1.0.0 - STU1 Brazil flag

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. - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "bebecb29-e907-4d6f-9690-c82ca7e1ae55",
  "text" : {
    "status" : "generated",
    "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>"
  },
  "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" : "106875-8",
        "display" : "Perceived stress scale-10 [PSS-10]"
      }
    ],
    "text" : "Escala de Estresse Percebido"
  },
  "subject" : {
    🔗 "reference" : "Patient/b1997888-85fd-41b6-bf94-6242cf3c8265",
    "display" : "Ana Beatriz Oliveira"
  },
  "effectiveDateTime" : "2025-04-03T10:00:00-03:00",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735",
      "display" : "Maria Clara"
    }
  ],
  "valueQuantity" : {
    "value" : 18,
    "unit" : "score",
    "system" : "http://unitsofmeasure.org"
  },
  "interpretation" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code" : "H",
          "display" : "High"
        }
      ],
      "text" : "Alto nível de estresse percebido"
    }
  ],
  "note" : [
    {
      "text" : "Paciente relata sentir-se frequentemente sobrecarregada com as responsabilidades escolares e sociais."
    }
  ]
}