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

: observation-full-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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "observation-full-example"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1.0" ] ;
fhir:lastUpdated [ fhir:v "2021-03-24T05:11:12.000+13:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-observation"^^xsd:anyURI ;
fhir:link <https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-observation>     ] )
  ] ; # 
  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: Observation observation-full-example</b></p><a name=\"observation-full-example\"> </a><a name=\"hcobservation-full-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-03-24 05:11:12+1300</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-alex-observation.html\">Observation Profile</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{https://alexapi.medtechglobal.com.au/fhir/CodeSystem/screening-term BP}\">Blood Pressure</span></p><p><b>subject</b>: <a href=\"https://alexapi.medtechglobal.com/fhir/Patient/8857d20b0da6fc9df664205ce8333f82\">Mr Check Fhir Patient</a></p><p><b>effective</b>: 2021-05-06 16:15:33+1200</p><p><b>performer</b>: <a href=\"https://alexapi.medtechglobal.com/fhir/Practitioner/2acc75900580034dcc5ba06a86728212\">Dr Medtech Apmt Staff</a></p><p><b>value</b>: 2020-10-10</p><p><b>interpretation</b>: <span title=\"Codes:{https://alexapi.medtechglobal.com.au/fhir/CodeSystem/observation-interpretation H}\">Ultra High BP</span></p><p><b>note</b>: </p><blockquote><div><p>Test Notes</p>\n</div></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://alexapi.medtechglobal.com.au/fhir/CodeSystem/measurement-prompt Systolic}\">Systolic</span></p><p><b>value</b>: 149.0 mmHg</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://alexapi.medtechglobal.com.au/fhir/CodeSystem/measurement-prompt Diastolic}\">Diastolic</span></p><p><b>value</b>: 85</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://alexapi.medtechglobal.com.au/fhir/CodeSystem/measurement-prompt DateTaken}\">DateTaken</span></p><p><b>value</b>: 2020-10-10</p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/screening-term"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BP" ] ;
fhir:display [ fhir:v "Blood Pressure" ]     ] ) ;
fhir:text [ fhir:v "Blood Pressure" ]
  ] ; # 
  fhir:subject [
fhir:link <https://alexapi.medtechglobal.com/fhir/Patient/8857d20b0da6fc9df664205ce8333f82> ;
fhir:reference [ fhir:v "https://alexapi.medtechglobal.com/fhir/Patient/8857d20b0da6fc9df664205ce8333f82" ] ;
fhir:display [ fhir:v "Mr Check Fhir Patient" ]
  ] ; # 
  fhir:effective [
a fhir:instant ;
fhir:v "2021-05-06T16:15:33+12:00"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
fhir:link <https://alexapi.medtechglobal.com/fhir/Practitioner/2acc75900580034dcc5ba06a86728212> ;
fhir:reference [ fhir:v "https://alexapi.medtechglobal.com/fhir/Practitioner/2acc75900580034dcc5ba06a86728212" ] ;
fhir:display [ fhir:v "Dr Medtech Apmt Staff" ]
  ] ) ; # 
  fhir:value [
a fhir:dateTime ;
fhir:v "2020-10-10"^^xsd:date
  ] ; # 
  fhir:interpretation ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/observation-interpretation"^^xsd:anyURI ] ;
fhir:code [ fhir:v "H" ] ;
fhir:display [ fhir:v "High" ]     ] ) ;
fhir:text [ fhir:v "Ultra High BP" ]
  ] ) ; # 
  fhir:note ( [
fhir:text [ fhir:v "Test Notes" ]
  ] ) ; # 
  fhir:component ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://alexapi.medtechglobal.com.au/fhir/CodeSystem/measurement-prompt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Systolic" ] ;
fhir:display [ fhir:v "Systolic" ]       ] ) ;
fhir:text [ fhir:v "Systolic" ]     ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v 149.0 ] ;
fhir:unit [ fhir:v "mmHg" ] ;
fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/value-quantity-unit"^^xsd:anyURI ]     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://alexapi.medtechglobal.com.au/fhir/CodeSystem/measurement-prompt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Diastolic" ] ;
fhir:display [ fhir:v "Diastolic" ]       ] ) ;
fhir:text [ fhir:v "Diastolic" ]     ] ;
fhir:value [
a fhir:string ;
fhir:v "85"     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://alexapi.medtechglobal.com.au/fhir/CodeSystem/measurement-prompt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DateTaken" ] ;
fhir:display [ fhir:v "DateTaken" ]       ] ) ;
fhir:text [ fhir:v "DateTaken" ]     ] ;
fhir:value [
a fhir:dateTime ;
fhir:v "2020-10-10"^^xsd:date     ]
  ] ) . #