AU Core Implementation Guide
0.1.0-draft - Draft Australia flag

This page is part of the AU Core Implementation Guide 0.1.0 Draft. It is based on AU Base 4.1.0. For a full list of available versions, see the Directory of published versions

: 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:Resource.id [ fhir:value "mental-health-crisis-plan"]; # 
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org.au/fhir/core/StructureDefinition/au-core-documentreference";
       fhir:index 0;
       fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-documentreference>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Creation</b></td></tr><tr><td>*</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>-</td><td><b>Period</b></td><td><b>PracticeSetting</b></td></tr><tr><td>*</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:DocumentReference.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:uuid:59370790-3d45-4389-a854-2573b9c3394d" ]
  ]; # 
  fhir:DocumentReference.status [ fhir:value "current"]; # 
  fhir:DocumentReference.docStatus [ fhir:value "final"]; # 
  fhir:DocumentReference.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:736253002;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "736253002" ];
       fhir:Coding.display [ fhir:value "Mental health crisis plan" ]     ]
  ]; # 
  fhir:DocumentReference.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a sct:734163000;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
       fhir:Coding.code [ fhir:value "734163000" ];
       fhir:Coding.display [ fhir:value "Care plan" ]     ]
  ]; # 
  fhir:DocumentReference.subject [
     fhir:Reference.reference [ fhir:value "Patient/smith-emma" ]
  ]; # 
  fhir:DocumentReference.date [ fhir:value "2019-11-03T12:35:00+10:00"^^xsd:dateTime]; # 
  fhir:DocumentReference.author [
     fhir:index 0;
     fhir:Reference.type [ fhir:value "Organization" ];
     fhir:Reference.display [ fhir:value "Crisis Care Support" ]
  ]; # 
  fhir:DocumentReference.custodian [
     fhir:Reference.type [ fhir:value "Organization" ];
     fhir:Reference.display [ fhir:value "Crisis Care Support" ]
  ]; # 
  fhir:DocumentReference.content [
     fhir:index 0;
     fhir:DocumentReference.content.attachment [
       fhir:Attachment.contentType [ fhir:value "application/pdf" ];
       fhir:Attachment.url [ fhir:value "https://caresupport.example.au/MentalhealthCrisisPlanReport.pdf" ];
       fhir:Attachment.creation [ fhir:value "2016-03-08T15:26:00+01:00"^^xsd:dateTime ]     ]
  ]; # 
  fhir:DocumentReference.context [
     fhir:DocumentReference.context.period [
       fhir:Period.start [ fhir:value "2016-03-07T13:34:00+01:00"^^xsd:dateTime ]     ];
     fhir:DocumentReference.context.practiceSetting [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:708168004;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "708168004" ];
         fhir:Coding.display [ fhir:value "Mental health service" ]       ]     ]
  ]. # 

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.