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

FHIR IG Statistics: ValueSet/ValueSet-DiagnosticReportCode

Packageca.on.ehr.r4
Resource TypeValueSet
IdValueSet-DiagnosticReportCode
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot10&canonical=http://ontariohealth.ca/fhir/ehr/ValueSet/diagnostic-report-code
URLhttp://ontariohealth.ca/fhir/ehr/ValueSet/diagnostic-report-code
Version1.0.0
Statusactive
Date2025-07-15
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

Resources that this resource uses

CodeSystem
loinc.orgLogical 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"
          }
        ]
      }
    ]
  }
}