Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: dischargeSummary-min-example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "dischargeSummary-min-example"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2021-04-27T16:06:04+12:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-dischargesummary"^^xsd:anyURI ;
fhir:link <https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-dischargesummary>     ] ) ;
    ( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ;
fhir:code [ fhir:v "U" ] ;
fhir:display [ fhir:v "unrestricted" ]     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference dischargeSummary-min-example</b></p><a name=\"dischargeSummary-min-example\"> </a><a name=\"hcdischargeSummary-min-example\"> </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\">version: 1; Last updated: 2021-04-27 16:06:04+1200</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-alex-dischargesummary.html\">Discharge Summary</a></p><p style=\"margin-bottom: 0px\">Security Label: unrestricted (Details: Confidentiality code U = 'unrestricted')</p></div><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 34109-9}\">Note</span></p><p><b>subject</b>: <a href=\"https://alexapi.medtechglobal.com.au/fhir/Patient/14e52e16edb7a435bfa05e307afd008b\">Mr Patient Testing</a></p><p><b>date</b>: 2020-10-22 15:46:17+1300</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></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"https://alexapi.medtechglobal.com.au/fhir/Binary/881f1ea3fc6059505d7f91eaa646d0f6\">https://alexapi.medtechglobal.com.au/fhir/Binary/881f1ea3fc6059505d7f91eaa646d0f6</a></td></tr></table></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:type [
    ( fhir:coding [
a loinc:34109-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "34109-9" ] ;
fhir:display [ fhir:v "Note" ]     ] )
  ] ; # 
  fhir:subject [
fhir:link <https://alexapi.medtechglobal.com.au/fhir/Patient/14e52e16edb7a435bfa05e307afd008b> ;
fhir:reference [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Patient/14e52e16edb7a435bfa05e307afd008b" ] ;
fhir:display [ fhir:v "Mr Patient Testing" ]
  ] ; # 
  fhir:date [ fhir:v "2020-10-22T15:46:17+13:00"^^xsd:dateTime] ; # 
  fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Binary/881f1ea3fc6059505d7f91eaa646d0f6"^^xsd:anyURI ]     ]
  ] ) . #