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

FHIR IG analytics

Packageca.on.ehr.r4
Resource TypeValueSet
IdValueSet-provincial-document-type.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot17&canonical=http://ontariohealth.ca/fhir/ehr/ValueSet/provincial-document-type
URLhttp://ontariohealth.ca/fhir/ehr/ValueSet/provincial-document-type
Version1.0.0
Statusactive
Date2025-10-20
NameProvincialDocumentTypeEHR
TitleProvincial Document Type EHR
Realmca
Authoritynational
DescriptionThis value set contains all document type codes used to represent clinical documents and/or medical record reports in the EHR. The full subset of LOINC codes are available in the ConnectingOntario Site Terminology Mapping Worksheet under cON Terminology.

Resources that use this resource

StructureDefinition
profile-composition-documentComposition Document EHR
DocumentReferenceDocumentReferenceEHR
ca-on-hrm-profile-composition-submissionHRM Composition Profile (Submission)

Resources that this resource uses

CodeSystem
loinc.orgLOINC codes used in this IG
provincial-extension-document-typeProvincial Extension Document Type EHR

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "ValueSet-ProvincialDocumentType",
  "url": "http://ontariohealth.ca/fhir/ehr/ValueSet/provincial-document-type",
  "version": "1.0.0",
  "name": "ProvincialDocumentTypeEHR",
  "title": "Provincial Document Type EHR",
  "status": "active",
  "experimental": false,
  "date": "2025-10-20",
  "publisher": "Ontario Health",
  "description": "This value set contains all document type codes used to represent clinical documents and/or medical record reports in the EHR. The full subset of LOINC codes are available in the ConnectingOntario Site Terminology Mapping Worksheet under cON Terminology.",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "filter": [
          {
            "property": "SCALE_TYP",
            "op": "=",
            "value": "Doc"
          }
        ]
      },
      {
        "system": "http://ontariohealth.ca/fhir/ehr/CodeSystem/provincial-extension-document-type"
      }
    ]
  }
}