PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.examples@5.0.0-snapshot2
    http://hl7.org/fhir/response-code
{
  "description": "The kind of response to a message.",
  "_filename": "codesystem-response-code.json",
  "package_name": "hl7.fhir.r5.examples",
  "date": "2021-01-05T10:01:24+11:00",
  "meta": {
    "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated": "2022-07-18T15:56:19.712+11:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "content": "complete",
  "name": "ResponseType",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "ResponseType",
  "package_version": "5.0.0-snapshot2",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "inm"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 4
  } ],
  "status": "draft",
  "id": "d20b253f-b367-4312-bcc1-2d0ee975711c",
  "valueSet": "http://hl7.org/fhir/ValueSet/response-code",
  "kind": null,
  "url": "http://hl7.org/fhir/response-code",
  "identifier": [ {
    "value": "urn:oid:2.16.840.1.113883.4.642.1.381",
    "system": "urn:ietf:rfc:3986"
  } ],
  "concept": [ {
    "code": "ok",
    "display": "OK",
    "definition": "The message was accepted and processed without error."
  }, {
    "code": "transient-error",
    "display": "Transient Error",
    "definition": "Some internal unexpected error occurred - wait and try again. Note - this is usually used for things like database unavailable, which may be expected to resolve, though human intervention may be required."
  }, {
    "code": "fatal-error",
    "display": "Fatal Error",
    "definition": "The message was rejected because of a problem with the content. There is no point in re-sending without change. The response narrative SHALL describe the issue."
  } ],
  "caseSensitive": true,
  "version": "4.6.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}