{ "description": "The kind of response to a message", "_filename": "codesystem-response-code.json", "package_name": "hl7.fhir.core", "date": "2016-03-31T08:01:25+11:00", "meta": { "lastUpdated": "2016-03-31T08:01:25.570+11:00" }, "publisher": "HL7 (FHIR Project)", "content": "complete", "name": "ResponseType", "type": null, "experimental": "false", "resourceType": "CodeSystem", "title": null, "package_version": "1.4.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/valueset-oid", "valueUri": "urn:oid:2.16.840.1.113883.4.642.1.203" } ], "status": "draft", "id": "0fce5472-0d9a-434b-9231-3755450a5f0a", "valueSet": "http://hl7.org/fhir/ValueSet/response-code", "kind": null, "url": "http://hl7.org/fhir/response-code", "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 some content in it. There is no point in re-sending without change. The response narrative SHALL describe the issue." } ], "caseSensitive": true, "version": "1.4.0", "contact": [ { "telecom": [ { "value": "http://hl7.org/fhir", "system": "other" }, { "value": "fhir@lists.hl7.org", "system": "email" } ] } ] }