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

FHIR IG Statistics: ValueSet/media-mimetypes

Packagetw.gov.mohw.twcore
Resource TypeValueSet
Idmedia-mimetypes
FHIR VersionR4
Sourcehttps://twcore.mohw.gov.tw/ig/twcore/https://build.fhir.org/ig/MOHW-TWCoreIG/cctwFHIRterm/ValueSet-media-mimetypes.html
URLhttps://twcore.mohw.gov.tw/ig/twcore/ValueSet/media-mimetypes
Version1.0.3
Statusactive
Date2024-12-06
NameMediaMimeTypes
TitleHL7-非DICOM影像MimeType值集
Realmtw
Authoritynational
DescriptionHL7-非DICOM影像MimeType值集

Resources that use this resource

No resources found


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://twcore.mohw.gov.tw/ig/twcore/ValueSet/media-mimetypes",
  "version": "1.0.3",
  "name": "MediaMimeTypes",
  "title": "HL7-非DICOM影像MimeType值集",
  "status": "active",
  "experimental": false,
  "date": "2024-12-06",
  "contact": [
    {
      "name": "衛生福利部",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.mohw.gov.tw/"
        },
        {
          "system": "email",
          "value": "CCYU@mohw.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"
          }
        ]
      }
    ]
  }
}