{ "description": "The kind of response to a message", "_filename": "CodeSystem-response-code.json", "package_name": "hl7.fhir.core", "date": "2017-12-20T15:52:34+11:00", "meta": { "lastUpdated": "2017-12-20T15:52:34.818+11:00" }, "publisher": "HL7 (FHIR Project)", "content": "complete", "name": "ResponseType", "type": null, "experimental": "false", "resourceType": "CodeSystem", "title": null, "package_version": "3.2.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "inm" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status", "valueString": "Trial Use" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 3 } ], "status": "draft", "id": "d90217dd-ce7d-4461-a01f-a05587e9bf47", "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": "3.2.0", "contact": [ { "telecom": [ { "value": "http://hl7.org/fhir", "system": "url" }, { "value": "fhir@lists.hl7.org", "system": "email" } ] } ] }