@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: DocumentReference

Resource DocumentReference "mental-health-crisis-plan"

Profile: AU Core DocumentReference

identifier: id: urn:uuid:59370790-3d45-4389-a854-2573b9c3394d

status: current

docStatus: final

type: Mental health crisis plan (SNOMED CT#736253002)

category: Care plan (SNOMED CT#734163000)

subject: Patient/smith-emma " SMITH"

date: 3 Nov 2019, 1:35:00 pm

author: : Crisis Care Support

custodian: : Crisis Care Support

content

Attachments

-ContentTypeUrlCreation
*application/pdfhttps://caresupport.example.au/MentalhealthCrisisPlanReport.pdf2016-03-08 15:26:00+0100

Contexts

-PeriodPracticeSetting
*2016-03-07 13:34:00+0100 --> (ongoing)Mental health service (SNOMED CT#708168004)
" ] ; # 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:link ; 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" ] ] ) ] ] . # # -------------------------------------------------------------------------------------