This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "InM fhir messaging"

From HL7Wiki
Jump to navigation Jump to search
Line 11: Line 11:
  
 
===GF#13851 align messageheader.extension-messageheader-response-request  with MessageDefinition.responserequired===
 
===GF#13851 align messageheader.extension-messageheader-response-request  with MessageDefinition.responserequired===
 +
*messageheader.messageheader.extension-messageheader-response-request has the following codes
 +
<table><tr><th>Code</th><th> Id </th><th>System </th><th>Parent </th><th>Display </th><th>Definition</th></tr>
 +
<tr><td>always</td><td></td><td> </td><td> </td><td>Always </td><td>initiator expects a response for this message</td></tr>
 +
<tr><td>on-error</td><td></td><td> </td><td> </td><td>Error/reject conditions</td><td> only initiator expects a response only if in error</td></tr>
 +
<tr><td>never</td><td></td><td> </td><td> </td><td>Never</td><td> initiator does not expect a response</td></tr>
 +
<tr><td>on-success</td><td></td><td> </td><td> </td><td>Successful completion only</td><td> initiator expects a response only if successful</td></tr>
 +
</table>
  
 
===GF#13852 Change messagedefinition maturity level to 1, and ballot status to STU===
 
===GF#13852 Change messagedefinition maturity level to 1, and ballot status to STU===
  
 
===GF#13853 Change Maturity level on Messageheader to FMM4
 
===GF#13853 Change Maturity level on Messageheader to FMM4

Revision as of 15:55, 15 September 2017

Topics for FHIR

Introduced in Sept.2017 San Diego

GF#13848 Change messageheader.event data type from code to URI

  • This allows the sender to link to the formal event definition

GF#13849 change event element in messagedefinition to URI, and make optional.

  • This allows the sender to link to the formal event definition

GF#13850 add messagedefinition element to messageheader

This allows the message to contain a link to the appropriate definition.

GF#13851 align messageheader.extension-messageheader-response-request with MessageDefinition.responserequired

  • messageheader.messageheader.extension-messageheader-response-request has the following codes
Code Id System Parent Display Definition
always Always initiator expects a response for this message
on-error Error/reject conditions only initiator expects a response only if in error
never Never initiator does not expect a response
on-success Successful completion only initiator expects a response only if successful

GF#13852 Change messagedefinition maturity level to 1, and ballot status to STU

===GF#13853 Change Maturity level on Messageheader to FMM4