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

FHIR IG analytics

Packagebr.go.ses.saude-mulher
Resource TypeServiceRequest
IdServiceRequest-EncaminhamentoExemplo.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: ServiceRequest EncaminhamentoExemplo

status: Active

intent: Order

code: Hgb Sg-mCnc

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

encounter: Encounter: status = finished; class = ambulatory (ActCode#AMB); type = Consulta agendada programada / Cuidado continuado; priority = Eletivo; period = 2024-03-15 --> 2024-03-15

authoredOn: 2024-03-15

reasonCode: Supervisão de primeira gravidez normal


Source1

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