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

FHIR IG analytics

Packagehl7.fhir.uv.pocd
Resource TypeDeviceMetric
IdDeviceMetric-ECGSampleArrayDeviceMetric.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

Resource DeviceMetric "ECGSampleArrayDeviceMetric"

Profile: Sample Array DeviceMetric profile

Resolution extension: 0.001

Sweep Speed extension: 25 mm/s (Details: UCUM code mm/s = 'mm/s')

type: ECG (ISO 11073-10101 Health informatics - Point-of-care#131328 "MDC_ECG_ELEC_POTL")

unit: mV (ISO 11073-10101 Health informatics - Point-of-care#266418 "MDC_DIM_MILLI_VOLT")

source: Device/PhysioMonitorMdsDevice

parent: Device/ECGChannelDevice

operationalStatus: on

color: green

category: measurement


Source1

{
  "resourceType": "DeviceMetric",
  "id": "ECGSampleArrayDeviceMetric",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/pocd/StructureDefinition/SampleArrayDeviceMetric"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/pocd/StructureDefinition/resolution",
      "valueDecimal": 0.001
    },
    {
      "url": "http://hl7.org/fhir/uv/pocd/StructureDefinition/sweep-speed",
      "valueQuantity": {
        "value": 25,
        "unit": "mm/s",
        "system": "http://unitsofmeasure.org",
        "code": "mm/s"
      }
    }
  ],
  "type": {
    "coding": [
      {
        "system": "urn:iso:std:iso:11073:10101",
        "code": "131328",
        "display": "MDC_ECG_ELEC_POTL"
      }
    ],
    "text": "ECG"
  },
  "unit": {
    "coding": [
      {
        "system": "urn:iso:std:iso:11073:10101",
        "code": "266418",
        "display": "MDC_DIM_MILLI_VOLT"
      }
    ],
    "text": "mV"
  },
  "source": {
    "reference": "Device/PhysioMonitorMdsDevice"
  },
  "parent": {
    "reference": "Device/ECGChannelDevice"
  },
  "operationalStatus": "on",
  "color": "green",
  "category": "measurement"
}