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

FHIR IG analytics

Packagehl7.fhir.uv.phd.r4
Resource TypeDeviceMetric
IdDeviceMetric-bp-devicemetric-example.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: DeviceMetric bp-devicemetric-example

type: MDC_PRESS_BLD_NONINV

unit: MDC_DIM_MMHG

source: Device: identifier = IEEE 11073 System Identifier,Bluetooth MAC address; manufacturer = OMRONHEALTHCARE; serialNumber = 20150200002A; modelNumber = HEM-9200T; type = MDC_MOC_VMS_MDS_SIMP

category: Measurement

measurementPeriod: Once per 15 minutes


Source1

{
  "resourceType": "DeviceMetric",
  "id": "bp-devicemetric-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/phd/StructureDefinition/PhdDeviceMetric"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "type": {
    "coding": [
      {
        "system": "urn:iso:std:iso:11073:10101",
        "code": "150020",
        "display": "MDC_PRESS_BLD_NONINV"
      }
    ]
  },
  "unit": {
    "coding": [
      {
        "system": "urn:iso:std:iso:11073:10101",
        "code": "266016",
        "display": "MDC_DIM_MMHG"
      }
    ]
  },
  "source": {
    "reference": "Device/phd-711000FEFF5F49B0.B0495F001071"
  },
  "category": "measurement",
  "measurementPeriod": {
    "repeat": {
      "frequency": 1,
      "period": 15,
      "periodUnit": "min"
    }
  }
}