FHIR IG Statistics: ValueSet/mi-document-type
Package | ca.on.mi.pkg |
Resource Type | ValueSet |
Id | mi-document-type |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=ca.on.mi.pkg@0.9.0-beta-4-testing&canonical=http://ontariohealth.ca/fhir/ValueSet/mi-document-type |
URL | http://ontariohealth.ca/fhir/ValueSet/mi-document-type |
Version | 0.9.0 |
Status | active |
Date | 2024-04-19T02:20:56.4940505+00:00 |
Name | DocumentType |
Title | Medical Imaging Document Type |
Realm | ca |
Description | The following list enumerates MI Document Types. The LOINC code 55115-0, displayed as "Requested imaging studies information Document" signifies an "order". The LOINC code 18726-0, displayed as "Radiology studies" corresponds to the "image manifest". While the LOINC code 18748-4, displayed as "Diagnostic Imaging Study" designates a "report". |
Resources that use this resource
Resources that this resource uses
CodeSystem |
loinc.org | Logical Observation Identifiers, Names and Codes (LOINC) |
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"id": "mi-document-type",
"url": "http://ontariohealth.ca/fhir/ValueSet/mi-document-type",
"version": "0.9.0",
"name": "DocumentType",
"title": "Medical Imaging Document Type",
"status": "active",
"date": "2024-04-19T02:20:56.4940505+00:00",
"publisher": "Ontario Health",
"description": "The following list enumerates MI Document Types. The LOINC code 55115-0, displayed as \"Requested imaging studies information Document\" signifies an \"order\". The LOINC code 18726-0, displayed as \"Radiology studies\" corresponds to the \"image manifest\". While the LOINC code 18748-4, displayed as \"Diagnostic Imaging Study\" designates a \"report\".",
"immutable": false,
"compose": {
"include": [
{
"system": "http://loinc.org",
"concept": [
{
"code": "55115-0",
"display": "Requested imaging studies information Document"
},
{
"code": "18726-0",
"display": "Radiology studies (set)"
},
{
"code": "18748-4",
"display": "Diagnostic imaging study"
}
]
}
]
}
}