@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Organization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "adv-hearing-care"] ; # Example adapted from PACIO Speech Language Swallowing Cognitive Communication and Hearing (SPLASCH) Implementation Guide # Organization-Audiology-Advanced-Hearing-Care fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Organization

Resource Organization "adv-hearing-care"

Profile: AU Core Organization

identifier: HPI-O: 8003621566684455, ABN: 12345678901

active: true

name: Audiology Advanced Hearing Care

telecom: info@ahc.example.com

" ] ; # 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: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 "ABN" ] ] ; fhir:system [ fhir:v "http://hl7.org.au/id/abn"^^xsd:anyURI ] ; fhir:value [ fhir:v "12345678901" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name [ fhir:v "Audiology Advanced Hearing Care"] ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "info@ahc.example.com" ] ; fhir:use [ fhir:v "work" ] ] ) . # # -------------------------------------------------------------------------------------