FHIR IG analytics| Package | br.go.ses.saude-mulher |
| Resource Type | Observation |
| Id | Observation-IndiceMassaCorporalGestanteExemplo.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narrativa gerada: Observation IndiceMassaCorporalGestanteExemplo
status: Final
category: Vital Signs
code: BMI
effective: 2024-03-15 10:30:00-0300
performer: Practitioner João Silva(official)
value: 25.2 kg/m2 (Detalhes: UCUM códigokg/m2 = 'kg/m2')
{
"resourceType": "Observation",
"id": "IndiceMassaCorporalGestanteExemplo",
"meta": {
"profile": [
"https://fhir.saude.go.gov.br/r4/saude-mulher/StructureDefinition/indice-massa-corporal-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": "39156-5"
}
]
},
"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": 25.2,
"unit": "kg/m2",
"system": "http://unitsofmeasure.org",
"code": "kg/m2"
}
}