FHIR IG analytics| Package | br.go.ses.saude-mulher |
| Resource Type | Observation |
| Id | Observation-AlturaGestanteExemplo.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narrativa gerada: Observation AlturaGestanteExemplo
Perfil: Altura da Gestante
status: Final
category: Vital Signs
code: Bdy height
effective: 2024-03-15 10:30:00-0300
performer: PractitionerRole ENFERMEIRO
value: 165 cm (Detalhes: UCUM códigocm = 'cm')
{
"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"
}
}