FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.ehr.r4
Resource TypeValueSet
IdValueSet-diagnostic-report-code.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot17&canonical=http://ontariohealth.ca/fhir/ehr/ValueSet/diagnostic-report-code
URLhttp://ontariohealth.ca/fhir/ehr/ValueSet/diagnostic-report-code
Version1.1.0
Statusactive
Date2025-11-27
NameDiagnosticReportCodeEHR
TitleDiagnostic Report Code EHR
Realmca
Authoritynational
DescriptionThis 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.
CopyrightThis 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

StructureDefinition
profile-diagnosticReport-imagingDiagnosticReport Imaging EHR
ca-on-hrm-profile-diagnosticReport-submissionHRM DiagnosticReport Profile (Submission)

Resources that this resource uses

CodeSystem
loinc.orgLOINC codes used in this IG

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "ValueSet-DiagnosticReportCode",
  "url": "http://ontariohealth.ca/fhir/ehr/ValueSet/diagnostic-report-code",
  "version": "1.1.0",
  "name": "DiagnosticReportCodeEHR",
  "title": "Diagnostic Report Code EHR",
  "status": "active",
  "experimental": false,
  "date": "2025-11-27",
  "publisher": "Ontario Health",
  "contact": [
    {
      "name": "Ontario Health - Digital Health Standards",
      "telecom": [
        {
          "system": "url",
          "value": "https://ehealthontario.on.ca/en/it-professionals/standards"
        },
        {
          "system": "email",
          "value": "DigitalHealthStandards@ontariohealth.ca"
        }
      ]
    }
  ],
  "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"
          }
        ]
      }
    ]
  }
}