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

: DownUnder Medical Center - 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:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "location-max-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-location"^^xsd:anyURI ;
fhir:link <https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-location>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location location-max-example</b></p><a name=\"location-max-example\"> </a><a name=\"hclocation-max-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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-alex-location.html\">Location Profile</a></p></div><p><b>PMS Version extension</b>: Medtech Artia v1.0</p><p><b>identifier</b>: HPI-O/8003621566684455, ACN/518247535, ABN/12345678901</p><p><b>name</b>: DownUnder Medical Center</p><p><b>type</b>: <span title=\"Codes:{http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0 8512-10}\">Orthopaedic service</span></p><p><b>telecom</b>: ph: 555-4321(Home), ph: 555-1234(Work), fax: 021-7890(Work)</p><p><b>address</b>: 3 McGregor Street darlinghurst test residence Sydney NSW 2000 Australia </p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/location-medtechpms-version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Medtech Artia v1.0"     ]
  ] ) ; # 
  fhir:identifier ( [
    ( fhir:extension [
fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/hpio-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/hpio-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "A" ] ;
fhir:display [ fhir:v "Active" ]       ]     ] ) ;
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NOI" ] ;
fhir:display [ fhir:v "National Organisation Identifier" ]       ] ) ;
fhir:text [ fhir:v "HPI-O" ]     ] ;
fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/hpio/1.0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "8003621566684455" ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XX" ]       ] ) ;
fhir:text [ fhir:v "ACN" ]     ] ;
fhir:system [ fhir:v "http://hl7.org.au/id/acn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "518247535" ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XX" ]       ] ) ;
fhir:text [ fhir:v "ABN" ]     ] ;
fhir:system [ fhir:v "http://hl7.org.au/id/abn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345678901" ]
  ] ) ; # 
  fhir:name [ fhir:v "DownUnder Medical Center"] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8512-10" ] ;
fhir:display [ fhir:v "Orthopaedic service" ]     ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "555-4321" ] ;
fhir:use [ fhir:v "home" ]
  ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "555-1234" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "021-7890" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address [
    ( fhir:line [ fhir:v "3 McGregor Street" ] [ fhir:v "darlinghurst" ] [ fhir:v "test residence" ] ) ;
fhir:city [ fhir:v "Sydney" ] ;
fhir:state [ fhir:v "NSW" ] ;
fhir:postalCode [ fhir:v "2000" ] ;
fhir:country [ fhir:v "Australia" ]
  ] . #