{
"description": "The kind of response to a message.",
"_filename": "CodeSystem-response-code.json",
"package_name": "hl7.fhir.r6.examples",
"date": "2021-01-05T10:01:24+11:00",
"meta": {
"profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
"lastUpdated": "2025-04-01T12:16:37.966+11:00"
},
"publisher": "HL7 (FHIR Project)",
"jurisdiction": [ {
"coding": [ {
"code": "001",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"display": "World"
} ]
} ],
"content": "complete",
"name": "ResponseType",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": "Response Type",
"package_version": "6.0.0-ballot3",
"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": "active",
"id": "3dc587ca-473e-48e7-a75b-9c6b1b220d3f",
"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.4.381",
"system": "urn:ietf:rfc:3986"
}, {
"use": "old",
"value": "urn:oid:2.16.840.1.113883.4.642.1.368",
"system": "urn:ietf:rfc:3986"
}, {
"use": "old",
"value": "urn:oid:2.16.840.1.113883.4.642.2.203",
"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": "6.0.0-ballot3",
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "url"
}, {
"value": "fhir@lists.hl7.org",
"system": "email"
} ]
} ]
}