FHIR IG analytics| Package | hl7.fhir.pt.obs-neonat |
| Resource Type | Observation |
| Id | Observation-body-weigth-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narrativa gerada: Observation body-weigth-example
Perfil: Observation Body Weight Profile
status: Final
category: Vital Signs
code: Weight
subject: Doente anónimo Female, DN Desconhecida
effective: 2024-08-01 10:00:00+0000
value: 3250 gram(s) (Detalhes: UCUM códigog = 'g')
{
"resourceType": "Observation",
"id": "body-weigth-example",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/bodyweight"
]
},
"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": "29463-7"
}
]
},
"subject": {
"reference": "Patient/newBornNN"
},
"effectiveDateTime": "2024-08-01T10:00:00.000Z",
"valueQuantity": {
"value": 3250,
"unit": "gram(s)",
"system": "http://unitsofmeasure.org",
"code": "g"
}
}