This page is part of the HL7 Belgium FHIR Implementation Guide - MyCareNet profiles (v2.0.0: Trial Use) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: CodeSystem message events - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "message-events",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://www.ehealth.fgov.be/standards/fhir/mycarenet/CodeSystem/message-events</code> provides a fragment that includes following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">claim-ask<a name=\"message-events-claim-ask\"> </a></td></tr><tr><td style=\"white-space:nowrap\">claim-cancel<a name=\"message-events-claim-cancel\"> </a></td></tr><tr><td style=\"white-space:nowrap\">claim-completeAgreement<a name=\"message-events-claim-completeAgreement\"> </a></td></tr><tr><td style=\"white-space:nowrap\">claim-extend<a name=\"message-events-claim-extend\"> </a></td></tr><tr><td style=\"white-space:nowrap\">claim-argue<a name=\"message-events-claim-argue\"> </a></td></tr><tr><td style=\"white-space:nowrap\">claimresponse-decide<a name=\"message-events-claimresponse-decide\"> </a></td></tr><tr><td style=\"white-space:nowrap\">claimresponse-cancel<a name=\"message-events-claimresponse-cancel\"> </a></td></tr><tr><td style=\"white-space:nowrap\">claimresponse-request-for-argue<a name=\"message-events-claimresponse-request-for-argue\"> </a></td></tr><tr><td style=\"white-space:nowrap\">claimresponse-close<a name=\"message-events-claimresponse-close\"> </a></td></tr><tr><td style=\"white-space:nowrap\">claimresponse-completeAgreement<a name=\"message-events-claimresponse-completeAgreement\"> </a></td></tr><tr><td style=\"white-space:nowrap\">reject<a name=\"message-events-reject\"> </a></td></tr></table></div>"
},
"url" : "https://www.ehealth.fgov.be/standards/fhir/mycarenet/CodeSystem/message-events",
"version" : "2.0.0",
"name" : "MyCareNetMessageEvents",
"title" : "CodeSystem message events",
"status" : "active",
"date" : "2023-04-27T18:01:13+02:00",
"publisher" : "eHealth Platform",
"contact" : [
{
"name" : "eHealth Platform",
"telecom" : [
{
"system" : "url",
"value" : "http://www.ehealth.fgov.be/"
},
{
"system" : "email",
"value" : "support@be-ehealth-standards.atlassian.net"
}
]
},
{
"name" : "Message Structure",
"telecom" : [
{
"system" : "email",
"value" : "support@be-ehealth-standards.atlassian.net",
"use" : "work"
}
]
}
],
"description" : "Message events for MyCareNet flows.Not all codes are defined here, a full list can be found on mycarenet.be",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "BE",
"display" : "Belgium"
}
]
}
],
"content" : "fragment",
"concept" : [
{
"code" : "claim-ask",
"display" : "claim-ask"
},
{
"code" : "claim-cancel",
"display" : "claim-cancel"
},
{
"code" : "claim-completeAgreement",
"display" : "claim-completeAgreement"
},
{
"code" : "claim-extend",
"display" : "claim-extend"
},
{
"code" : "claim-argue",
"display" : "claim-argue"
},
{
"code" : "claimresponse-decide",
"display" : "claimresponse-decide"
},
{
"code" : "claimresponse-cancel",
"display" : "claimresponse-cancel"
},
{
"code" : "claimresponse-request-for-argue",
"display" : "claimresponse-request-for-argue"
},
{
"code" : "claimresponse-close",
"display" : "claimresponse-close"
},
{
"code" : "claimresponse-completeAgreement",
"display" : "claimresponse-completeAgreement"
},
{
"code" : "reject",
"display" : "reject"
}
]
}