FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/holter-report-code

Packagehl7.fhir.be.patient-monitoring
TypeValueSet
Idholter-report-code
FHIR VersionR4
Sourcehttp://hl7belgium.org/fhir/patient-monitoring/https://build.fhir.org/ig/hl7-be/patient-monitoring/ValueSet-holter-report-code.html
URLhttp://hl7belgium.org/fhir/patient-monitoring/ValueSet/holter-report-code
Version0.1.0
Statusdraft
Date2025-07-16T14:23:37+00:00
NameHolterReportCode
TitleHolter Report Code
Realmbe
Authorityhl7
DescriptionAmbulatory cardiac rhythm monitor report (Holter)

Resources that use this resource

StructureDefinition
holter-diagnostic-reportHolter Diagnostic Report

Resources that this resource uses

CodeSystem
loinc.orgLOINC Code System
loinc.orgLOINC codes used in this IG
loinc.orgLogical Observation Identifiers, Names and Codes (LOINC)

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet holter-report-code

  • Include these codes as defined in http://loinc.org
    CodeDisplay
    18754-2Ambulatory cardiac rhythm monitor (Holter) study

Source

{
  "resourceType": "ValueSet",
  "id": "holter-report-code",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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-07-16T14:23:37+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"
          }
        ]
      }
    ]
  }
}