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

FHIR IG Statistics: ValueSet/document-entry-mimetype

Packagefhir.nw-gmsa.nhs.uk
TypeValueSet
Iddocument-entry-mimetype
FHIR VersionR4
Sourcehttps://fhir.nw-gmsa.nhs.uk/https://build.fhir.org/ig/nw-gmsa/LTW-Genomics/ValueSet-document-entry-mimetype.html
URLhttps://fhir.nw-gmsa.nhs.uk/ValueSet/document-entry-mimetype
Version0.0.1
Statusdraft
Date2025-04-27T04:35:38+00:00
NameDocumentEntryMimeType
TitleDocumentEntry mimeType
Realmus
Authorityhl7
Description- [Switzerland DocumentEntry.mimeType](https://fhir.ch/ig/ch-term/3.1.0/ValueSet-DocumentEntry.mimeType.html)

Resources that use this resource

StructureDefinition
BinaryBinary
NWAttachmentAttachment

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 document-entry-mimetype

  • Include these codes as defined in urn:ietf:bcp:13
    CodeDisplay
    application/pdfPDF
    application/dicomDICOM
    application/fhir+jsonFHIR (JSON)
    application/fhir+xmlFHIR (XML)
    image/jpegJPEG Image
    image/pngPNG Portable Network Graphics

Source

{
  "resourceType": "ValueSet",
  "id": "document-entry-mimetype",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.nw-gmsa.nhs.uk/ValueSet/document-entry-mimetype",
  "version": "0.0.1",
  "name": "DocumentEntryMimeType",
  "title": "DocumentEntry mimeType",
  "status": "draft",
  "experimental": false,
  "date": "2025-04-27T04:35:38+00:00",
  "publisher": "NHS North West GMSA",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nw-gmsa.nhs.uk/contact-us"
        }
      ]
    }
  ],
  "description": "- [Switzerland DocumentEntry.mimeType](https://fhir.ch/ig/ch-term/3.1.0/ValueSet-DocumentEntry.mimeType.html)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "GB",
          "display": "United Kingdom of Great Britain and Northern Ireland"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "urn:ietf:bcp:13",
        "concept": [
          {
            "code": "application/pdf",
            "display": "PDF"
          },
          {
            "code": "application/dicom",
            "display": "DICOM"
          },
          {
            "code": "application/fhir+json",
            "display": "FHIR (JSON)"
          },
          {
            "code": "application/fhir+xml",
            "display": "FHIR (XML)"
          },
          {
            "code": "image/jpeg",
            "display": "JPEG Image"
          },
          {
            "code": "image/png",
            "display": "PNG Portable Network Graphics"
          }
        ]
      }
    ]
  }
}