FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Observation/example-observation-device-flowratemetric (JSON)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Encounter, Group, Patient, Practitioner, RelatedPerson

Raw JSON (canonical form + also see JSON Format Specification)

IV Pump Flow Rate (Device)

{
  "resourceType" : "Bundle",
  "id" : "example-observation-device-flowratemetric",
  "type" : "collection",
  "entry" : [{
    "fullUrl" : "http://hl7.org/fhir/Observation/example-observation-device-flowratemetric",
    "resource" : {
      "resourceType" : "Observation",
      "id" : "example-observation-device-flowratemetric",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation example-observation-device-flowratemetric</b></p><a name=\"example-observation-device-flowratemetric\"> </a><a name=\"hcexample-observation-device-flowratemetric\"> </a><p><b>identifier</b>: <code>http://goodcare.org/observation/id</code>/1191144-10</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8977-1}\">Fluid intake intravascular 8 hour</span></p><p><b>subject</b>: <a href=\"broken-link.html\">Device/example-IV-pump</a></p><p><b>focus</b>: <a href=\"broken-link.html\">DeviceMetric/example-iv-pump-flowratemetric</a></p><p><b>effective</b>: 2024-12-05T09:30:10+01:00</p><p><b>value</b>: 150 milliliter per 8 hour<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL/(8.h) = 'mL/(8.h)')</span></p><p><b>device</b>: <a href=\"broken-link.html\">Device/example-IV-pump</a></p></div>"
      },
      "identifier" : [{
        "system" : "http://goodcare.org/observation/id",
        "value" : "1191144-10"
      }],
      "status" : "final",
      "code" : {
        "coding" : [{
          "system" : "http://loinc.org",
          "code" : "8977-1",
          "display" : "Fluid intake intravascular 8 hour"
        }]
      },
      "subject" : {
        "reference" : "Device/example-IV-pump"
      },
      "focus" : [{
        "reference" : "DeviceMetric/example-iv-pump-flowratemetric"
      }],
      "effectiveDateTime" : "2024-12-05T09:30:10+01:00",
      "valueQuantity" : {
        "value" : 150,
        "unit" : "milliliter per 8 hour",
        "system" : "http://unitsofmeasure.org",
        "code" : "mL/(8.h)"
      },
      "device" : {
        "reference" : "Device/example-IV-pump"
      }
    }
  },
  {
    "fullUrl" : "http://hl7.org/fhir/DeviceAssociation/example-device-patient-association",
    "resource" : {
      "resourceType" : "DeviceAssociation",
      "id" : "example-device-patient-association",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DeviceAssociation example-device-patient-association</b></p><a name=\"example-device-patient-association\"> </a><a name=\"hcexample-device-patient-association\"> </a><p><b>device</b>: <a href=\"broken-link.html\">Device/example-IV-pump</a></p><p><b>status</b>: <span title=\"Codes:{http://hl7.org/fhir/deviceassociation-status attached}\">Attached</span></p><p><b>subject</b>: <a href=\"patient-example-a.html\">Donald Duck</a></p></div>"
      },
      "device" : {
        "reference" : "Device/example-IV-pump"
      },
      "status" : {
        "coding" : [{
          "system" : "http://hl7.org/fhir/deviceassociation-status",
          "code" : "attached"
        }]
      },
      "subject" : {
        "reference" : "Patient/pat1",
        "display" : "Donald Duck"
      }
    }
  },
  {
    "fullUrl" : "http://hl7.org/fhir/DeviceMetric/example-iv-pump-flowratemetric",
    "resource" : {
      "resourceType" : "DeviceMetric",
      "id" : "example-iv-pump-flowratemetric",
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DeviceMetric example-iv-pump-flowratemetric</b></p><a name=\"example-iv-pump-flowratemetric\"> </a><a name=\"hcexample-iv-pump-flowratemetric\"> </a><p><b>type</b>: <span title=\"Codes:{urn:iso:std:iso:11073:10101 157784}\">MDC_FLOW_FLUID_PUMP</span></p><p><b>unit</b>: <span title=\"Codes:{http://unitsofmeasure.org mL/(8.h)}\">mL/(8.h)</span></p><p><b>device</b>: <a href=\"broken-link.html\">Device/example-IV-pump</a></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/metric-category measurement}\">Measurement</span></p></div>"
      },
      "type" : {
        "coding" : [{
          "system" : "urn:iso:std:iso:11073:10101",
          "code" : "157784",
          "display" : "MDC_FLOW_FLUID_PUMP"
        }]
      },
      "unit" : {
        "coding" : [{
          "system" : "http://unitsofmeasure.org",
          "code" : "mL/(8.h)",
          "display" : "mL/(8.h)"
        }]
      },
      "device" : {
        "reference" : "Device/example-IV-pump"
      },
      "category" : {
        "coding" : [{
          "system" : "http://hl7.org/fhir/metric-category",
          "code" : "measurement",
          "display" : "Measurement"
        }]
      }
    }
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.