FHIR Belgium Base IG
0.1.0 -

FHIR Belgium Base IG - Local Development build (v0.1.0). See the Directory of published versions

Communication example 10 - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "Communication",
  "id" : "be.comm5.2",
  "meta" : {
    "profile" : [
      "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-communication"
    ]
  },
  "language" : "nl-BE",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"nl-BE\" lang=\"nl-BE\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: be.comm5.2</p><p><b>meta</b>: </p><p><b>language</b>: nl-BE</p><p><b>identifier</b>: d0000000-0000-0000-0000-000000000008</p><p><b>basedOn</b>: </p><ul><li><a href=\"Communication-be.comm5.2.html\">Generated Summary: id: be.comm5.1; language: nl-BE; d0000000-0000-0000-0000-000000000007; status: completed; <span title=\"Codes: \">notification</span>; sent: 11-Nov-2019 10:00:01</a></li><li>be.comm5.1</li></ul><p><b>status</b>: completed</p><p><b>category</b>: notification <span style=\"background: LightGoldenRodYellow\">(Details : {[not stated] code 'notification' = 'notification)</span></p><p><b>subject</b>: <a href=\"Communication-be.comm5.2.html\">pia. Generated Summary: id: pia; Pia ; gender: female</a></p><p><b>sent</b>: 11-Nov-2019 10:01:01</p><p><b>recipient</b>: <a href=\"Communication-be.comm5.2.html\">Doctors. Generated Summary: id: dzop-team-0002-doctors; DZOP-Pia-2020001; status: active; <span title=\"Codes: {http://loinc.org LA28866-4}\">Home &amp; Community Based Services (HCBS)-focused care team</span>; name: Pia's 2020 Care Team for post-op care - doctors ad-hoc team; period: ?? --&gt; 01-Jan-2013 00:00:00</a></p><p><b>sender</b>: <a href=\"Communication-be.comm5.2.html\">David. Generated Summary: id: david; David </a></p><blockquote><p><b>payload</b></p><p><b>content</b>: Wound is recovering today</p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: <a href=\"Communication-be.comm5.2.html\">Photo1. Generated Summary: id: photo1; contentType: image/jpeg; </a></p></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "http://www.dzop.be/archive/communication",
      "value" : "d0000000-0000-0000-0000-000000000008"
    }
  ],
  "basedOn" : [
    {
      "reference" : "Communication/be.comm5.1"
    },
    {
      "display" : "be.comm5.1"
    }
  ],
  "status" : "completed",
  "category" : [
    {
      "coding" : [
        {
          "code" : "notification"
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "Patient/pia",
    "display" : "pia"
  },
  "sent" : "2019-11-11T10:01:01+01:00",
  "recipient" : [
    {
      "reference" : "CareTeam/dzop-team-0002-doctors",
      "display" : "Doctors"
    }
  ],
  "sender" : {
    "reference" : "Practitioner/david",
    "display" : "David"
  },
  "payload" : [
    {
      "contentString" : "Wound is recovering today"
    },
    {
      "contentReference" : {
        "reference" : "Binary/photo1",
        "display" : "Photo1"
      }
    }
  ]
}