{
"resourceType" : "Communication",
"id" : "message-careteam-valid",
"meta" : {
"profile" : [
"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-message"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: message-careteam-valid</p><p><b>meta</b>: </p><p><b>status</b>: completed</p><p><b>category</b>: Besked <span style=\"background: LightGoldenRodYellow\">(Details : {http://ehealth.sundhed.dk/message-category code 'message' = 'message)</span></p><p><b>medium</b>: WRITTEN <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/v3-ParticipationMode code 'WRITTEN' = 'WRITTEN)</span></p><p><b>sent</b>: Apr 4, 2019 2:01:10 AM</p><p><b>sender</b>: <a href=\"http://inttest.ehealth.sundhed.dk/trifork-fhir-server/Patient/XXX\">http://inttest.ehealth.sundhed.dk/trifork-fhir-server/Patient/XXX</a></p><h3>Payloads</h3><table class=\"grid\"><tr><td>-</td><td><b>Content[x]</b></td></tr><tr><td>*</td><td>Hello world</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication-recipientCareTeam",
"valueReference" : {
"reference" : "https://inttest.ehealth.sundhed.dk/organization/fhir/CareTeam/49"
}
}
],
"status" : "completed",
"category" : [
{
"coding" : [
{
"system" : "http://ehealth.sundhed.dk/message-category",
"code" : "message"
}
],
"text" : "Besked"
}
],
"medium" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode",
"code" : "WRITTEN"
}
],
"text" : "WRITTEN"
}
],
"sent" : "2019-04-03T18:01:10-08:00",
"sender" : {
"reference" : "http://inttest.ehealth.sundhed.dk/trifork-fhir-server/Patient/XXX"
},
"payload" : [
{
"contentString" : "Hello world"
}
]
}