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

FHIR IG analytics

Packagehl7.fhir.be.patient-monitoring
Resource TypeObservation
IdObservation-example-holter-afib.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 example-holter-afib

status: Final

code: ECG: atrial fibrillation

effective: 2025-07-14 13:24:00+0200 --> 2025-07-14 13:26:00+0200

Components

-CodeValue[x]
*Heart rate178 beats/minute (Details: UCUM code/min = '/min')

Source1

{
  "resourceType": "Observation",
  "id": "example-holter-afib",
  "meta": {
    "profile": [
      "http://hl7belgium.org/fhir/patient-monitoring/StructureDefinition/holter-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "164889003",
        "display": "ECG: atrial fibrillation"
      }
    ]
  },
  "effectivePeriod": {
    "start": "2025-07-14T13:24:00+02:00",
    "end": "2025-07-14T13:26:00+02:00"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8867-4",
            "display": "Heart rate"
          }
        ]
      },
      "valueQuantity": {
        "value": 178,
        "unit": "beats/minute",
        "system": "http://unitsofmeasure.org",
        "code": "/min"
      }
    }
  ]
}