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

FHIR IG analytics

Packagebr.go.ses.saude-mulher
Resource TypeObservation
IdObservation-IdadeGestacionalExemplo.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 IdadeGestacionalExemplo

status: Final

code: GA

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

effective: 2024-03-15

performer: Practitioner João Silva(official)

value: 12 semanas (Detalhes: UCUM códigowk = 'wk')

ReferenceRanges

-LowHigh
*1 wk (Detalhes: UCUM códigowk = 'wk')42 wk (Detalhes: UCUM códigowk = 'wk')

Source1

{
  "resourceType": "Observation",
  "id": "IdadeGestacionalExemplo",
  "meta": {
    "profile": [
      "https://fhir.saude.go.gov.br/r4/saude-mulher/StructureDefinition/idade-gestacional"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "18185-9"
      }
    ]
  },
  "subject": {
    "reference": "Patient/IndividuoExemplo",
    "identifier": {
      "system": "https://fhir.saude.go.gov.br/sid/cpf",
      "value": "12345678901"
    }
  },
  "encounter": {
    "reference": "Encounter/ConsultaAcompanhamentoGestanteExemplo"
  },
  "effectiveDateTime": "2024-03-15",
  "performer": [
    {
      "reference": "Practitioner/ProfissionalExemplo"
    }
  ],
  "valueQuantity": {
    "value": 12,
    "unit": "semanas",
    "system": "http://unitsofmeasure.org",
    "code": "wk"
  },
  "referenceRange": [
    {
      "low": {
        "value": 1,
        "system": "http://unitsofmeasure.org",
        "code": "wk"
      },
      "high": {
        "value": 42,
        "system": "http://unitsofmeasure.org",
        "code": "wk"
      }
    }
  ]
}