Protocols for Clinical Registry Extraction and Data Submission (CREDS) IG, published by HL7 International / Clinical Interoperability Council. This is not an authorized publication; it is the continuous build for version 1.0.0. This version is based on the current content of https://github.com/HL7/fhir-registry-protocols-ig/ and changes regularly. See the Directory of published versions
: MessageHeader for CREDSSubmission Example - JSON Representation
Raw json | Download
{
"resourceType" : "MessageHeader",
"id" : "CREDSMHExample",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"CREDSMHExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MessageHeader "CREDSMHExample" </p></div><p><b>event</b>: <code>urn:uuid:26aa1208-589a-4978-9cb7-728cc51520aa</code></p><p><b>sender</b>: <a href=\"Organization-VeterinariansHospital.html\">Organization/VeterinariansHospital</a> "Veterinarian's Hospital"</p><p><b>enterer</b>: <a href=\"Practitioner-USCorePractitionerexample.html\">Practitioner/USCorePractitionerexample</a> " BONE"</p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>CREDS Implementation #2</td><td><a href=\"https://example.org/fhir\">https://example.org/fhir</a></td></tr></table><p><b>reason</b>: Discharge <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-message-reasons-encounter.html\">Example Message Reason Codes</a>#discharge)</span></p><p><b>focus</b>: <a href=\"Patient-261989c3-688c-4941-b767-d8d4c871217c.html\">Patient/261989c3-688c-4941-b767-d8d4c871217c</a> " SHAW"</p></div>"
},
"eventUri" : "urn:uuid:26aa1208-589a-4978-9cb7-728cc51520aa",
"sender" : {
🔗 "reference" : "Organization/VeterinariansHospital"
},
"enterer" : {
🔗 "reference" : "Practitioner/USCorePractitionerexample"
},
"source" : {
"name" : "CREDS Implementation #2",
"endpoint" : "https://example.org/fhir"
},
"reason" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/message-reasons-encounter",
"code" : "discharge"
}
]
},
"focus" : [
{
🔗 "reference" : "Patient/261989c3-688c-4941-b767-d8d4c871217c"
}
]
}