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

FHIR IG analytics

Packageontariomicdrfhirimplementationguide-0.10.00
Resource TypeValueSet
IdValueSet-mi-document-type.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
          }
        ]
      }
    ]
  }
}