FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Assertion Response Types - TTL Representation

Page standards status: Informative Maturity Level: 2

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "assert-response-code-types"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/assert-response-code-types</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">continue\n                  <a name=\"assert-response-code-types-continue\"> </a>\n                </td>\n                <td>Continue</td>\n                <td>Response code is 100.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">switchingProtocols\n                  <a name=\"assert-response-code-types-switchingProtocols\"> </a>\n                </td>\n                <td>Switching Protocols</td>\n                <td>Response code is 101.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">okay\n                  <a name=\"assert-response-code-types-okay\"> </a>\n                </td>\n                <td>OK</td>\n                <td>Response code is 200.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">created\n                  <a name=\"assert-response-code-types-created\"> </a>\n                </td>\n                <td>Created</td>\n                <td>Response code is 201.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">accepted\n                  <a name=\"assert-response-code-types-accepted\"> </a>\n                </td>\n                <td>Accepted</td>\n                <td>Response code is 202.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">nonAuthoritativeInformation\n                  <a name=\"assert-response-code-types-nonAuthoritativeInformation\"> </a>\n                </td>\n                <td>Non-Authoritative Information</td>\n                <td>Response code is 203.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">noContent\n                  <a name=\"assert-response-code-types-noContent\"> </a>\n                </td>\n                <td>No Content</td>\n                <td>Response code is 204.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">resetContent\n                  <a name=\"assert-response-code-types-resetContent\"> </a>\n                </td>\n                <td>Reset Content</td>\n                <td>Response code is 205.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">partialContent\n                  <a name=\"assert-response-code-types-partialContent\"> </a>\n                </td>\n                <td>Partial Content</td>\n                <td>Response code is 206.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">multipleChoices\n                  <a name=\"assert-response-code-types-multipleChoices\"> </a>\n                </td>\n                <td>Multiple Choices</td>\n                <td>Response code is 300.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">movedPermanently\n                  <a name=\"assert-response-code-types-movedPermanently\"> </a>\n                </td>\n                <td>Moved Permanently</td>\n                <td>Response code is 301.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">found\n                  <a name=\"assert-response-code-types-found\"> </a>\n                </td>\n                <td>Found</td>\n                <td>Response code is 302.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">seeOther\n                  <a name=\"assert-response-code-types-seeOther\"> </a>\n                </td>\n                <td>See Other</td>\n                <td>Response code is 303.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">notModified\n                  <a name=\"assert-response-code-types-notModified\"> </a>\n                </td>\n                <td>Not Modified</td>\n                <td>Response code is 304.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">useProxy\n                  <a name=\"assert-response-code-types-useProxy\"> </a>\n                </td>\n                <td>Use Proxy</td>\n                <td>Response code is 305.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">temporaryRedirect\n                  <a name=\"assert-response-code-types-temporaryRedirect\"> </a>\n                </td>\n                <td>Temporary Redirect</td>\n                <td>Response code is 307.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">permanentRedirect\n                  <a name=\"assert-response-code-types-permanentRedirect\"> </a>\n                </td>\n                <td>Permanent Redirect</td>\n                <td>Response code is 308.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">badRequest\n                  <a name=\"assert-response-code-types-badRequest\"> </a>\n                </td>\n                <td>Bad Request</td>\n                <td>Response code is 400.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">unauthorized\n                  <a name=\"assert-response-code-types-unauthorized\"> </a>\n                </td>\n                <td>Unauthorized</td>\n                <td>Response code is 401.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">paymentRequired\n                  <a name=\"assert-response-code-types-paymentRequired\"> </a>\n                </td>\n                <td>Payment Required</td>\n                <td>Response code is 402.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">forbidden\n                  <a name=\"assert-response-code-types-forbidden\"> </a>\n                </td>\n                <td>Forbidden</td>\n                <td>Response code is 403.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">notFound\n                  <a name=\"assert-response-code-types-notFound\"> </a>\n                </td>\n                <td>Not Found</td>\n                <td>Response code is 404.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">methodNotAllowed\n                  <a name=\"assert-response-code-types-methodNotAllowed\"> </a>\n                </td>\n                <td>Method Not Allowed</td>\n                <td>Response code is 405.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">notAcceptable\n                  <a name=\"assert-response-code-types-notAcceptable\"> </a>\n                </td>\n                <td>Not Acceptable</td>\n                <td>Response code is 406.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">proxyAuthenticationRequired\n                  <a name=\"assert-response-code-types-proxyAuthenticationRequired\"> </a>\n                </td>\n                <td>Proxy Authentication Required</td>\n                <td>Response code is 407.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">requestTimeout\n                  <a name=\"assert-response-code-types-requestTimeout\"> </a>\n                </td>\n                <td>Request Timeout</td>\n                <td>Response code is 408.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">conflict\n                  <a name=\"assert-response-code-types-conflict\"> </a>\n                </td>\n                <td>Conflict</td>\n                <td>Response code is 409.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">gone\n                  <a name=\"assert-response-code-types-gone\"> </a>\n                </td>\n                <td>Gone</td>\n                <td>Response code is 410.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">lengthRequired\n                  <a name=\"assert-response-code-types-lengthRequired\"> </a>\n                </td>\n                <td>Length Required</td>\n                <td>Response code is 411.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">preconditionFailed\n                  <a name=\"assert-response-code-types-preconditionFailed\"> </a>\n                </td>\n                <td>Precondition Failed</td>\n                <td>Response code is 412.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">contentTooLarge\n                  <a name=\"assert-response-code-types-contentTooLarge\"> </a>\n                </td>\n                <td>Content Too Large</td>\n                <td>Response code is 413.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">uriTooLong\n                  <a name=\"assert-response-code-types-uriTooLong\"> </a>\n                </td>\n                <td>URI Too Long</td>\n                <td>Response code is 414.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">unsupportedMediaType\n                  <a name=\"assert-response-code-types-unsupportedMediaType\"> </a>\n                </td>\n                <td>Unsupported Media Type</td>\n                <td>Response code is 415.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">rangeNotSatisfiable\n                  <a name=\"assert-response-code-types-rangeNotSatisfiable\"> </a>\n                </td>\n                <td>Range Not Satisfiable</td>\n                <td>Response code is 416.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">expectationFailed\n                  <a name=\"assert-response-code-types-expectationFailed\"> </a>\n                </td>\n                <td>Expectation Failed</td>\n                <td>Response code is 417.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">misdirectedRequest\n                  <a name=\"assert-response-code-types-misdirectedRequest\"> </a>\n                </td>\n                <td>Misdirected Request</td>\n                <td>Response code is 421.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">unprocessableContent\n                  <a name=\"assert-response-code-types-unprocessableContent\"> </a>\n                </td>\n                <td>Unprocessable Content</td>\n                <td>Response code is 422.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">upgradeRequired\n                  <a name=\"assert-response-code-types-upgradeRequired\"> </a>\n                </td>\n                <td>Upgrade Required</td>\n                <td>Response code is 426.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">internalServerError\n                  <a name=\"assert-response-code-types-internalServerError\"> </a>\n                </td>\n                <td>Internal Server Error</td>\n                <td>Response code is 500.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">notImplemented\n                  <a name=\"assert-response-code-types-notImplemented\"> </a>\n                </td>\n                <td>Not Implemented</td>\n                <td>Response code is 501.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">badGateway\n                  <a name=\"assert-response-code-types-badGateway\"> </a>\n                </td>\n                <td>Bad Gateway</td>\n                <td>Response code is 502.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">serviceUnavailable\n                  <a name=\"assert-response-code-types-serviceUnavailable\"> </a>\n                </td>\n                <td>Service Unavailable</td>\n                <td>Response code is 503.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">gatewayTimeout\n                  <a name=\"assert-response-code-types-gatewayTimeout\"> </a>\n                </td>\n                <td>Gateway Timeout</td>\n                <td>Response code is 504.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">httpVersionNotSupported\n                  <a name=\"assert-response-code-types-httpVersionNotSupported\"> </a>\n                </td>\n                <td>HTTP Version Not Supported</td>\n                <td>Response code is 505.</td>\n              </tr>\n            </table>\n          </div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "informative"     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 2     ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r5.r4"       ]     ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2"       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "fhir"     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/assert-response-code-types"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "AssertionResponseTypes"] ; # 
  fhir:title [ fhir:v "Assertion Response Types"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2021-01-05T09:01:24+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "FHIR Infrastructure"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "FHIR Infrastructure" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of response code to use for assertion."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/assert-response-code-types|4.0.1"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/assert-response-code-types|4.0.1>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "continue" ] ;
