@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Practitioner; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "sarah-bondiali"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-practitioner-core-1"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: Practitioner

Resource Practitioner "sarah-bondiali"

Profile: ADHA Core Practitioner

identifier: Prescriber Number: 663221

name: Dr Sarah Bondiali

gender: female

" ]; fhir:Practitioner.identifier [ fhir:index 0; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "PRES" ]; fhir:Coding.display [ fhir:value "Prescriber Number" ] ]; fhir:CodeableConcept.text [ fhir:value "Prescriber Number" ] ]; fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/medicare-prescriber-number" ]; fhir:Identifier.value [ fhir:value "663221" ] ]; fhir:Practitioner.name [ fhir:index 0; fhir:HumanName.text [ fhir:value "Dr Sarah Bondiali" ]; fhir:HumanName.family [ fhir:value "Bondiali" ]; fhir:HumanName.given [ fhir:value "Sarah"; fhir:index 0 ]; fhir:HumanName.prefix [ fhir:value "Dr"; fhir:index 0 ] ]; fhir:Practitioner.gender [ fhir:value "female"] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------