FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagebr.go.ses.saude-mulher
Resource TypeImmunization
IdImmunization-ImunizacaoGravidezExemplo.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


Source1

{
  "resourceType": "Immunization",
  "id": "ImunizacaoGravidezExemplo",
  "meta": {
    "profile": [
      "https://fhir.saude.go.gov.br/r4/saude-mulher/StructureDefinition/imunizacao-gravidez"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "vaccineCode": {
    "coding": [
      {
        "system": "http://www.saude.gov.br/fhir/r4/CodeSystem/BRImunobiologico",
        "code": "57"
      }
    ]
  },
  "patient": {
    "reference": "Patient/IndividuoExemplo",
    "identifier": {
      "system": "https://fhir.saude.go.gov.br/sid/cpf",
      "value": "12345678901"
    }
  },
  "encounter": {
    "reference": "Encounter/ConsultaAcompanhamentoGestanteExemplo"
  },
  "occurrenceDateTime": "2024-03-15",
  "protocolApplied": [
    {
      "doseNumberString": "1"
    }
  ]
}