Guia de Implementação da SES GO - CORE
1.1.0 - draft
Guia de Implementação da SES GO - CORE - Downloaded Version 1.1.0 See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "CondicaoTrimestreGestacionalExemplo",
"meta" : {
"profile" : [
🔗 "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/condicao-trimestregestacional-sd"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: Observation CondicaoTrimestreGestacionalExemplo</b></p><a name=\"CondicaoTrimestreGestacionalExemplo\"> </a><a name=\"hcCondicaoTrimestreGestacionalExemplo\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Perfil: <a href=\"StructureDefinition-condicao-trimestregestacional-sd.html\">Condição ou Trimestre Gestacional</a></p></div><p><b>identifier</b>: 2025-00012345</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Códigos:\">32418-6</span></p><p><b>subject</b>: <a href=\"Patient-PacienteJose.html\">José Silva(official) Male, DoB: 1989-02-19 ( https://fhir.saude.go.gov.br/sid/cpf#CPF#1234567879)</a></p><p><b>issued</b>: 2025-09-18 14:24:34+0000</p><p><b>performer</b>: <a href=\"Organization-HospitalExemplo.html\">Organization Hospital Exemplo</a></p><p><b>value</b>: <span title=\"Códigos:{https://fhir.saude.go.gov.br/r4/core/CodeSystem/condicao-trimestre-gestacional-cs 1-trimestre}\">1º Trimestre</span></p></div>"
},
"identifier" : [
{
"value" : "2025-00012345"
}
],
"status" : "final",
"code" : {
"coding" : [
{
"code" : "32418-6"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PacienteJose"
},
"issued" : "2025-09-18T14:24:34.711Z",
"performer" : [
{
🔗 "reference" : "Organization/HospitalExemplo"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.saude.go.gov.br/r4/core/CodeSystem/condicao-trimestre-gestacional-cs",
"code" : "1-trimestre"
}
]
}
}