FHIR IG Statistics: ValueSet/ValueSet-DiagnosticReportCode
Package | ca.on.ehr.r4 |
Resource Type | ValueSet |
Id | ValueSet-DiagnosticReportCode |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot10&canonical=http://ontariohealth.ca/fhir/ehr/ValueSet/diagnostic-report-code |
URL | http://ontariohealth.ca/fhir/ehr/ValueSet/diagnostic-report-code |
Version | 1.0.0 |
Status | active |
Date | 2025-07-15 |
Name | DiagnosticReportCodeEHR |
Title | Diagnostic Report Code EHR |
Realm | ca |
Authority | national |
Description | This value set includes a subset of document codes in LOINC that represent radiology reports, with LOINC Class: RAD and LOINC Scale: Doc. These documents contain a consulting specialist's interpretation of image data. |
Copyright | This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc. |
Resources that use this resource
Resources that this resource uses
CodeSystem |
loinc.org | Logical Observation Identifiers, Names and Codes (LOINC) |
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"id": "ValueSet-DiagnosticReportCode",
"url": "http://ontariohealth.ca/fhir/ehr/ValueSet/diagnostic-report-code",
"version": "1.0.0",
"name": "DiagnosticReportCodeEHR",
"title": "Diagnostic Report Code EHR",
"status": "active",
"date": "2025-07-15",
"publisher": "Ontario Health",
"description": "This value set includes a subset of document codes in LOINC that represent radiology reports, with LOINC Class: RAD and LOINC Scale: Doc. These documents contain a consulting specialist's interpretation of image data.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CA"
}
]
}
],
"copyright": "This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc.",
"compose": {
"include": [
{
"system": "http://loinc.org",
"filter": [
{
"property": "SCALE_TYP",
"op": "=",
"value": "Doc"
},
{
"property": "CLASS",
"op": "=",
"value": "RAD"
}
]
}
],
"exclude": [
{
"system": "http://loinc.org",
"filter": [
{
"property": "STATUS",
"op": "=",
"value": "DEPRECATED"
}
]
}
]
}
}