Guia de Implementação da SES GO - Saúde da Mulher
1.0.0 - draft BR

Guia de Implementação da SES GO - Saúde da Mulher - Downloaded Version 1.0.0 See the Directory of published versions

: ConsultaAcompanhamentoGestanteExemplo - JSON Representation

Raw json | Download

{
  "resourceType" : "Encounter",
  "id" : "ConsultaAcompanhamentoGestanteExemplo",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.saude.go.gov.br/r4/saude-mulher/StructureDefinition/consulta-acompanhamento-gestante"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: Encounter ConsultaAcompanhamentoGestanteExemplo</b></p><a name=\"ConsultaAcompanhamentoGestanteExemplo\"> </a><a name=\"hcConsultaAcompanhamentoGestanteExemplo\"> </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-consulta-acompanhamento-gestante.html\">Consulta acompanhamento gestante</a></p></div><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode AMB</a>: ambulatory</p><p><b>type</b>: <span title=\"Códigos:{https://fhir.saude.go.gov.br/r4/saude-mulher/CodeSystem/tipo-atendimento 1}\">Consulta agendada programada / Cuidado continuado</span></p><p><b>priority</b>: <span title=\"Códigos:{https://fhir.saude.go.gov.br/r4/saude-mulher/CodeSystem/classificacao-atendimento 3}\">Eletivo</span></p><p><b>subject</b>: <a href=\"Patient-IndividuoExemplo.html\">Maria Santos(official) Female, DoB: 1990-08-15 ( https://fhir.saude.go.gov.br/sid/cpf#CPF#12345678901)</a></p><p><b>episodeOfCare</b>: <a href=\"EpisodeOfCare-PrenatalGestanteExemplo.html\">EpisodeOfCare: identifier = https://fhir.saude.go.gov.br/sid/gravidez#Gravidez#GRAV-2024-001; status = active</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-ProfissionalOcupacaoExemplo.html\">PractitionerRole ENFERMEIRO</a></td></tr></table><p><b>period</b>: 2024-03-15 --&gt; 2024-03-15</p><p><b>reasonReference</b>: <a href=\"Condition-CondicaoCID10Exemplo.html\">Condition Supervisão de primeira gravidez normal</a></p><h3>Hospitalizations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DischargeDisposition</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Códigos:{https://fhir.saude.go.gov.br/r4/saude-mulher/CodeSystem/conduta-desfecho-atendimento-realizado 1}\">Retorno para consulta agendada</span></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-HospitalExemplo.html\">Organization Hospital Exemplo</a></p></div>"
  },
  "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"
    }
  }
}