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

FHIR IG analytics

Packagehl7.fhir.uv.phr
Resource TypeObservation
IdObservation-pghd-heartbeat.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: Observation pghd-heartbeat

Language: en

Profile: PGHD Heartbeat Profile

status: Final

category: Exam

code: Heart beat series

subject: John Doe Male, DoB: 1990-01-01

effective: 2023-12-01 05:33:42+0000 --> 2023-12-01 05:33:44+0000

performer: John Doe Male, DoB: 1990-01-01

device: Device: manufacturer = Apple Inc.

Components

-CodeValue[x]DataAbsentReason
*Heart beat series2 s (Details: UCUM codes = 's')Asked But Unknown

Generated Narrative: Device #device

UdiCarriers

-DeviceIdentifier
*FVFHX60ZQ6LC

manufacturer: Apple Inc.

deviceName

name: Watch

type: Model name

deviceName

name: Apple Watch

type: User Friendly name

version

type: hardware

value: Watch6,7

version

type: software

value: 8.6


Source1

{
  "resourceType": "Observation",
  "id": "pghd-heartbeat",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-heartbeat"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Device",
      "id": "device",
      "meta": {
        "profile": [
          "http://hl7.org/fhir/uv/phr/StructureDefinition/pghd-device"
        ]
      },
      "udiCarrier": [
        {
          "deviceIdentifier": "FVFHX60ZQ6LC"
        }
      ],
      "manufacturer": "Apple Inc.",
      "deviceName": [
        {
          "name": "Watch",
          "type": "model-name"
        },
        {
          "name": "Apple Watch",
          "type": "user-friendly-name"
        }
      ],
      "version": [
        {
          "type": {
            "text": "hardware"
          },
          "value": "Watch6,7"
        },
        {
          "type": {
            "text": "software"
          },
          "value": "8.6"
        }
      ]
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam",
          "display": "Exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/phr/CodeSystem/observation-pghd-codes",
        "code": "heartBeatSeries"
      }
    ]
  },
  "subject": {
    "reference": "Patient/1"
  },
  "effectivePeriod": {
    "start": "2023-12-01T05:33:42Z",
    "end": "2023-12-01T05:33:44Z"
  },
  "performer": [
    {
      "reference": "Patient/1"
    }
  ],
  "device": {
    "reference": "#device"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/phr/CodeSystem/observation-pghd-codes",
            "code": "heartBeatSeries"
          }
        ]
      },
      "valueQuantity": {
        "value": 2,
        "unit": "s",
        "system": "http://unitsofmeasure.org",
        "code": "s"
      },
      "dataAbsentReason": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
            "code": "asked-unknown",
            "display": "Asked But Unknown"
          }
        ]
      }
    }
  ]
}