Patient Monitoring Outcome FHIR Implementation Guide
0.1.0 - STU1 Belgium flag

Patient Monitoring Outcome FHIR Implementation Guide, published by My Organization. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/patient-monitoring/ and changes regularly. See the Directory of published versions

: Holter Report Code - JSON Representation

Draft as of 2025-08-20

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "holter-report-code",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet holter-report-code</b></p><a name=\"holter-report-code\"> </a><a name=\"hcholter-report-code\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/18754-2/\">18754-2</a></td><td style=\"color: #cccccc\">Ambulatory cardiac rhythm monitor (Holter) study</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7belgium.org/fhir/patient-monitoring/ValueSet/holter-report-code",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.54.48.4"
    }
  ],
  "version" : "0.1.0",
  "name" : "HolterReportCode",
  "title" : "Holter Report Code",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-08-20T09:21:33+00:00",
  "publisher" : "My Organization",
  "contact" : [
    {
      "name" : "My Organization",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.com/committees"
        },
        {
          "system" : "email",
          "value" : "my-group@example.com"
        }
      ]
    },
    {
      "name" : "Bob Smith",
      "telecom" : [
        {
          "system" : "email",
          "value" : "bobsmith@example.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Ambulatory cardiac rhythm monitor report (Holter)",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE",
          "display" : "Belgium"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "18754-2"
          }
        ]
      }
    ]
  }
}