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 imunização. - JSON Representation

Raw json | Download

{
  "resourceType" : "Immunization",
  "id" : "714819de-cd07-4423-94ea-7057504a2cc8",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: Immunization 714819de-cd07-4423-94ea-7057504a2cc8</b></p><a name=\"714819de-cd07-4423-94ea-7057504a2cc8\"> </a><a name=\"hc714819de-cd07-4423-94ea-7057504a2cc8\"> </a><p><b>identifier</b>: <code>https://hospital.example.org/immunizations</code>/IMM12345</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Códigos:{http://snomed.info/sct 1181000221105}\">Vacina gripe sazonal</span></p><p><b>patient</b>: <a href=\"Patient-b1997888-85fd-41b6-bf94-6242cf3c8265.html\">Ana Beatriz Oliveira</a></p><p><b>occurrence</b>: 2024-06-01 14:30:00+0000</p><p><b>primarySource</b>: true</p><p><b>lotNumber</b>: 12345AB</p><p><b>expirationDate</b>: 2024-12-31</p><p><b>site</b>: <span title=\"Códigos:{http://snomed.info/sct 46862004}\">Glúteo máximo</span></p><p><b>route</b>: <span title=\"Códigos:{http://standardterms.edqm.eu 20035000}\">intramusculuar</span></p><p><b>doseQuantity</b>: 0.3 mL<span style=\"background: LightGoldenRodYellow\"> (Detalhes: UCUM códigomL = 'mL')</span></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Códigos:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO 223505}\">ENFERMEIRO</span></td><td><a href=\"Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html\">Maria Clara</a></td></tr></table><p><b>reasonCode</b>: <span title=\"Códigos:{http://snomed.info/sct 429060002}\">Procedimento obrigatório para o profissional</span></p><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Códigos:{http://snomed.info/sct 6142004}\">influenza</span></td><td>1</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://hospital.example.org/immunizations",
      "value" : "IMM12345"
    }
  ],
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "1181000221105",
        "display" : "Influenza virus antigen only vaccine product"
      }
    ],
    "text" : "Vacina gripe sazonal"
  },
  "patient" : {
    🔗 "reference" : "Patient/b1997888-85fd-41b6-bf94-6242cf3c8265",
    "display" : "Ana Beatriz Oliveira"
  },
  "occurrenceDateTime" : "2024-06-01T14:30:00Z",
  "primarySource" : true,
  "lotNumber" : "12345AB",
  "expirationDate" : "2024-12-31",
  "site" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "46862004",
        "display" : "Buttock"
      }
    ],
    "text" : "Glúteo máximo"
  },
  "route" : {
    "coding" : [
      {
        "system" : "http://standardterms.edqm.eu",
        "code" : "20035000",
        "display" : "Intramuscular use"
      }
    ],
    "text" : "intramusculuar"
  },
  "doseQuantity" : {
    "value" : 0.3,
    "unit" : "mL",
    "system" : "http://unitsofmeasure.org",
    "code" : "mL"
  },
  "performer" : [
    {
      "function" : {
        "coding" : [
          {
            "system" : "https://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO",
            "code" : "223505",
            "display" : "ENFERMEIRO"
          }
        ]
      },
      "actor" : {
        🔗 "reference" : "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735",
        "display" : "Maria Clara"
      }
    }
  ],
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "429060002",
          "display" : "Procedure to meet occupational requirement"
        }
      ],
      "text" : "Procedimento obrigatório para o profissional"
    }
  ],
  "protocolApplied" : [
    {
      "targetDisease" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "6142004",
              "display" : "Influenza (disorder)"
            }
          ],
          "text" : "influenza"
        }
      ],
      "doseNumberString" : "1"
    }
  ]
}