FHIR New Zealand Patient Summary IG
0.3.0 - ci-build New Zealand flag

FHIR New Zealand Patient Summary IG - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: NZPS Communication Patient Story Example two (one Communication Resource per content item) - JSON Representation

Raw json | Download


{
  "resourceType" : "Communication",
  "id" : "NZPSCommunicationExampleTwo",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication NZPSCommunicationExampleTwo</b></p><a name=\"NZPSCommunicationExampleTwo\"> </a><a name=\"hcNZPSCommunicationExampleTwo\"> </a><a name=\"NZPSCommunicationExampleTwo-en-NZ\"> </a><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://acme.org/messagetypes PATIENT_STORY}\">Patient Story</span></p><p><b>medium</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationMode VERBAL}\">verbal</span></p><p><b>subject</b>: <a href=\"Patient/example\">Patient/example</a></p><p><b>sent</b>: 2022-12-12 18:01:10-0800</p><p><b>received</b>: 2022-12-12 18:01:10-0800</p><p><b>recipient</b>: <a href=\"Practitioner/example\">Practitioner/example</a></p><p><b>sender</b>: <a href=\"Patient/example\">Patient/example</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><a href=\"RelatedPerson/cindy\">RelatedPerson/cindy</a></td></tr></table><p><b>note</b>: Cindy is Ioese's fa'afafine son who was a social worker now cares fulltime. They help Ioese with his diabetes test kit.</p></div>"
  },
  "status" : "completed",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://acme.org/messagetypes",
          "code" : "PATIENT_STORY"
        }
      ],
      "text" : "Patient Story"
    }
  ],
  "medium" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode",
          "code" : "VERBAL",
          "display" : "verbal"
        }
      ],
      "text" : "verbal"
    }
  ],
  "subject" : {
    "reference" : "Patient/example"
  },
  "sent" : "2022-12-12T18:01:10-08:00",
  "received" : "2022-12-12T18:01:10-08:00",
  "recipient" : [
    {
      "reference" : "Practitioner/example"
    }
  ],
  "sender" : {
    "reference" : "Patient/example"
  },
  "payload" : [
    {
      "contentReference" : {
        "reference" : "RelatedPerson/cindy"
      }
    }
  ],
  "note" : [
    {
      "text" : "Cindy is Ioese's fa'afafine son who was a social worker now cares fulltime. They help Ioese with his diabetes test kit."
    }
  ]
}