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