@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Organization ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "aaaaaia-insurer"] ; # 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 "aaaaaia-insurer"

Profile: AU Core Organization

identifier: ABN: 23964200000

type: Health Insurance (1292.0#6321)

name: AAAAAIA HI PTY LTD

telecom: ph: 1300 975 711(WORK)

" ] ; # fhir:identifier ( [ 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 "23964200000" ] ] ) ; # 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 "6321" ] ] ) ; fhir:text [ fhir:v "Health Insurance" ] ] ) ; # fhir:name [ fhir:v "AAAAAIA HI PTY LTD"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "1300 975 711" ] ; fhir:use [ fhir:v "work" ] ] ) . # # -------------------------------------------------------------------------------------