Guia de Implementação da SES GO - Saúde da Mulher
1.0.0 - draft BR

Guia de Implementação da SES GO - Saúde da Mulher - Downloaded Version 1.0.0 See the Directory of published versions

: AlturaGestanteExemplo - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "AlturaGestanteExemplo",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.saude.go.gov.br/r4/saude-mulher/StructureDefinition/altura-gestante"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: Observation AlturaGestanteExemplo</b></p><a name=\"AlturaGestanteExemplo\"> </a><a name=\"hcAlturaGestanteExemplo\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Perfil: <a href=\"StructureDefinition-altura-gestante.html\">Altura da Gestante</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Códigos:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Códigos:{http://loinc.org 8302-2}\">Bdy height</span></p><p><b>subject</b>: <a href=\"Patient-IndividuoExemplo.html\">Maria Santos(official) Female, DoB: 1990-08-15 ( https://fhir.saude.go.gov.br/sid/cpf#CPF#12345678901)</a></p><p><b>encounter</b>: <a href=\"Encounter-ConsultaAcompanhamentoGestanteExemplo.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); type = Consulta agendada programada / Cuidado continuado; priority = Eletivo; period = 2024-03-15 --&gt; 2024-03-15</a></p><p><b>effective</b>: 2024-03-15 10:30:00-0300</p><p><b>performer</b>: <a href=\"PractitionerRole-ProfissionalOcupacaoExemplo.html\">PractitionerRole ENFERMEIRO</a></p><p><b>value</b>: 165 cm<span style=\"background: LightGoldenRodYellow\"> (Detalhes: UCUM códigocm = 'cm')</span></p></div>"
  },
  "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"
  }
}