FHIR IG analytics| Package | br.go.ses.saude-mulher |
| Resource Type | Observation |
| Id | Observation-IdadeGestacionalExemplo.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narrativa gerada: Observation IdadeGestacionalExemplo
Perfil: Idade Gestacional
status: Final
code: GA
effective: 2024-03-15
performer: Practitioner João Silva(official)
value: 12 semanas (Detalhes: UCUM códigowk = 'wk')
| Low | High |
| 1 wk (Detalhes: UCUM códigowk = 'wk') | 42 wk (Detalhes: UCUM códigowk = 'wk') |
{
"resourceType": "Observation",
"id": "IdadeGestacionalExemplo",
"meta": {
"profile": [
"https://fhir.saude.go.gov.br/r4/saude-mulher/StructureDefinition/idade-gestacional"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "18185-9"
}
]
},
"subject": {
"reference": "Patient/IndividuoExemplo",
"identifier": {
"system": "https://fhir.saude.go.gov.br/sid/cpf",
"value": "12345678901"
}
},
"encounter": {
"reference": "Encounter/ConsultaAcompanhamentoGestanteExemplo"
},
"effectiveDateTime": "2024-03-15",
"performer": [
{
"reference": "Practitioner/ProfissionalExemplo"
}
],
"valueQuantity": {
"value": 12,
"unit": "semanas",
"system": "http://unitsofmeasure.org",
"code": "wk"
},
"referenceRange": [
{
"low": {
"value": 1,
"system": "http://unitsofmeasure.org",
"code": "wk"
},
"high": {
"value": 42,
"system": "http://unitsofmeasure.org",
"code": "wk"
}
}
]
}