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

FHIR IG analytics

Packageil.hdp.fhir.r4
Resource TypeValueSet
IdValueSet-il-hdp-doc-mime-types.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=il.hdp.fhir.r4@0.4.2&canonical=http://hdp.fhir.health.gov.il/ValueSet/il-hdp-doc-mime-types
URLhttp://hdp.fhir.health.gov.il/ValueSet/il-hdp-doc-mime-types
Version0.4.2
Statusactive
Date2026-03-18
NameILHDPDocMimeTypes
TitleILHDP Document MIME Types
DescriptionAllowed document MIME types (IANA BCP13) for general docs, Microsoft Office, OpenDocument, rich text, and CDA

Resources that use this resource

StructureDefinition
il.hdp.fhir.r4#0.4.2il-hdp-document-referenceILHDP DocumentReference Profile

Resources that this resource uses

CodeSystem
his.lw#1.0.2urn:ietf:bcp:13MimeTypes

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "ILHDPDocMimeTypes",
  "id": "il-hdp-doc-mime-types",
  "title": "ILHDP Document MIME Types",
  "description": "Allowed document MIME types (IANA BCP13) for general docs, Microsoft Office, OpenDocument, \r\nrich text, and CDA",
  "url": "http://hdp.fhir.health.gov.il/ValueSet/il-hdp-doc-mime-types",
  "experimental": false,
  "version": "0.4.2",
  "publisher": "Israel Core Team",
  "date": "2026-03-18",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "contact@example.org"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "urn:ietf:bcp:13",
        "concept": [
          {
            "code": "application/pdf",
            "display": "PDF document"
          },
          {
            "code": "text/plain",
            "display": "Plain text"
          },
          {
            "code": "text/html",
            "display": "HTML document"
          },
          {
            "code": "application/xhtml+xml",
            "display": "XHTML document"
          },
          {
            "code": "application/xml",
            "display": "XML document"
          },
          {
            "code": "text/xml",
            "display": "XML text"
          },
          {
            "code": "application/msword",
            "display": "Microsoft Word (.doc)"
          },
          {
            "code": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
            "display": "Microsoft Word (.docx)"
          },
          {
            "code": "application/vnd.ms-excel",
            "display": "Microsoft Excel (.xls)"
          },
          {
            "code": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
            "display": "Microsoft Excel (.xlsx)"
          },
          {
            "code": "application/vnd.ms-powerpoint",
            "display": "Microsoft PowerPoint (.ppt)"
          },
          {
            "code": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
            "display": "Microsoft PowerPoint (.pptx)"
          },
          {
            "code": "application/vnd.ms-xpsdocument",
            "display": "Microsoft XPS document"
          },
          {
            "code": "application/vnd.oasis.opendocument.text",
            "display": "OpenDocument Text (.odt)"
          },
          {
            "code": "application/vnd.oasis.opendocument.spreadsheet",
            "display": "OpenDocument Spreadsheet (.ods)"
          },
          {
            "code": "application/vnd.oasis.opendocument.presentation",
            "display": "OpenDocument Presentation (.odp)"
          },
          {
            "code": "application/rtf",
            "display": "Rich Text Format"
          },
          {
            "code": "text/markdown",
            "display": "Markdown text"
          },
          {
            "code": "text/csv",
            "display": "Comma-separated values"
          },
          {
            "code": "text/rtf",
            "display": "RTF text"
          },
          {
            "code": "application/cda+xml",
            "display": "HL7 Clinical Document Architecture (CDA) XML"
          }
        ]
      }
    ]
  }
}