FHIR IG analytics| Package | fhir.mamaToto |
| Resource Type | Observation |
| Id | Observation-ExampleVitalSign.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ExampleVitalSign
Profile: VitalSignProfile
status: Final
code: Estimated date of delivery
subject: Patient/example
effective: 2025-03-12 08:30:00+0000
value: 2025-09-15
{
"resourceType": "Observation",
"id": "ExampleVitalSign",
"meta": {
"profile": [
"http://example.org/StructureDefinition/VitalSignProfile"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11778-8",
"display": "Estimated date of delivery"
}
]
},
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2025-03-12T08:30:00Z",
"valueDateTime": "2025-09-15"
}