eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 3.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Communication",
"id" : "message01",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2021-07-15T07:06:55.257+00:00",
"profile" : [
🔗 "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-message"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication message01</b></p><a name=\"message01\"> </a><a name=\"hcmessage01\"> </a><a name=\"message01-da-DK\"> </a><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\">version: 1; Last updated: 2021-07-15 07:06:55+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ehealth-message.html\">ehealth-message</a></p></div><p><b>Thread id</b>: b84a4a49-ede2-45eb-8400-eb2469a08f3e</p><p><b>Title</b>: Sample title...</p><p><b>Administrative status</b>: <a href=\"CodeSystem-ehealth-administrative-status.html#ehealth-administrative-status-activate\">Administrative Status</a> activate: Activate</p><p><b>Priority</b>: routine</p><p><b>Sender careteam</b>: <a href=\"https://organization.fut.trifork.com/fhir/CareTeam/108752\">https://organization.fut.trifork.com/fhir/CareTeam/108752</a></p><p><b>Restriction category</b>: <span title=\"Codes:{http://ehealth.sundhed.dk/cs/restriction-category None}\">None</span></p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://ehealth.sundhed.dk/cs/message-category advice}\">Advice</span></p><p><b>medium</b>: <span title=\"Codes:\"/></p><p><b>sent</b>: 2021-07-15 07:06:55+0000</p><p><b>recipient</b>: <a href=\"https://patient.fut.trifork.com/fhir/Patient/102\">https://patient.fut.trifork.com/fhir/Patient/102</a></p><h3>Payloads</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Content[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>MESSAGE PAYLOAD</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-thread-id",
"valueString" : "b84a4a49-ede2-45eb-8400-eb2469a08f3e"
},
{
"url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-title",
"valueString" : "Sample title..."
},
{
"url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-administrative-status",
"valueCoding" : {
"system" : "http://ehealth.sundhed.dk/cs/administrative-status",
"code" : "activate"
}
},
{
"url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-priority",
"valueCode" : "routine"
},
{
"url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication-senderCareTeam",
"valueReference" : {
"reference" : "https://organization.fut.trifork.com/fhir/CareTeam/108752"
}
},
{
"url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-restriction-category",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://ehealth.sundhed.dk/cs/restriction-category",
"code" : "None"
}
]
}
}
],
"status" : "completed",
"category" : [
{
"coding" : [
{
"system" : "http://ehealth.sundhed.dk/cs/message-category",
"code" : "advice"
}
]
}
],
"medium" : [
{
"coding" : [
{
"system" : "http://ehealth.sundhed.dk/cs/message-medium"
}
]
}
],
"sent" : "2021-07-15T07:06:55+00:00",
"recipient" : [
{
"reference" : "https://patient.fut.trifork.com/fhir/Patient/102"
}
],
"payload" : [
{
"contentString" : "MESSAGE PAYLOAD"
}
]
}