FHIR IG analytics| Package | hl7.fhir.uv.xver-r4.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-messageheader-response-request.json |
| FHIR Version | R4B |
| Source | http://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-messageheader-response-request.html |
| URL | http://hl7.org/fhir/messageheader-response-request |
| Version | 4.0.1 |
| Status | draft |
| Date | 2019-11-01T08:29:23+10:00 |
| Name | messageheader-response-request |
| Title | messageheader-response-request |
| Realm | uv |
| Authority | hl7 |
| Description | HL7-defined table of codes which identify conditions under which acknowledgments are required to be returned in response to a message. |
| Content | complete |
| ValueSet | |
| R3-messageheader-response-request-for-R4B | Cross-version VS for R3.messageheader-response-request for use in FHIR R4B |
| R3-messageheader-response-request-for-R4 | Cross-version VS for R3.messageheader-response-request for use in FHIR R4 |
| R3-messageheader-response-request-for-R5 | Cross-version VS for R3.messageheader-response-request for use in FHIR R5 |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem messageheader-response-request
This case-sensitive code system http://hl7.org/fhir/messageheader-response-request defines the following codes:
{
"resourceType": "CodeSystem",
"id": "messageheader-response-request",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
},
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r4.r4b"
},
{
"url": "version",
"valueString": "0.0.1-snapshot-2"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "inm"
}
],
"url": "http://hl7.org/fhir/messageheader-response-request",
"version": "4.0.1",
"name": "messageheader-response-request",
"title": "messageheader-response-request",
"status": "draft",
"experimental": false,
"date": "2019-11-01T08:29:23+10:00",
"publisher": "Infrastructure And Messaging",
"contact": [
{
"name": "Infrastructure And Messaging",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/inm"
}
]
}
],
"description": "HL7-defined table of codes which identify conditions under which acknowledgments are required to be returned in response to a message.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/messageheader-response-request|4.3.0",
"content": "complete",
"concept": [
{
"code": "always",
"display": "Always",
"definition": "initiator expects a response for this message."
},
{
"code": "on-error",
"display": "Error/reject conditions only",
"definition": "initiator expects a response only if in error."
},
{
"code": "never",
"display": "Never",
"definition": "initiator does not expect a response."
},
{
"code": "on-success",
"display": "Successful completion only",
"definition": "initiator expects a response only if successful."
}
]
}