FHIR IG analytics| Package | br.go.ses.saude-mulher |
| Resource Type | Observation |
| Id | Observation-GravidezPlanejadaExemplo.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narrativa gerada: Observation GravidezPlanejadaExemplo
Perfil: Gravidez Planejada
status: Final
code: Was this a planned pregnancy [PhenX]
effective: 2024-03-15
performer: Practitioner João Silva(official)
value: true
{
"resourceType": "Observation",
"id": "GravidezPlanejadaExemplo",
"meta": {
"profile": [
"https://fhir.saude.go.gov.br/r4/saude-mulher/StructureDefinition/gravidez-planejada"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "64722-2"
}
]
},
"subject": {
"reference": "Patient/IndividuoExemplo",
"identifier": {
"system": "https://fhir.saude.go.gov.br/sid/cpf",
"value": "12345678901"
}
},
"encounter": {
"reference": "Encounter/ConsultaAcompanhamentoGestanteExemplo"
},
"effectiveDateTime": "2024-03-15",
"performer": [
{
"reference": "Practitioner/ProfissionalExemplo"
}
],
"valueBoolean": true
}