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

identifier: PAI-O/8003640001000010

name: Medicare Australia repository services operator

partOf: Organization Services Australia

" ] ; # 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 "PAI-O" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/pcehr/paio/1.0"^^xsd:anyURI ] ; fhir:value [ fhir:v "8003640001000010" ] ] ) ; # fhir:name [ fhir:v "Medicare Australia repository services operator"] ; # fhir:partOf [ fhir:link ; fhir:reference [ fhir:v "Organization/servicesau" ] ] . # # -------------------------------------------------------------------------------------