This page is part of the Subscriptions R5 Backport (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "CodeSystem",
"id" : "backport-notification-url-location-code-system",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/uv/subscriptions-backport/CodeSystem/backport-notification-url-location-code-system defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">none<a name=\"backport-notification-url-location-code-system-none\"> </a></td><td>none</td><td>URLs should NOT be included in notifications.</td></tr><tr><td style=\"white-space:nowrap\">full-url<a name=\"backport-notification-url-location-code-system-full-url\"> </a></td><td>full-url</td><td>URLs should be placed in Bundle.entry.fullUrl.</td></tr><tr><td style=\"white-space:nowrap\">request-response<a name=\"backport-notification-url-location-code-system-request-response\"> </a></td><td>request-response</td><td>URLs should be placed in Bundle.entry.request and/or Bundle.entry.response.</td></tr><tr><td style=\"white-space:nowrap\">all<a name=\"backport-notification-url-location-code-system-all\"> </a></td><td>all</td><td>URLs should be placed in all available locations.</td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/uv/subscriptions-backport/CodeSystem/backport-notification-url-location-code-system",
"version" : "0.1.0",
"name" : "BackportNotificationUrlLocationCodeSystem",
"title" : "Backported R5 Subscription Notification URL Location Code System",
"status" : "active",
"date" : "2020-12-16T17:37:01+00:00",
"publisher" : "HL7 FHIR Infrastructure WG",
"contact" : [
{
"name" : "HL7 FHIR Infrastructure WG",
"telecom" : [
{
"system" : "url",
"value" : "https://hl7.org/Special/committees/fiwg/index.cfm"
}
]
},
{
"name" : "Gino Canessa",
"telecom" : [
{
"system" : "email",
"value" : "mailto:gino.canessa@microsoft.com"
}
]
},
{
"name" : "Eric Haas",
"telecom" : [
{
"system" : "email",
"value" : "mailto:ehaas@healthedatainc.com"
}
]
}
],
"description" : "Codes to represent the location in Bundle.entry where URLs for resources should be located.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"content" : "complete",
"count" : 4,
"concept" : [
{
"code" : "none",
"display" : "none",
"definition" : "URLs should NOT be included in notifications."
},
{
"code" : "full-url",
"display" : "full-url",
"definition" : "URLs should be placed in Bundle.entry.fullUrl."
},
{
"code" : "request-response",
"display" : "request-response",
"definition" : "URLs should be placed in Bundle.entry.request and/or Bundle.entry.response."
},
{
"code" : "all",
"display" : "all",
"definition" : "URLs should be placed in all available locations."
}
]
}