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

: ExameSolicitadoExemplo - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "ExameSolicitadoExemplo",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.saude.go.gov.br/r4/saude-mulher/StructureDefinition/exame-solicitado"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: ServiceRequest ExameSolicitadoExemplo</b></p><a name=\"ExameSolicitadoExemplo\"> </a><a name=\"hcExameSolicitadoExemplo\"> </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-exame-solicitado.html\">Exame Solicitado</a></p></div><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Códigos:{http://loinc.org 718-7}\">Hgb Sg-mCnc</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>encounter</b>: <a href=\"Encounter-ConsultaAcompanhamentoGestanteExemplo.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); type = Consulta agendada programada / Cuidado continuado; priority = Eletivo; period = 2024-03-15 --&gt; 2024-03-15</a></p><p><b>authoredOn</b>: 2024-03-15</p><p><b>reasonCode</b>: <span title=\"Códigos:{http://www.saude.gov.br/fhir/r4/CodeSystem/BRCID10 Z34}\">Supervisão de gravidez normal</span></p></div>"
  },
  "status" : "completed",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "718-7"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/IndividuoExemplo"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/ConsultaAcompanhamentoGestanteExemplo"
  },
  "authoredOn" : "2024-03-15",
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://www.saude.gov.br/fhir/r4/CodeSystem/BRCID10",
          "code" : "Z34"
        }
      ]
    }
  ]
}