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

FHIR IG analytics

Packagefhir.mamaToto
Resource TypeObservation
IdObservation-ExampleVitalSign.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 ExampleVitalSign

status: Final

code: Estimated date of delivery

subject: Patient/example

effective: 2025-03-12 08:30:00+0000

value: 2025-09-15


Source1

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