AU Base Implementation Guide
6.1.2-ci-build - CI Build Australia flag

AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 6.1.2-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions

: Composition - with multiple information recipients - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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/Composition/multiple-information-recipients> a fhir:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "multiple-information-recipients"] ;
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2013-05-28T22:12:21Z"^^xsd:dateTime ] ;
     fhir:Meta.profile [
       fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-composition" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-composition>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition multiple-information-recipients</b></p><a name=\"multiple-information-recipients\"> </a><a name=\"hcmultiple-information-recipients\"> </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\">Last updated: 2013-05-28 22:12:21+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-composition.html\">AU Base Composition</a></p></div><p><b>Information Recipient</b>: <a href=\"Patient-example0.html\">Franklin</a></p><p><b>Information Recipient</b>: <a href=\"Practitioner-example0.html\">Doctor Mayo</a></p><p><b>Information Recipient</b>: <a href=\"Organization-example0.html\">Downunder Hospital</a></p><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 18842-5}\">Discharge Summarization Note</span></p><p><b>date</b>: 2018-06-03 12:30:02+0000</p><p><b>author</b>: <a href=\"PractitionerRole-example0.html\">Doctor Mayo</a></p><p><b>title</b>: Discharge Summary</p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/information-recipient" ] ;
     fhir:Extension.valueReference [
       fhir:link <http://hl7.org/fhir/Patient/example0> ;
       fhir:Reference.reference [ fhir:value "Patient/example0" ] ;
       fhir:Reference.display [ fhir:value "Franklin" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/information-recipient" ] ;
     fhir:Extension.valueReference [
       fhir:link <http://hl7.org/fhir/Practitioner/example0> ;
       fhir:Reference.reference [ fhir:value "Practitioner/example0" ] ;
       fhir:Reference.display [ fhir:value "Doctor Mayo" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/information-recipient" ] ;
     fhir:Extension.valueReference [
       fhir:link <http://hl7.org/fhir/Organization/example0> ;
       fhir:Reference.reference [ fhir:value "Organization/example0" ] ;
       fhir:Reference.display [ fhir:value "Downunder Hospital" ]
     ]
  ] ;
  fhir:Composition.status [ fhir:value "final"] ;
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:18842-5 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "18842-5" ]
     ] ;
     fhir:CodeableConcept.text [ fhir:value "Discharge Summarization Note" ]
  ] ;
  fhir:Composition.subject [
     fhir:link <http://hl7.org/fhir/Patient/example0> ;
     fhir:Reference.reference [ fhir:value "Patient/example0" ] ;
     fhir:Reference.display [ fhir:value "Franklin" ]
  ] ;
  fhir:Composition.date [ fhir:value "2018-06-03T12:30:02Z"^^xsd:dateTime] ;
  fhir:Composition.author [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/PractitionerRole/example0> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/example0" ] ;
     fhir:Reference.display [ fhir:value "Doctor Mayo" ]
  ] ;
  fhir:Composition.title [ fhir:value "Discharge Summary"] .

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

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

<http://hl7.org/fhir/Organization/example0> a fhir:Organization .

<http://hl7.org/fhir/PractitionerRole/example0> a fhir:PractitionerRole .

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

<http://hl7.org/fhir/Composition/multiple-information-recipients.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Composition/multiple-information-recipients.ttl> .