FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.mamaToto
Resource TypeObservation
IdObservation-ExamplePregnancyEDDObservation.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation ExamplePregnancyEDDObservation

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


Source1

{
  "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"
}