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

FHIR IG analytics

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

status: Final

category: Vital Signs

code: Bdy height

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 10:30:00-0300

performer: PractitionerRole ENFERMEIRO

value: 165 cm (Detalhes: UCUM códigocm = 'cm')


Source1

{
  "resourceType": "Observation",
  "id": "AlturaGestanteExemplo",
  "meta": {
    "profile": [
      "https://fhir.saude.go.gov.br/r4/saude-mulher/StructureDefinition/altura-gestante"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8302-2"
      }
    ]
  },
  "subject": {
    "reference": "Patient/IndividuoExemplo",
    "identifier": {
      "system": "https://fhir.saude.go.gov.br/sid/cpf",
      "value": "12345678901"
    }
  },
  "encounter": {
    "reference": "Encounter/ConsultaAcompanhamentoGestanteExemplo"
  },
  "effectiveDateTime": "2024-03-15T10:30:00-03:00",
  "performer": [
    {
      "reference": "PractitionerRole/ProfissionalOcupacaoExemplo"
    }
  ],
  "valueQuantity": {
    "value": 165,
    "unit": "cm",
    "system": "http://unitsofmeasure.org",
    "code": "cm"
  }
}