eHealth Infrastructure
2021.3.0 - build

eHealth Infrastructure - Local Development build (v2021.3.0). See the Directory of published versions

: message01 - JSON Representation

Raw json | Download


{
  "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><b>Generated Narrative</b></p><p><b>Thread id</b>: b84a4a49-ede2-45eb-8400-eb2469a08f3e</p><p><b>Title</b>: Sample title...</p><p><b>Administrative status</b>: <span title=\"{http://ehealth.sundhed.dk/cs/administrative-status activate}\">Activate</span></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: \"></span></p><p><b>sent</b>: Jul 15, 2021 7:06:55 AM</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>-</td><td><b>Content[x]</b></td></tr><tr><td>*</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"
    }
  ]
}