FHIR New Zealand Patient Summary IG
0.7.0 - ci-build NZ

FHIR New Zealand Patient Summary IG - Local Development build (v0.7.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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:meta [
    ( fhir:profile [
fhir:v "https://fhir-ig.digital.health.nz/nzps/StructureDefinition/nzps-communication"^^xsd:anyURI ;
fhir:link <https://fhir-ig.digital.health.nz/nzps/StructureDefinition/nzps-communication>     ] )
  ] ; # 
  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><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nzps-communication.html\">NZPS-Communication</a></p></div><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>: </p><blockquote><div><p>Cindy is Ioese's fa'afafine son who was a social worker now cares fulltime. They help Ioese with his diabetes test kit.</p>\n</div></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  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." ]
  ] ) . #