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

Raw json | Download

{
  "resourceType" : "Procedure",
  "id" : "2d7b5358-19aa-4f21-b7c5-9260ed832c6c",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: Procedure 2d7b5358-19aa-4f21-b7c5-9260ed832c6c</b></p><a name=\"2d7b5358-19aa-4f21-b7c5-9260ed832c6c\"> </a><a name=\"hc2d7b5358-19aa-4f21-b7c5-9260ed832c6c\"> </a><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Códigos:{https://fhir.ans.gov.br/CodeSystem/tuss-50 04}\">Consulta</span></p><p><b>code</b>: <span title=\"Códigos:{http://snomed.info/sct 185349003}\">Consulta com clínico geral</span></p><p><b>subject</b>: <a href=\"Patient-b1997888-85fd-41b6-bf94-6242cf3c8265.html\">Ana Beatriz Oliveira</a></p><p><b>performed</b>: 2024-03-15 09:00:00-0300 --&gt; 2024-03-15 09:30:00-0300</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html\">Dra. Maria Clara</a></td></tr></table><p><b>reasonCode</b>: <span title=\"Códigos:{http://hl7.org/fhir/sid/icd-10 I10}\">Hipertensão essencial</span></p><p><b>outcome</b>: <span title=\"Códigos:\">Paciente estável e orientado</span></p><p><b>note</b>: </p><blockquote><div><p>Paciente orientado a manter dieta balanceada e atividade física regular.</p>\n</div></blockquote></div>"
  },
  "status" : "completed",
  "category" : {
    "coding" : [
      {
        "system" : "https://fhir.ans.gov.br/CodeSystem/tuss-50",
        "code" : "04",
        "display" : "Consulta"
      }
    ],
    "text" : "Consulta"
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "185349003",
        "display" : "Encounter for check up (procedure)"
      }
    ],
    "text" : "Consulta com clínico geral"
  },
  "subject" : {
    🔗 "reference" : "Patient/b1997888-85fd-41b6-bf94-6242cf3c8265",
    "display" : "Ana Beatriz Oliveira"
  },
  "performedPeriod" : {
    "start" : "2024-03-15T09:00:00-03:00",
    "end" : "2024-03-15T09:30:00-03:00"
  },
  "performer" : [
    {
      "actor" : {
        🔗 "reference" : "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735",
        "display" : "Dra. Maria Clara"
      }
    }
  ],
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/sid/icd-10",
          "code" : "I10",
          "display" : "Essential (primary) hypertension"
        }
      ],
      "text" : "Hipertensão essencial"
    }
  ],
  "outcome" : {
    "text" : "Paciente estável e orientado"
  },
  "note" : [
    {
      "text" : "Paciente orientado a manter dieta balanceada e atividade física regular."
    }
  ]
}