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-sv.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-sv

status: Final

code: ECG: supraventricular arrhythmia

effective: 2025-07-14 14:42:00+0200 --> 2025-07-14 14:45:00+0200


Source1

{
  "resourceType": "Observation",
  "id": "example-holter-sv",
  "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": "164887001",
        "display": "ECG: supraventricular arrhythmia"
      }
    ]
  },
  "effectivePeriod": {
    "start": "2025-07-14T14:42:00+02:00",
    "end": "2025-07-14T14:45:00+02:00"
  }
}