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

FHIR IG analytics

Packagehl7.fhir.be.patient-monitoring
Resource TypeObservation
IdObservation-DrainFluidExample.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 DrainFluidExample

status: Final

code: Fluid output from drain

subject: Identifier: https://www.telemonitoring-prescription.com/FHIR/patient/D358D4B4-6007-4C3E-A33B-056773F45DC9

effective: 2025-10-08 10:00:00+0000

value: 35.29 mL/24h (Details: UCUM codemL/24h = 'mL/24h')


Source1

{
  "resourceType": "Observation",
  "id": "DrainFluidExample",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "251843005",
        "display": "Fluid output from drain"
      }
    ]
  },
  "subject": {
    "identifier": {
      "system": "https://www.telemonitoring-prescription.com/FHIR/patient",
      "value": "D358D4B4-6007-4C3E-A33B-056773F45DC9"
    }
  },
  "effectiveDateTime": "2025-10-08T10:00:00Z",
  "valueQuantity": {
    "value": 35.29,
    "unit": "mL/24h",
    "system": "http://unitsofmeasure.org",
    "code": "mL/24h"
  }
}