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 one (one Communication Resource for many content items) - JSON Representation

Raw json | Download


{
  "resourceType" : "Communication",
  "id" : "NZPSCommunicationExample",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication NZPSCommunicationExample</b></p><a name=\"NZPSCommunicationExample\"> </a><a name=\"hcNZPSCommunicationExample\"> </a><a name=\"NZPSCommunicationExample-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><blockquote><p><b>payload</b></p><p><b>content</b>: I use a walker or a scooter but would prefer not to</p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: I prefer to speak Samoan now as speaking English is hard for me after my fall</p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: I live with my 5 children, Cindy, my fa'afafine son who was a social worker is my main support, and my &quot;digital navigator&quot; - they help me interact digitally.</p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: I struggle with keeping track of medications and need help with this</p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: I struggle with diabetes monitoring and managing my insulin</p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: We have decided I will move into residential care, which I am nervous about but I know my aiga is struggling with my current condition and I want to help them</p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: I was heavily involved in my church but my health makes me ashamed to be so dependent on them, when I used to be the one who provided support.</p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: Different church groups regularly visit me though, and my aiga is spread across the world but all share in my care – economically and practically</p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: <a href=\"RelatedPerson/churchminister\">RelatedPerson/churchminister</a></p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: <a href=\"RelatedPerson/cindy\">RelatedPerson/cindy</a></p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: <a href=\"Practitioner/gp\">Practitioner/gp</a></p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: <a href=\"Practitioner/geena\">Practitioner/geena</a></p></blockquote></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" : [
    {
      "contentString" : "I use a walker or a scooter but would prefer not to"
    },
    {
      "contentString" : "I prefer to speak Samoan now as speaking English is hard for me after my fall"
    },
    {
      "contentString" : "I live with my 5 children, Cindy, my fa'afafine son who was a social worker is my main support, and my \"digital navigator\" - they help me interact digitally."
    },
    {
      "contentString" : "I struggle with keeping track of medications and need help with this"
    },
    {
      "contentString" : "I struggle with diabetes monitoring and managing my insulin"
    },
    {
      "contentString" : "We have decided I will move into residential care, which I am nervous about but I know my aiga is struggling with my current condition and I want to help them"
    },
    {
      "contentString" : "I was heavily involved in my church but my health makes me ashamed to be so dependent on them, when I used to be the one who provided support."
    },
    {
      "contentString" : "Different church groups regularly visit me though, and my aiga is spread across the world but all share in my care – economically and practically"
    },
    {
      "contentReference" : {
        "reference" : "RelatedPerson/churchminister"
      }
    },
    {
      "contentReference" : {
        "reference" : "RelatedPerson/cindy"
      }
    },
    {
      "contentReference" : {
        "reference" : "Practitioner/gp"
      }
    },
    {
      "contentReference" : {
        "reference" : "Practitioner/geena"
      }
    }
  ]
}