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

FHIR IG analytics

Packagehl7.fhir.us.quality-core
Resource TypeObservation
IdObservation-example-delivery-date-estimate.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 example-delivery-date-estimate

status: Final

category: exam

code: delivery date estimated

subject: Example Reproductive Health Patient

effective: 2026-08-05 08:00:00-0400 --> 2026-08-05 08:30:00-0400

issued: 2026-08-05 09:00:00-0400

performer: Example Practitioner

value: 2026-11-20


Source1

{
  "resourceType": "Observation",
  "id": "example-delivery-date-estimate",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-simple-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam",
          "display": "exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11778-8",
        "display": "delivery date estimated"
      }
    ]
  },
  "subject": {
    "reference": "Patient/reproductive-health-example",
    "display": "Example Reproductive Health Patient"
  },
  "effectivePeriod": {
    "start": "2026-08-05T08:00:00-04:00",
    "end": "2026-08-05T08:30:00-04:00"
  },
  "issued": "2026-08-05T09:00:00-04:00",
  "performer": [
    {
      "reference": "Practitioner/example",
      "display": "Example Practitioner"
    }
  ],
  "valueDateTime": "2026-11-20"
}