Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: Private VIC Pathology - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "private-vic-path-lab"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h4>Private VIC Pathology (Private Victorian Laboratories)</h4>\n            <p>NATA Accreditation Number: 100302</p>\n            <p>ABN: 51824994455</p>\n            <p>(03) 5550 4724</p>\n            <p>41 Epsom court, FLEMINGTON, VIC, 3031</p>\n        </div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NATAA" ] ;
fhir:display [ fhir:v "NATA Accreditation Number" ]       ] ) ;
fhir:text [ fhir:v "NATA Accreditation Number" ]     ] ;
fhir:system [ fhir:v "http://hl7.org.au/id/nata-accreditation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "100302" ] # In Australia NATA numbers are an\n        incremental number that have been incremented to 5 digits, this example uses a fictional\n        NATA number from 100,000 + to ensure no conflict with real world values
  ] [
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 "51824994455" ] #  Not a valid ABN. This example uses a fictional\n        ABN that does not conform to ABN format to ensure no conflict with real world values 
  ] ) ; # 
  fhir:name [ fhir:v "Private VIC Pathology"] ; # 
  fhir:alias ( [ fhir:v "Private Victorian Laboratories"] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(03) 5550 4724" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "41 Epsom court" ] ) ;
fhir:city [ fhir:v "FLEMINGTON" ] ;
fhir:state [ fhir:v "VIC" ] ;
fhir:postalCode [ fhir:v "3031" ] ;
fhir:country [ fhir:v "AU" ]
  ] ) . #