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

FHIR IG analytics

Packagemedmij.bglz.stu3
Resource TypeObservation
Idxxx-Mutter-FluidBalance-bglz-av-test-1-1.json
FHIR VersionR3

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

Observatie/bepaling. Subject: Fiona XXX_Mutter. Status: voorlopig
Bepalingdatum/tijd 2025-05-14T07:00:00+02:00 - 2025-05-15T07:00:00+02:00
Code Waarde
Fluid balance observable
Total fluid input 1400 mL
Total fluid output 1000 mL

Source1

{
  "resourceType": "Observation",
  "id": "FluidBalance-bglz-test-av-1-1",
  "meta": {
    "extension": [
      {
        "url": "http://hapifhir.io/fhir/StructureDefinition/resource-meta-source",
        "valueUri": "#c33db4ab89ecdf7a"
      }
    ],
    "versionId": "1",
    "lastUpdated": "2025-05-20T02:10:58.823+00:00",
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/zib-FluidBalance"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
      "value": "bdb385af-2af2-4919-9001-635ac8c51ad8"
    }
  ],
  "status": "preliminary",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "364396009",
        "display": "Fluid balance observable"
      }
    ]
  },
  "subject": {
    "reference": "Patient/XXX-Mutter",
    "display": "Fiona XXX_Mutter"
  },
  "performer": [
    {
      "reference": "Organization/Organization-bglz-av-test-1-1",
      "display": "ThuiszorgOrg Noord"
    }
  ],
  "effectivePeriod": {
    "start": "2025-05-14T07:00:00+02:00",
    "end": "2025-05-15T07:00:00+02:00"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "251852001",
            "display": "Total fluid input"
          }
        ]
      },
      "valueQuantity": {
        "value": 1300,
        "unit": "mL",
        "system": "http://unitsofmeasure.org",
        "code": "mL"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "251841007",
            "display": "Total fluid output"
          }
        ]
      },
      "valueQuantity": {
        "value": 1010,
        "unit": "mL",
        "system": "http://unitsofmeasure.org",
        "code": "mL"
      }
    }
  ]
}