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) - TTL Representation
Raw ttl | Download
@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 "NZPSCommunicationExampleTwo"] ; #
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 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>"
] ; #
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 [
a fhir:Reference ;
fhir:reference [ fhir:v "RelatedPerson/cindy" ] ]
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "Cindy is Ioese's fa'afafine son who was a social worker now cares fulltime. They help Ioese with his diabetes test kit." ]
] ) . #