AU Core Implementation Guide
0.2.1-preview - Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: DocumentReference - Mental health crisis plan - TTL Representation

Page standards status: Informative

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "mental-health-crisis-plan"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-documentreference"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-documentreference>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DocumentReference</b><a name=\"mental-health-crisis-plan\"> </a></p><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\">Resource DocumentReference &quot;mental-health-crisis-plan&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-documentreference.html\">AU Core DocumentReference</a></p></div><p><b>identifier</b>: id: urn:uuid:59370790-3d45-4389-a854-2573b9c3394d</p><p><b>status</b>: current</p><p><b>docStatus</b>: final</p><p><b>type</b>: Mental health crisis plan <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#736253002)</span></p><p><b>category</b>: Care plan <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#734163000)</span></p><p><b>subject</b>: <a href=\"Patient-smith-emma.html\">Patient/smith-emma</a> &quot; SMITH&quot;</p><p><b>date</b>: 3 Nov 2019, 1:35:00 pm</p><p><b>author</b>: <span>: Crisis Care Support</span></p><p><b>custodian</b>: <span>: Crisis Care Support</span></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"https://caresupport.example.au/MentalhealthCrisisPlanReport.pdf\">https://caresupport.example.au/MentalhealthCrisisPlanReport.pdf</a></td><td>2016-03-08 15:26:00+0100</td></tr></table></blockquote><h3>Contexts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Period</b></td><td><b>PracticeSetting</b></td></tr><tr><td style=\"display: none\">*</td><td>2016-03-07 13:34:00+0100 --&gt; (ongoing)</td><td>Mental health service <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#708168004)</span></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:59370790-3d45-4389-a854-2573b9c3394d" ]
  ] ) ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:docStatus [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
a sct:736253002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "736253002" ] ;
fhir:display [ fhir:v "Mental health crisis plan" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:734163000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "734163000" ] ;
fhir:display [ fhir:v "Care plan" ]     ] )
  ] ) ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/smith-emma" ]
  ] ; # 
  fhir:date [ fhir:v "2019-11-03T12:35:00+10:00"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Crisis Care Support" ]
  ] ) ; # 
  fhir:custodian [
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Crisis Care Support" ]
  ] ; # 
  fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:url [ fhir:v "https://caresupport.example.au/MentalhealthCrisisPlanReport.pdf"^^xsd:anyURI ] ;
fhir:creation [ fhir:v "2016-03-08T15:26:00+01:00"^^xsd:dateTime ]     ]
  ] ) ; # 
  fhir:context [
fhir:period [
fhir:start [ fhir:v "2016-03-07T13:34:00+01:00"^^xsd:dateTime ]     ] ;
fhir:practiceSetting [
      ( fhir:coding [
a sct:708168004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "708168004" ] ;
fhir:display [ fhir:v "Mental health service" ]       ] )     ]
  ] . #