fhir:display [ fhir:v "Continue" ] ;
fhir:definition [ fhir:v "Response code is 100." ]
  ] [
fhir:code [ fhir:v "switchingProtocols" ] ;
fhir:display [ fhir:v "Switching Protocols" ] ;
fhir:definition [ fhir:v "Response code is 101." ]
  ] [
fhir:code [ fhir:v "okay" ] ;
fhir:display [ fhir:v "OK" ] ;
fhir:definition [ fhir:v "Response code is 200." ]
  ] [
fhir:code [ fhir:v "created" ] ;
fhir:display [ fhir:v "Created" ] ;
fhir:definition [ fhir:v "Response code is 201." ]
  ] [
fhir:code [ fhir:v "accepted" ] ;
fhir:display [ fhir:v "Accepted" ] ;
fhir:definition [ fhir:v "Response code is 202." ]
  ] [
fhir:code [ fhir:v "nonAuthoritativeInformation" ] ;
fhir:display [ fhir:v "Non-Authoritative Information" ] ;
fhir:definition [ fhir:v "Response code is 203." ]
  ] [
fhir:code [ fhir:v "noContent" ] ;
fhir:display [ fhir:v "No Content" ] ;
fhir:definition [ fhir:v "Response code is 204." ]
  ] [
fhir:code [ fhir:v "resetContent" ] ;
fhir:display [ fhir:v "Reset Content" ] ;
fhir:definition [ fhir:v "Response code is 205." ]
  ] [
fhir:code [ fhir:v "partialContent" ] ;
fhir:display [ fhir:v "Partial Content" ] ;
fhir:definition [ fhir:v "Response code is 206." ]
  ] [
fhir:code [ fhir:v "multipleChoices" ] ;
fhir:display [ fhir:v "Multiple Choices" ] ;
fhir:definition [ fhir:v "Response code is 300." ]
  ] [
fhir:code [ fhir:v "movedPermanently" ] ;
fhir:display [ fhir:v "Moved Permanently" ] ;
fhir:definition [ fhir:v "Response code is 301." ]
  ] [
fhir:code [ fhir:v "found" ] ;
fhir:display [ fhir:v "Found" ] ;
fhir:definition [ fhir:v "Response code is 302." ]
  ] [
fhir:code [ fhir:v "seeOther" ] ;
fhir:display [ fhir:v "See Other" ] ;
fhir:definition [ fhir:v "Response code is 303." ]
  ] [
fhir:code [ fhir:v "notModified" ] ;
fhir:display [ fhir:v "Not Modified" ] ;
fhir:definition [ fhir:v "Response code is 304." ]
  ] [
fhir:code [ fhir:v "useProxy" ] ;
fhir:display [ fhir:v "Use Proxy" ] ;
fhir:definition [ fhir:v "Response code is 305." ]
  ] [
fhir:code [ fhir:v "temporaryRedirect" ] ;
fhir:display [ fhir:v "Temporary Redirect" ] ;
fhir:definition [ fhir:v "Response code is 307." ]
  ] [
fhir:code [ fhir:v "permanentRedirect" ] ;
fhir:display [ fhir:v "Permanent Redirect" ] ;
fhir:definition [ fhir:v "Response code is 308." ]
  ] [
fhir:code [ fhir:v "badRequest" ] ;
fhir:display [ fhir:v "Bad Request" ] ;
fhir:definition [ fhir:v "Response code is 400." ]
  ] [
fhir:code [ fhir:v "unauthorized" ] ;
fhir:display [ fhir:v "Unauthorized" ] ;
fhir:definition [ fhir:v "Response code is 401." ]
  ] [
fhir:code [ fhir:v "paymentRequired" ] ;
fhir:display [ fhir:v "Payment Required" ] ;
fhir:definition [ fhir:v "Response code is 402." ]
  ] [
fhir:code [ fhir:v "forbidden" ] ;
fhir:display [ fhir:v "Forbidden" ] ;
fhir:definition [ fhir:v "Response code is 403." ]
  ] [
fhir:code [ fhir:v "notFound" ] ;
fhir:display [ fhir:v "Not Found" ] ;
fhir:definition [ fhir:v "Response code is 404." ]
  ] [
fhir:code [ fhir:v "methodNotAllowed" ] ;
fhir:display [ fhir:v "Method Not Allowed" ] ;
fhir:definition [ fhir:v "Response code is 405." ]
  ] [
fhir:code [ fhir:v "notAcceptable" ] ;
fhir:display [ fhir:v "Not Acceptable" ] ;
fhir:definition [ fhir:v "Response code is 406." ]
  ] [
fhir:code [ fhir:v "proxyAuthenticationRequired" ] ;
fhir:display [ fhir:v "Proxy Authentication Required" ] ;
fhir:definition [ fhir:v "Response code is 407." ]
  ] [
fhir:code [ fhir:v "requestTimeout" ] ;
fhir:display [ fhir:v "Request Timeout" ] ;
fhir:definition [ fhir:v "Response code is 408." ]
  ] [
fhir:code [ fhir:v "conflict" ] ;
fhir:display [ fhir:v "Conflict" ] ;
fhir:definition [ fhir:v "Response code is 409." ]
  ] [
fhir:code [ fhir:v "gone" ] ;
fhir:display [ fhir:v "Gone" ] ;
fhir:definition [ fhir:v "Response code is 410." ]
  ] [
fhir:code [ fhir:v "lengthRequired" ] ;
fhir:display [ fhir:v "Length Required" ] ;
fhir:definition [ fhir:v "Response code is 411." ]
  ] [
fhir:code [ fhir:v "preconditionFailed" ] ;
fhir:display [ fhir:v "Precondition Failed" ] ;
fhir:definition [ fhir:v "Response code is 412." ]
  ] [
fhir:code [ fhir:v "contentTooLarge" ] ;
fhir:display [ fhir:v "Content Too Large" ] ;
fhir:definition [ fhir:v "Response code is 413." ]
  ] [
fhir:code [ fhir:v "uriTooLong" ] ;
fhir:display [ fhir:v "URI Too Long" ] ;
fhir:definition [ fhir:v "Response code is 414." ]
  ] [
fhir:code [ fhir:v "unsupportedMediaType" ] ;
fhir:display [ fhir:v "Unsupported Media Type" ] ;
fhir:definition [ fhir:v "Response code is 415." ]
  ] [
fhir:code [ fhir:v "rangeNotSatisfiable" ] ;
fhir:display [ fhir:v "Range Not Satisfiable" ] ;
fhir:definition [ fhir:v "Response code is 416." ]
  ] [
fhir:code [ fhir:v "expectationFailed" ] ;
fhir:display [ fhir:v "Expectation Failed" ] ;
fhir:definition [ fhir:v "Response code is 417." ]
  ] [
fhir:code [ fhir:v "misdirectedRequest" ] ;
fhir:display [ fhir:v "Misdirected Request" ] ;
fhir:definition [ fhir:v "Response code is 421." ]
  ] [
fhir:code [ fhir:v "unprocessableContent" ] ;
fhir:display [ fhir:v "Unprocessable Content" ] ;
fhir:definition [ fhir:v "Response code is 422." ]
  ] [
fhir:code [ fhir:v "upgradeRequired" ] ;
fhir:display [ fhir:v "Upgrade Required" ] ;
fhir:definition [ fhir:v "Response code is 426." ]
  ] [
fhir:code [ fhir:v "internalServerError" ] ;
fhir:display [ fhir:v "Internal Server Error" ] ;
fhir:definition [ fhir:v "Response code is 500." ]
  ] [
fhir:code [ fhir:v "notImplemented" ] ;
fhir:display [ fhir:v "Not Implemented" ] ;
fhir:definition [ fhir:v "Response code is 501." ]
  ] [
fhir:code [ fhir:v "badGateway" ] ;
fhir:display [ fhir:v "Bad Gateway" ] ;
fhir:definition [ fhir:v "Response code is 502." ]
  ] [
fhir:code [ fhir:v "serviceUnavailable" ] ;
fhir:display [ fhir:v "Service Unavailable" ] ;
fhir:definition [ fhir:v "Response code is 503." ]
  ] [
fhir:code [ fhir:v "gatewayTimeout" ] ;
fhir:display [ fhir:v "Gateway Timeout" ] ;
fhir:definition [ fhir:v "Response code is 504." ]
  ] [
fhir:code [ fhir:v "httpVersionNotSupported" ] ;
fhir:display [ fhir:v "HTTP Version Not Supported" ] ;
fhir:definition [ fhir:v "Response code is 505." ]
  ] ) . #