@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Practitioner ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "cardy-igist"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Practitioner

Resource Practitioner "cardy-igist"

Profile: AU Core Practitioner

name: Igist Cardy

telecom: ph: (02) 5550 4444

" ] ; # fhir:name ( [ fhir:family [ fhir:v "Cardy" ] ; fhir:given ( [ fhir:v "Igist" ] ) ; fhir:prefix ( [ fhir:v "Dr." ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "(02) 5550 4444" ] ] ) . # # -------------------------------------------------------------------------------------