FHIR IG analytics| Package | br.go.ses.saude-mulher |
| Resource Type | Immunization |
| Id | Immunization-ImunizacaoGravidezExemplo.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narrativa gerada: Immunization ImunizacaoGravidezExemplo
status: Completed
vaccineCode: dTpa
occurrence: 2024-03-15
| DoseNumber[x] |
| 1 |
{
"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"
}
]
}