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

FHIR IG analytics

Packagehis.lw
Resource TypeCodeSystem
Idmimetypes.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "url": "urn:ietf:bcp:13",
  "name": "MimeTypes",
  "status": "active",
  "content": "fragment",
  "concept": [
    {
      "code": "text/plain",
      "display": "Text"
    },
    {
      "code": "text/html",
      "display": "HTML"
    },
    {
      "code": "application/pdf",
      "display": "PDF"
    }
  ]
}