ESMD FHIR Implementation Guide
1.0.0 - esmd
ESMD FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2024-04-16 |
{
"resourceType" : "CodeSystem",
"id" : "Esmd-CS-MimeTypes",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem Esmd-CS-MimeTypes</b></p><a name=\"Esmd-CS-MimeTypes\"> </a><a name=\"hcEsmd-CS-MimeTypes\"> </a><a name=\"Esmd-CS-MimeTypes-en-US\"> </a><p>This case-sensitive code system <code>https://terminology.esmduat.cms.gov:8099/fhir/CodeSystem/Esmd-CS-MimeTypes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">application/pdf<a name=\"Esmd-CS-MimeTypes-application.47pdf\"> </a></td><td>PDF</td></tr><tr><td style=\"white-space:nowrap\">application/xml<a name=\"Esmd-CS-MimeTypes-application.47xml\"> </a></td><td>PDF</td></tr><tr><td style=\"white-space:nowrap\">application/json<a name=\"Esmd-CS-MimeTypes-application.47json\"> </a></td><td>JSON</td></tr></table></div>"
},
"url" : "https://terminology.esmduat.cms.gov:8099/fhir/CodeSystem/Esmd-CS-MimeTypes",
"version" : "1.0.0",
"name" : "EsmdCSMimeTypes",
"title" : "Mime Types",
"status" : "active",
"experimental" : false,
"date" : "2024-04-16T10:59:15-05:00",
"publisher" : "CMS FHIR esMD",
"contact" : [
{
"name" : "CMS FHIR esMD",
"telecom" : [
{
"system" : "url",
"value" : "https://www.cms.gov/data-research/computer-data-systems/esmd"
},
{
"system" : "email",
"value" : "esmd_support@cms.hhs.gov"
}
]
}
],
"description" : "Esmd-CS-MimeTypes is a custom esMD FHIR code system resource that contains the list of all Multipurpose Internet Mail Extension (MIME) type codes and related descriptions that are used to identify the format of a base64-encoded binary document which is attached to a transaction that is processed by esMD.",
"caseSensitive" : true,
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "application/pdf",
"display" : "PDF"
},
{
"code" : "application/xml",
"display" : "PDF"
},
{
"code" : "application/json",
"display" : "JSON"
}
]
}