FHIR IG analytics| Package | fhir.mamaToto |
| Resource Type | Observation |
| Id | Observation-ExamplePregnancyEDDObservation.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ExamplePregnancyEDDObservation
Profile: PregnancyEDDObservation
status: Final
code: Estimated date of delivery
subject: Patient/example
effective: 2025-03-01 00:00:00+0000
value: 2025-12-01 00:00:00+0000
{
"resourceType": "Observation",
"id": "ExamplePregnancyEDDObservation",
"meta": {
"profile": [
"http://example.org/StructureDefinition/PregnancyEDDObservation"
]
},
"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-01T00:00:00Z",
"valueDateTime": "2025-12-01T00:00:00Z"
}