FHIR IG analytics| Package | br.go.ses.saude-mulher |
| Resource Type | Encounter |
| Id | Encounter-ConsultaAcompanhamentoGestanteExemplo.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narrativa gerada: Encounter ConsultaAcompanhamentoGestanteExemplo
Perfil: Consulta acompanhamento gestante
status: Finished
class: ActCode AMB: ambulatory
type: Consulta agendada programada / Cuidado continuado
priority: Eletivo
episodeOfCare: EpisodeOfCare: identifier = https://fhir.saude.go.gov.br/sid/gravidez#Gravidez#GRAV-2024-001; status = active
| Individual |
| PractitionerRole ENFERMEIRO |
period: 2024-03-15 --> 2024-03-15
reasonReference: Condition Supervisão de primeira gravidez normal
| DischargeDisposition |
| Retorno para consulta agendada |
serviceProvider: Organization Hospital Exemplo
{
"resourceType": "Encounter",
"id": "ConsultaAcompanhamentoGestanteExemplo",
"meta": {
"profile": [
"https://fhir.saude.go.gov.br/r4/saude-mulher/StructureDefinition/consulta-acompanhamento-gestante"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB"
},
"type": [
{
"coding": [
{
"system": "https://fhir.saude.go.gov.br/r4/saude-mulher/CodeSystem/tipo-atendimento",
"code": "1"
}
]
}
],
"priority": {
"coding": [
{
"system": "https://fhir.saude.go.gov.br/r4/saude-mulher/CodeSystem/classificacao-atendimento",
"code": "3"
}
]
},
"subject": {
"reference": "Patient/IndividuoExemplo",
"identifier": {
"system": "https://fhir.saude.go.gov.br/sid/cpf",
"value": "12345678901"
}
},
"episodeOfCare": [
{
"reference": "EpisodeOfCare/PrenatalGestanteExemplo",
"identifier": {
"system": "https://fhir.saude.go.gov.br/sid/gravidez",
"value": "GRAV-2024-001"
}
}
],
"participant": [
{
"individual": {
"reference": "PractitionerRole/ProfissionalOcupacaoExemplo"
}
}
],
"period": {
"start": "2024-03-15",
"end": "2024-03-15"
},
"reasonReference": [
{
"reference": "Condition/CondicaoCID10Exemplo"
}
],
"hospitalization": {
"dischargeDisposition": {
"coding": [
{
"system": "https://fhir.saude.go.gov.br/r4/saude-mulher/CodeSystem/conduta-desfecho-atendimento-realizado",
"code": "1"
}
]
}
},
"serviceProvider": {
"reference": "Organization/HospitalExemplo",
"identifier": {
"system": "https://fhir.saude.go.gov.br/sid/cnes",
"value": "1234567"
}
}
}