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

FHIR IG analytics

Packageca.on.ehr.r4
Resource TypeValueSet
IdValueSet-document-kind.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot17&canonical=http://ontariohealth.ca/fhir/ehr/ValueSet/document-kind
URLhttp://ontariohealth.ca/fhir/ehr/ValueSet/document-kind
Version2.1.0
Statusactive
Date2025-11-27
NameDocumentKindEHR
TitleDocumentKindEHR
Realmca
Authoritynational
DescriptionThe document ontology 'Kind of Document' property in LOINC characterizes the general structure of the document at a macro level. This value set contains all Document Kind part codes in LOINC Document Ontology as defined in the [LOINC User's Guide](https://loinc.org/kb/users-guide/document-ontology/) and some Ontario Health-defined codes supported by Ontario Health assets, such as ConnectingOntario ClinicalViewer.
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
provincial-kind-of-documentProvincial Kind Of Document EHR

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "ValueSet-DocumentKind",
  "url": "http://ontariohealth.ca/fhir/ehr/ValueSet/document-kind",
  "version": "2.1.0",
  "name": "DocumentKindEHR",
  "title": "DocumentKindEHR",
  "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": "The document ontology 'Kind of Document' property in LOINC characterizes the general structure of the document at a macro level. This value set contains all Document Kind part codes in LOINC Document Ontology as defined in the [LOINC User's Guide](https://loinc.org/kb/users-guide/document-ontology/) and some Ontario Health-defined codes supported by Ontario Health assets, such as ConnectingOntario ClinicalViewer.",
  "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://ontariohealth.ca/fhir/ehr/CodeSystem/provincial-kind-of-document"
      },
      {
        "system": "http://loinc.org",
        "filter": [
          {
            "property": "document-kind",
            "op": "exists",
            "value": "true"
          }
        ]
      }
    ]
  }
}