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

FHIR IG analytics

Packageca.on.ehr.r4
Resource TypeValueSet
IdValueSet-document-class.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot17&canonical=http://ontariohealth.ca/fhir/ehr/ValueSet/document-class
URLhttp://ontariohealth.ca/fhir/ehr/ValueSet/document-class
Version1.0.0
Statusactive
Date2025-12-02
NameDocumentClassEHR
TitleDocument Class EHR
Realmca
Authoritynational
DescriptionThis value set defines the codes representing document class from LOINC as defined in the LOINC Manual, excluding class = RAD. The class codes from LOINC is intended to be used for report categorization based on the type of study performed. Radiology class type is excluded from this value set it will be contributed using DiagnosticReport resource.
CopyrightThis material contains content from LOINC (http://loinc.org). LOINC is copyright © 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-composition-documentComposition Document EHR
DocumentReferenceDocumentReferenceEHR

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-DocumentClass",
  "url": "http://ontariohealth.ca/fhir/ehr/ValueSet/document-class",
  "version": "1.0.0",
  "name": "DocumentClassEHR",
  "title": "Document Class EHR",
  "status": "active",
  "experimental": false,
  "date": "2025-12-02",
  "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 defines the codes representing document class from LOINC as defined in the LOINC Manual, excluding class = RAD. The class codes from LOINC is intended to be used for report categorization based on the type of study performed. Radiology class type is excluded from this value set it will be contributed using DiagnosticReport resource.",
  "immutable": false,
  "copyright": "This material contains content from LOINC (http://loinc.org). LOINC is copyright © 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": "PATH"
          }
        ]
      },
      {
        "system": "http://loinc.org",
        "filter": [
          {
            "property": "SCALE_TYP",
            "op": "=",
            "value": "Doc"
          },
          {
            "property": "CLASS",
            "op": "=",
            "value": "NEURO"
          }
        ]
      },
      {
        "system": "http://loinc.org",
        "filter": [
          {
            "property": "SCALE_TYP",
            "op": "=",
            "value": "Doc"
          },
          {
            "property": "CLASS",
            "op": "=",
            "value": "CARD.PROC"
          }
        ]
      },
      {
        "system": "http://loinc.org",
        "filter": [
          {
            "property": "SCALE_TYP",
            "op": "=",
            "value": "Doc"
          },
          {
            "property": "CLASS",
            "op": "=",
            "value": "CLIN"
          }
        ]
      },
      {
        "system": "http://loinc.org",
        "filter": [
          {
            "property": "SCALE_TYP",
            "op": "=",
            "value": "Doc"
          },
          {
            "property": "CLASS",
            "op": "=",
            "value": "ENDO.GI"
          }
        ]
      },
      {
        "system": "http://loinc.org",
        "filter": [
          {
            "property": "SCALE_TYP",
            "op": "=",
            "value": "Doc"
          },
          {
            "property": "CLASS",
            "op": "=",
            "value": "OBGYN"
          }
        ]
      },
      {
        "system": "http://loinc.org",
        "filter": [
          {
            "property": "SCALE_TYP",
            "op": "=",
            "value": "Doc"
          },
          {
            "property": "CLASS",
            "op": "=",
            "value": "PULM"
          }
        ]
      },
      {
        "system": "http://loinc.org",
        "filter": [
          {
            "property": "SCALE_TYP",
            "op": "=",
            "value": "Doc"
          },
          {
            "property": "CLASS",
            "op": "=",
            "value": "CARD.US"
          }
        ]
      }
    ],
    "exclude": [
      {
        "system": "http://loinc.org",
        "filter": [
          {
            "property": "CLASS",
            "op": "=",
            "value": "RAD"
          }
        ]
      }
    ]
  }
}