Guia de Implementação da SES GO - CORE
0.0.1 - draft Brazil flag

Guia de Implementação da SES GO - CORE - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Imunobiologico Administrado Exemplo - JSON Representation

Raw json | Download


{
  "resourceType" : "Immunization",
  "id" : "ImunobiologicoAdministradoExemplo",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/imunobiologico-administrado"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization ImunobiologicoAdministradoExemplo</b></p><a name=\"ImunobiologicoAdministradoExemplo\"> </a><a name=\"hcImunobiologicoAdministradoExemplo\"> </a><a name=\"ImunobiologicoAdministradoExemplo-pt-BR\"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://www.saude.gov.br/fhir/r4/CodeSystem/BRImunobiologico 18}\">VR</span></p><p><b>patient</b>: <a href=\"Patient-PacienteAugusto.html\">Augusta Pereira Other, DoB: 1979-02-19 ( https://fhir.saude.go.gov.br/sid/cpf#CPF#1234567879)</a></p><p><b>occurrence</b>: 2015-02-07 13:28:17-0300</p><p><b>lotNumber</b>: 1224</p><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DoseNumber[x]</b></td><td><b>SeriesDoses[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>d1</td><td>2</td></tr></table></div>"
  },
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://www.saude.gov.br/fhir/r4/CodeSystem/BRImunobiologico",
        "code" : "18"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/PacienteAugusto"
  },
  "occurrenceDateTime" : "2015-02-07T13:28:17-03:00",
  "lotNumber" : "1224",
  "protocolApplied" : [
    {
      "doseNumberString" : "d1",
      "seriesDosesPositiveInt" : 2
    }
  ]
}