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>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>"
  },
  "status" : "entered-in-error",
  "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" : "Body temperature"
      }
    ],
    "text" : "Temperature"
  },
  "subject" : {
    🔗 "reference" : "Patient/ebaf7611-0c1c-4d96-8a42-c7a49a1f3a41"
  },
  "effectiveDateTime" : "2013-07-02T10:34:17-03:00",
  "issued" : "2013-04-04T13:27:00+01:00",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/f66c9fd0-8b03-4953-a4b0-34d48744c386"
    }
  ],
  "valueQuantity" : {
    "value" : 39,
    "unit" : "degrees C",
    "system" : "http://unitsofmeasure.org",
    "code" : "Cel"
  },
  "interpretation" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code" : "H"
        }
      ]
    }
  ],
  "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" : [
    {
      "high" : {
        "value" : 38.2,
        "unit" : "degrees C"
      }
    }
  ]
}