Tiro.health Implementation Guide
0.1.0 - ci-build
Tiro.health Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Draft as of 2026-04-30 |
{
"resourceType" : "ValueSet",
"id" : "narrative-alternative-format-mime-types",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet narrative-alternative-format-mime-types</b></p><a name=\"narrative-alternative-format-mime-types\"> </a><a name=\"hcnarrative-alternative-format-mime-types\"> </a><ul><li>Include these codes as defined in <code>urn:ietf:bcp:13</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>text/rtf</td><td>RTF</td></tr><tr><td>text/plain</td><td>Plain Text</td></tr></table></li></ul></div>"
},
"url" : "http://fhir.tiro.health/ValueSet/narrative-alternative-format-mime-types",
"version" : "0.1.0",
"name" : "NarrativeAlternativeFormatMimeTypes",
"title" : "Narrative Alternative Format MIME Types",
"status" : "draft",
"experimental" : false,
"date" : "2026-04-30T09:19:32+00:00",
"publisher" : "Tiro.health",
"contact" : [
{
"name" : "Tiro.health",
"telecom" : [
{
"system" : "url",
"value" : "http://tiro.health"
}
]
}
],
"description" : "MIME types supported for narrative alternative formats",
"compose" : {
"include" : [
{
"system" : "urn:ietf:bcp:13",
"concept" : [
{
"code" : "text/rtf",
"display" : "RTF"
},
{
"code" : "text/plain",
"display" : "Plain Text"
}
]
}
]
}
}