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

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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Communication/NZPSCommunicationExampleTwo> a fhir:Communication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "NZPSCommunicationExampleTwo"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir-ig.digital.health.nz/nzps/StructureDefinition/nzps-communication" ;
       fhir:index 0 ;
       fhir:link <https://fhir-ig.digital.health.nz/nzps/StructureDefinition/nzps-communication>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.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>"
  ] ;
  fhir:Communication.status [ fhir:value "completed"] ;
  fhir:Communication.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://acme.org/messagetypes" ] ;
       fhir:Coding.code [ fhir:value "PATIENT_STORY" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Patient Story" ]
  ] ;
  fhir:Communication.medium [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode" ] ;
       fhir:Coding.code [ fhir:value "VERBAL" ] ;
       fhir:Coding.display [ fhir:value "verbal" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "verbal" ]
  ] ;
  fhir:Communication.subject [
     fhir:link <http://hl7.org/fhir/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Communication.sent [ fhir:value "2022-12-12T18:01:10-08:00"^^xsd:dateTime] ;
  fhir:Communication.received [ fhir:value "2022-12-12T18:01:10-08:00"^^xsd:dateTime] ;
  fhir:Communication.recipient [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Practitioner/example> ;
     fhir:Reference.reference [ fhir:value "Practitioner/example" ]
  ] ;
  fhir:Communication.sender [
     fhir:link <http://hl7.org/fhir/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Communication.payload [
     fhir:index 0 ;
     fhir:Communication.payload.contentReference [
       fhir:link <http://hl7.org/fhir/RelatedPerson/cindy> ;
       fhir:Reference.reference [ fhir:value "RelatedPerson/cindy" ]
     ]
  ] ;
  fhir:Communication.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "Cindy is Ioese's fa'afafine son who was a social worker now cares fulltime. They help Ioese with his diabetes test kit." ]
  ] .

<http://hl7.org/fhir/Patient/example> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/example> a fhir:Practitioner .

<http://hl7.org/fhir/RelatedPerson/cindy> a fhir:RelatedPerson .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Communication/NZPSCommunicationExampleTwo.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Communication/NZPSCommunicationExampleTwo.ttl> .