Guia de Implementação da SES GO - CORE
0.0.1 - draft
Guia de Implementação da SES GO - CORE - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "EscolaridadeAugusto",
"meta" : {
"profile" : [
🔗 "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/escolaridade"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation EscolaridadeAugusto</b></p><a name=\"EscolaridadeAugusto\"> </a><a name=\"hcEscolaridadeAugusto\"> </a><a name=\"EscolaridadeAugusto-pt-BR\"> </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\">Profile: <a href=\"StructureDefinition-escolaridade.html\">Escolaridade</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 82589-3}\">Highest level of education</span></p><p><b>subject</b>: <a href=\"Patient-PacienteAugusto.html\">Augusta Pereira Other, DoB: 1979-02-19 ( https://fhir.saude.go.gov.br/sid/cpf#CPF#1234567879)</a></p><p><b>value</b>: <span title=\"Codes:{https://fhir.saude.go.gov.br/r4/core/CodeSystem/escolaridade 63}\">Superior, Aperfeiçoamento, Especialização, Mestrado, Doutorado</span></p></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "82589-3"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PacienteAugusto"
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://fhir.saude.go.gov.br/r4/core/CodeSystem/escolaridade",
"code" : "63"
}
]
}
}