| URL | http://hl7.org/fhir/3.0/StructureDefinition/extension-Endpoint.payloadMimeType |
| Version | |
| Status | active |
| Description | Cross-Version Extension for Endpoint.payloadMimeType. Valid in versions R2, R5 This is a valid cross-version extension because it's counted as a new element |
Context of Use
This extension may be used in the following contexts:
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() | 0..* | Extension | Mimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this) | |
![]() ![]() | ..0 | |||
![]() ![]() | 1.. | code | Binding: todo (required): The mime type of an attachment. Any valid mime type is allowed. | |
![]() ![]() | "http://hl7.org/fhir/3.0/StructureDefinition/extension-Endpoint.payloadMimeType" | |||
Documentation for this format | ||||
{
"resourceType" : "StructureDefinition",
"id" : "xv-r3-enp.payloadMimeType",
"url" : "http://hl7.org/fhir/3.0/StructureDefinition/extension-Endpoint.payloadMimeType",
"name" : "XVerExtensionEndpoint.payloadMimeTypeR3",
"title" : "Cross-Version Extension for Endpoint.payloadMimeType in R3",
"status" : "active",
"experimental" : false,
"publisher" : "Health Level Seven International (Patient Administration)",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://hl7.org/fhir"
}]
},
{
"telecom" : [{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/pafm/index.cfm"
}]
}],
"description" : "Cross-Version Extension for Endpoint.payloadMimeType. Valid in versions R2, R5\r\n\r\nThis is a valid cross-version extension because it's counted as a new element",
"jurisdiction" : [{
"coding" : [{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}]
}],
"fhirVersion" : "5.0.0",
"kind" : "complex-type",
"abstract" : false,
"context" : [{
"extension" : [{
"extension" : [{
"url" : "startFhirVersion",
"valueCode" : "5.0"
},
{
"url" : "endFhirVersion",
"valueCode" : "5.0"
}],
"url" : "http://hl7.org/fhir/StructureDefinition/version-specific-use"
}],
"type" : "element",
"expression" : "Endpoint"
},
{
"type" : "extension",
"expression" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-Endpoint"
},
{
"extension" : [{
"extension" : [{
"url" : "startFhirVersion",
"valueCode" : "1.0"
},
{
"url" : "endFhirVersion",
"valueCode" : "1.0"
}],
"url" : "http://hl7.org/fhir/StructureDefinition/version-specific-use"
}],
"type" : "element",
"expression" : "Basic"
}],
"type" : "Extension",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation" : "constraint",
"differential" : {
"element" : [{
"path" : "Extension",
"short" : "Mimetype to send. If not specified, the content could be anything (including no payload, if the connectionType defined this)",
"definition" : "The mime type to send the payload in - e.g. application/fhir+xml, application/fhir+json. If the mime type is not specified, then the sender could send any content (including no content depending on the connectionType).",
"comment" : "Sending the payload has obvious security consequences. The server is responsible for ensuring that the content is appropriately secured.",
"min" : 0,
"max" : "*",
"isModifier" : false,
"mapping" : [{
"identity" : "rim",
"map" : "n/a"
}]
},
{
"path" : "Extension.extension",
"max" : "0"
},
{
"path" : "Extension.value[x]",
"min" : 1,
"type" : [{
"code" : "code"
}],
"binding" : {
"strength" : "required",
"description" : "The mime type of an attachment. Any valid mime type is allowed.",
"valueSet" : "http://hl7.org/fhir/ValueSet/mimetypes"
}
},
{
"path" : "Extension.url",
"fixedUri" : "http://hl7.org/fhir/3.0/StructureDefinition/extension-Endpoint.payloadMimeType"
}]
}
}