This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Message-transport.xml

Definition for Value SetMessageTransport

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><h2>MessageTransport</h2><p>The protocol used for message transport</p><p>This value set defines its own terms in the system http://hl7.org/fhir/message-transport</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>http<a name=\"http\"> </a></td><td/><td>The application sends or receives messages using HTTP POST (may be over http or https).</td></tr><tr><td>ftp<a name=\"ftp\"> </a></td><td/><td>The application sends or receives messages using File Transfer Protocol.</td></tr><tr><td>mllp<a name=\"mllp\"> </a></td><td/><td>The application sends or receivers messages using HL7's Minimal Lower Level Protocol.</td></tr></table></div>"
  },
  "identifier": "http://hl7.org/fhir/vs/message-transport",
  "name": "MessageTransport",
  "publisher": "HL7 (FHIR Project)",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org/fhir"
    },
    {
      "system": "email",
      "value": "fhir@lists.hl7.org"
    }
  ],
  "description": "The protocol used for message transport",
  "status": "draft",
  "date": "2014-09-30T18:09:16.977+10:00",
  "define": {
    "system": "http://hl7.org/fhir/message-transport",
    "caseSensitive": true,
    "concept": [
      {
        "code": "http",
        "definition": "The application sends or receives messages using HTTP POST (may be over http or https)."
      },
      {
        "code": "ftp",
        "definition": "The application sends or receives messages using File Transfer Protocol."
      },
      {
        "code": "mllp",
        "definition": "The application sends or receivers messages using HL7's Minimal Lower Level Protocol."
      }
    ]
  }
}