FHIR IG analytics| Package | nictiz.fhir.nl.stu3.zib2017 |
| Resource Type | Observation |
| Id | zib-FluidBalance-01.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| meting output via catheterzak | |
| Bepalingdatum/tijd | 10:00 - 17:30 op 11 maart 2018 |
|---|---|
| Code | Waarde |
| Fluid balance observable | |
| Total fluid input | 800 mL |
| Total fluid output | 1300 mL |
{
"resourceType": "Observation",
"id": "zib-fluidbalance-01",
"meta": {
"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": "1a2c4031-8fdf-11ec-7206-020000000000"
}
],
"status": "preliminary",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "364396009",
"display": "Fluid balance observable"
}
]
},
"subject": {
"reference": "Patient/nl-core-patient-03",
"display": "I. XXX_Helleman-de Haas"
},
"effectivePeriod": {
"start": "2018-03-11T10:00:00+02:00",
"end": "2018-03-11T17:30:00+02:00"
},
"comment": "meting output via catheterzak",
"component": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "251852001",
"display": "Total fluid input"
}
]
},
"valueQuantity": {
"value": 800,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
}
},
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "251841007",
"display": "Total fluid output"
}
]
},
"valueQuantity": {
"value": 1300,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
}
}
]
}