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

FHIR IG analytics

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

Profile: Enumeration DeviceMetric profile

type: Rhythm (ISO 11073-10101 Health informatics - Point-of-care#184327 "MDC_ECG_STAT_RHY")

source: Device/PhysioMonitorMdsDevice

parent: Device/ECGChannelDevice

operationalStatus: on

category: measurement


Source1

{
  "resourceType": "DeviceMetric",
  "id": "RhythmStatusEnumerationDeviceMetric",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/pocd/StructureDefinition/EnumerationDeviceMetric"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "type": {
    "coding": [
      {
        "system": "urn:iso:std:iso:11073:10101",
        "code": "184327",
        "display": "MDC_ECG_STAT_RHY"
      }
    ],
    "text": "Rhythm"
  },
  "source": {
    "reference": "Device/PhysioMonitorMdsDevice"
  },
  "parent": {
    "reference": "Device/ECGChannelDevice"
  },
  "operationalStatus": "on",
  "category": "measurement"
}