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
: diagnosticReport-min-example - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@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:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "diagnosticReport-min-example"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1.0" ] ;
fhir:lastUpdated [ fhir:v "2021-04-30T15:23:08+12:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-diagnosticreport"^^xsd:anyURI ;
fhir:link <https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-diagnosticreport> ] ) ;
( 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: DiagnosticReport diagnosticReport-min-example</b></p><a name=\"diagnosticReport-min-example\"> </a><a name=\"hcdiagnosticReport-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.0; Last updated: 2021-04-30 15:23:08+1200</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-alex-diagnosticreport.html\">Diagnostic Report Profile</a></p><p style=\"margin-bottom: 0px\">Security Label: unrestricted (Details: Confidentiality code U = 'unrestricted')</p></div><h2><span title=\"Codes:\">B12 \\t\\ Folate</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Reported</td><td>2003-05-02 03:19:44+0000</td></tr></table><p><b>Report Details</b></p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LAB" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:display [ fhir:v "B12 \\t\\ Folate" ] ] )
] ; #
fhir:issued [ fhir:v "2003-05-02T03:19:44.000+00:00"^^xsd:dateTime] ; #
fhir:resultsInterpreter ( [
fhir:link <https://alexapi.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91> ;
fhir:reference [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91" ] ;
fhir:display [ fhir:v "Dr Alex Api" ]
] ) . #