@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 -------------------------------------------------------------------

<http://hl7.org/fhir/4.3/CodeSystem/assert-response-code-types> 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      \n      \n            <h2>AssertionResponseTypes</h2>\n      \n      \n            <div>\n        \n        \n              <p>The type of response code to use for assertion.</p>\n\n      \n      \n            </div>\n      \n      \n            <p>This code system http://hl7.org/fhir/assert-response-code-types defines the following codes:</p>\n      \n      \n            <table class=\"codes\">\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">\n            \n            \n                  <b>Code</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Display</b>\n          \n          \n                </td>\n          \n          \n                <td>\n            \n            \n                  <b>Definition</b>\n          \n          \n                </td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">okay\n            \n            \n                  <a name=\"assert-response-code-types-okay\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>okay</td>\n          \n          \n                <td>Response code is 200.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">created\n            \n            \n                  <a name=\"assert-response-code-types-created\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>created</td>\n          \n          \n                <td>Response code is 201.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">noContent\n            \n            \n                  <a name=\"assert-response-code-types-noContent\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>noContent</td>\n          \n          \n                <td>Response code is 204.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">notModified\n            \n            \n                  <a name=\"assert-response-code-types-notModified\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>notModified</td>\n          \n          \n                <td>Response code is 304.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">bad\n            \n            \n                  <a name=\"assert-response-code-types-bad\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>bad</td>\n          \n          \n                <td>Response code is 400.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">forbidden\n            \n            \n                  <a name=\"assert-response-code-types-forbidden\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>forbidden</td>\n          \n          \n                <td>Response code is 403.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">notFound\n            \n            \n                  <a name=\"assert-response-code-types-notFound\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>notFound</td>\n          \n          \n                <td>Response code is 404.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">methodNotAllowed\n            \n            \n                  <a name=\"assert-response-code-types-methodNotAllowed\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>methodNotAllowed</td>\n          \n          \n                <td>Response code is 405.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">conflict\n            \n            \n                  <a name=\"assert-response-code-types-conflict\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>conflict</td>\n          \n          \n                <td>Response code is 409.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">gone\n            \n            \n                  <a name=\"assert-response-code-types-gone\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>gone</td>\n          \n          \n                <td>Response code is 410.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">preconditionFailed\n            \n            \n                  <a name=\"assert-response-code-types-preconditionFailed\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>preconditionFailed</td>\n          \n          \n                <td>Response code is 412.</td>\n        \n        \n              </tr>\n        \n        \n              <tr>\n          \n          \n                <td style=\"white-space:nowrap\">unprocessable\n            \n            \n                  <a name=\"assert-response-code-types-unprocessable\"> </a>\n          \n          \n                </td>\n          \n          \n                <td>unprocessable</td>\n          \n          \n                <td>Response code is 422.</td>\n        \n        \n              </tr>\n      \n      \n            </table>\n    \n    \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 "trial-use"
     ]
  ] [
     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-r4b.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 "4.3.0"] ; # 
  fhir:name [ fhir:v "AssertionResponseTypes"] ; # 
  fhir:title [ fhir:v "AssertionResponseTypes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2021-01-17T06:06:13+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 "okay" ] ;
     fhir:display [ fhir:v "okay" ] ;
     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 "noContent" ] ;
     fhir:display [ fhir:v "noContent" ] ;
     fhir:definition [ fhir:v "Response code is 204." ]
  ] [
     fhir:code [ fhir:v "notModified" ] ;
     fhir:display [ fhir:v "notModified" ] ;
     fhir:definition [ fhir:v "Response code is 304." ]
  ] [
     fhir:code [ fhir:v "bad" ] ;
     fhir:display [ fhir:v "bad" ] ;
     fhir:definition [ fhir:v "Response code is 400." ]
  ] [
     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 "notFound" ] ;
     fhir:definition [ fhir:v "Response code is 404." ]
  ] [
     fhir:code [ fhir:v "methodNotAllowed" ] ;
     fhir:display [ fhir:v "methodNotAllowed" ] ;
     fhir:definition [ fhir:v "Response code is 405." ]
  ] [
     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 "preconditionFailed" ] ;
     fhir:display [ fhir:v "preconditionFailed" ] ;
     fhir:definition [ fhir:v "Response code is 412." ]
  ] [
     fhir:code [ fhir:v "unprocessable" ] ;
     fhir:display [ fhir:v "unprocessable" ] ;
     fhir:definition [ fhir:v "Response code is 422." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

