FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagebr.go.ses.saude-mulher
Resource TypeEncounter
IdEncounter-ConsultaAcompanhamentoGestanteExemplo.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Narrativa gerada: Encounter ConsultaAcompanhamentoGestanteExemplo

status: Finished

class: ActCode AMB: ambulatory

type: Consulta agendada programada / Cuidado continuado

priority: Eletivo

subject: Maria Santos(official) Female, DoB: 1990-08-15 ( https://fhir.saude.go.gov.br/sid/cpf#CPF#12345678901)

episodeOfCare: EpisodeOfCare: identifier = https://fhir.saude.go.gov.br/sid/gravidez#Gravidez#GRAV-2024-001; status = active

Participants

-Individual
*PractitionerRole ENFERMEIRO

period: 2024-03-15 --> 2024-03-15

reasonReference: Condition Supervisão de primeira gravidez normal

Hospitalizations

-DischargeDisposition
*Retorno para consulta agendada

serviceProvider: Organization Hospital Exemplo


Source1

{
  "resourceType": "Encounter",
  "id": "ConsultaAcompanhamentoGestanteExemplo",
  "meta": {
    "profile": [
      "https://fhir.saude.go.gov.br/r4/saude-mulher/StructureDefinition/consulta-acompanhamento-gestante"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  }
}