FHIR IG Statistics: ValueSet/holter-report-code
Resources that use this resource
Resources that this resource uses
CodeSystem |
loinc.org | LOINC Code System |
loinc.org | LOINC codes used in this IG |
loinc.org | Logical Observation Identifiers, Names and Codes (LOINC) |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://loinc.org
Code | Display |
18754-2 | Ambulatory 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"
}
]
}
]
}
}