@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- # Compliant with HI Test Data in Vendor Environment a fhir:Organization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "hi-testdata-dental"] ; # fhir:meta [ fhir:versionId [ fhir:v "v3" ] ; fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Organization hi-testdata-dental

version: v3

Profile: ADHA Core Organization

identifier: HPI-O/8003621566699776

type: Dental Practice

name: Test Org -DigitalHealth 5

telecom: info@testorg5.example.com, ph: (03) 5550 7290(Work)

address: 7A Henson Pl SALE VIC 3850 AU

" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NOI" ] ] ) ; 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 "8003621566699776" ] ] ) ; # 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 "8531" ] ; fhir:display [ fhir:v "Dental Services" ] ] ) ; fhir:text [ fhir:v "Dental Practice" ] ] ) ; # fhir:name [ fhir:v "Test Org -DigitalHealth 5"] ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "info@testorg5.example.com" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(03) 5550 7290" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address ( [ fhir:line ( [ fhir:v "7A Henson Pl" ] ) ; fhir:city [ fhir:v "SALE" ] ; fhir:state [ fhir:v "VIC" ] ; fhir:postalCode [ fhir:v "3850" ] ; fhir:country [ fhir:v "AU" ] ] ) . # # -------------------------------------------------------------------------------------