FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/media-mimetypes

Packagetw.gov.mohw.nhi.pas
TypeValueSet
Idmedia-mimetypes
FHIR VersionR4
Sourcehttps://nhicore.nhi.gov.tw/pas/https://build.fhir.org/ig/TWNHIFHIR/pas/ValueSet-media-mimetypes.html
URLhttps://nhicore.nhi.gov.tw/pas/ValueSet/media-mimetypes
Version1.0.6
Statusactive
Date2025-07-01
NameMediaMimeTypes
TitleHL7-非DICOM影像MimeType值集
Realmtw
Authoritynational
DescriptionHL7-非DICOM影像MimeType值集

Resources that use this resource

StructureDefinition
Media-twpas非DICOM影像-Media TWPAS

Resources that this resource uses

CodeSystem
urn:ietf:bcp:13urn:ietf:bcp:13

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet media-mimetypes

  • Include these codes as defined in urn:ietf:bcp:13
    CodeDisplay
    image/jpegimage/jpeg
    image/jpgimage/jpg
    image/bmpimage/bmp
    video/mpegvideo/mpeg
    video/mpgvideo/mpg
    video/mp4video/mp4

Source

{
  "resourceType": "ValueSet",
  "id": "media-mimetypes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://nhicore.nhi.gov.tw/pas/ValueSet/media-mimetypes",
  "version": "1.0.6",
  "name": "MediaMimeTypes",
  "title": "HL7-非DICOM影像MimeType值集",
  "status": "active",
  "experimental": false,
  "date": "2025-07-01",
  "publisher": "衛生福利部中央健康保險署",
  "contact": [
    {
      "name": "衛生福利部中央健康保險署",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nhi.gov.tw"
        }
      ]
    }
  ],
  "description": "HL7-非DICOM影像MimeType值集",
  "compose": {
    "include": [
      {
        "system": "urn:ietf:bcp:13",
        "concept": [
          {
            "code": "image/jpeg"
          },
          {
            "code": "image/jpg"
          },
          {
            "code": "image/bmp"
          },
          {
            "code": "video/mpeg"
          },
          {
            "code": "video/mpg"
          },
          {
            "code": "video/mp4"
          }
        ]
      }
    ]
  }
}