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

FHIR IG analytics

Packagebr.go.ses.core
Resource TypeObservation
IdObservation-CondicaoTrimestreGestacionalExemplo.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: Observation CondicaoTrimestreGestacionalExemplo

identifier: 2025-00012345

status: Final

code: 32418-6

subject: José Silva(official) Male, DoB: 1989-02-19 ( https://fhir.saude.go.gov.br/sid/cpf#CPF#1234567879)

issued: 2025-09-18 14:24:34+0000

performer: Organization Hospital Exemplo

value: 1º Trimestre


Source1

{
  "resourceType": "Observation",
  "id": "CondicaoTrimestreGestacionalExemplo",
  "meta": {
    "profile": [
      "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/condicao-trimestregestacional-sd"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "2025-00012345"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "code": "32418-6"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PacienteJose"
  },
  "issued": "2025-09-18T14:24:34.711Z",
  "performer": [
    {
      "reference": "Organization/HospitalExemplo"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "https://fhir.saude.go.gov.br/r4/core/CodeSystem/condicao-trimestre-gestacional-cs",
        "code": "1-trimestre"
      }
    ]
  }
}