FHIR IG analytics
| Package | ca.on.ehr.r4 |
| Resource Type | ValueSet |
| Id | ValueSet-document-reference-type.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-temporary&canonical=http://ontariohealth.ca/fhir/ehr/ValueSet/document-reference-type |
| URL | http://ontariohealth.ca/fhir/ehr/ValueSet/document-reference-type |
| Version | 1.0.0 |
| Status | active |
| Date | 2026-04-13 |
| Name | DocumentReferenceTypeEHR |
| Title | Document Reference Type EHR |
| Realm | ca |
| Authority | national |
| Description | This value set contains all document type codes used to describe the clinical documents, diagnostic study / medical imaging orders and reports in the EHR, to support query functionality using the DocumentReference resource. The document reference type value set includes all LOINC values whose SCALE_TYP is 'Doc' in the LOINC database, all codes within the ProvincialExtensionDocumentTypeEHR code system, and LOINC value 18726-0 representing Radiology studies (set). |
| 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. |
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| kl.dk.fhir.children#2.1.0 | loinc.org | Logical Observation Identifiers, Names and Codes (LOINC) |
Narrative
No narrative content found in resource
Source1
{
"resourceType": "ValueSet",
"id": "valueset-document-reference-type",
"url": "http://ontariohealth.ca/fhir/ehr/ValueSet/document-reference-type",
"version": "1.0.0",
"name": "DocumentReferenceTypeEHR",
"title": "Document Reference Type EHR",
"status": "active",
"date": "2026-04-13",
"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 contains all document type codes used to describe the clinical documents, diagnostic study / medical imaging orders and reports in the EHR, to support query functionality using the DocumentReference resource. The document reference type value set includes all LOINC values whose SCALE_TYP is 'Doc' in the LOINC database, all codes within the ProvincialExtensionDocumentTypeEHR code system, and LOINC value 18726-0 representing Radiology studies (set).",
"experimental": false,
"immutable": false,
"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": [
{
"valueSet": [
"http://ontariohealth.ca/fhir/ehr/ValueSet/provincial-document-type"
]
},
{
"system": "http://loinc.org",
"concept": [
{
"code": "18726-0",
"display": "Radiology studies (set)"
}
]
}
]
}
}