{
  "resourceType" : "Observation",
  "id" : "PesoGestanteExemplo",
  "meta" : {
    "profile" : ["https://fhir.saude.go.gov.br/r4/saude-mulher/StructureDefinition/peso-gestante"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: Observation PesoGestanteExemplo</b></p><a name=\"PesoGestanteExemplo\"> </a><a name=\"hcPesoGestanteExemplo\"> </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-peso-gestante.html\">Peso 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 29463-7}\">Weight</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=\"Practitioner-ProfissionalExemplo.html\">Practitioner João Silva(official)</a></p><p><b>value</b>: 68.5 kg<span style=\"background: LightGoldenRodYellow\"> (Detalhes: UCUM códigokg = 'kg')</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" : "29463-7"
    }]
  },
  "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" : "Practitioner/ProfissionalExemplo"
  }],
  "valueQuantity" : {
    "value" : 68.5,
    "unit" : "kg",
    "system" : "http://unitsofmeasure.org",
    "code" : "kg"
  }
}