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

FHIR IG Statistics: ValueSet/MedCom-ihe-core-mimetype-VS

Packagemedcom.fhir.dk.xdsmetadata
TypeValueSet
IdMedCom-ihe-core-mimetype-VS
FHIR VersionR4
Sourcehttp://medcomfhir.dk/ig/xdsmetadata/https://build.fhir.org/ig/medcomdk/dk-medcom-xds-metadata/ValueSet-MedCom-ihe-core-mimetype-VS.html
URLhttp://medcomfhir.dk/ig/xdsmetadata/ValueSet/MedCom-ihe-core-mimetype-VS
Version1.0.1
Statusactive
Date2015-01-04
NameMedComIHE_CoreMimeType
TitleIHE MimeType
Realmdk
DescriptionValues for the document metadata attribute mimeType

Resources that use this resource

StructureDefinition
medcom-documentreferenceMedComDocumentReference
medcom-core-documentreferenceMedComCoreDocumentReference

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet MedCom-ihe-core-mimetype-VS

  • Include these codes as defined in urn:oid:2.16.840.1.113883.5.79
    CodeDisplay
    text/xmlMimeType-text/xml
    application/fhir+jsonMimeType-application/fhir+json
    application/fhir+xmlMimeType-application/fhir+xml

Source

{
  "resourceType": "ValueSet",
  "id": "MedCom-ihe-core-mimetype-VS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medcomfhir.dk/ig/xdsmetadata/ValueSet/MedCom-ihe-core-mimetype-VS",
  "version": "1.0.1",
  "name": "MedComIHE_CoreMimeType",
  "title": "IHE MimeType",
  "status": "active",
  "experimental": true,
  "date": "2015-01-04",
  "publisher": "MedCom",
  "contact": [
    {
      "name": "MedCom",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.medcom.dk"
        }
      ]
    }
  ],
  "description": "Values for the document metadata attribute mimeType",
  "compose": {
    "include": [
      {
        "system": "urn:oid:2.16.840.1.113883.5.79",
        "concept": [
          {
            "code": "text/xml",
            "display": "MimeType-text/xml"
          },
          {
            "code": "application/fhir+json",
            "display": "MimeType-application/fhir+json"
          },
          {
            "code": "application/fhir+xml",
            "display": "MimeType-application/fhir+xml"
          }
        ]
      }
    ]
  }
}