FHIR New Zealand Patient Summary IG
0.3.0 - ci-build
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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Communication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "NZPSCommunicationExample"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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 "digital navigator" - 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>"
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://acme.org/messagetypes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PATIENT_STORY" ] ] ) ;
fhir:text [ fhir:v "Patient Story" ]
] ) ; #
fhir:medium ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "VERBAL" ] ;
fhir:display [ fhir:v "verbal" ] ] ) ;
fhir:text [ fhir:v "verbal" ]
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:sent [ fhir:v "2022-12-12T18:01:10-08:00"^^xsd:dateTime] ; #
fhir:received [ fhir:v "2022-12-12T18:01:10-08:00"^^xsd:dateTime] ; #
fhir:recipient ( [
fhir:reference [ fhir:v "Practitioner/example" ]
] ) ; #
fhir:sender [
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:payload ( [
fhir:content [ fhir:v "I use a walker or a scooter but would prefer not to" ]
] [
fhir:content [ fhir:v "I prefer to speak Samoan now as speaking English is hard for me after my fall" ]
] [
fhir:content [ fhir:v "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." ]
] [
fhir:content [ fhir:v "I struggle with keeping track of medications and need help with this" ]
] [
fhir:content [ fhir:v "I struggle with diabetes monitoring and managing my insulin" ]
] [
fhir:content [ fhir:v "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" ]
] [
fhir:content [ fhir:v "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." ]
] [
fhir:content [ fhir:v "Different church groups regularly visit me though, and my aiga is spread across the world but all share in my care – economically and practically" ]
] [
fhir:content [
a fhir:Reference ;
fhir:reference [ fhir:v "RelatedPerson/churchminister" ] ]
] [
fhir:content [
a fhir:Reference ;
fhir:reference [ fhir:v "RelatedPerson/cindy" ] ]
] [
fhir:content [
a fhir:Reference ;
fhir:reference [ fhir:v "Practitioner/gp" ] ]
] [
fhir:content [
a fhir:Reference ;
fhir:reference [ fhir:v "Practitioner/geena" ] ]
] ) . #
IG © 2023+ Health NZ | Te Whatu Ora. Package tewhatuora.fhir.nzps#0.3.0 based on FHIR 4.0.1. Generated 2024-08-01
Links: Table of Contents |
QA Report