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

Generated Narrative: Practitioner

Resource Practitioner "example2"

Profile: AU Base Practitioner

name: Peter Winslow

Qualifications

-IdentifierCodeIssuer
*Ahpra Registration Number: MED0000932847General pathology (1220.0#253915 "Pathologist"): Ahpra
" ] ; # fhir:name ( [ fhir:family [ fhir:v "Winslow" ] ; fhir:given ( [ fhir:v "Peter" ] ) ; fhir:prefix ( [ fhir:v "Dr" ] ) ] ) ; # fhir:qualification ( [ fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "AHPRA" ] ; fhir:display [ fhir:v "Australian Health Practitioner Regulation Agency Registration Number" ] ] ) ; fhir:text [ fhir:v "Ahpra Registration Number" ] ] ; fhir:system [ fhir:v "http://hl7.org.au/id/ahpra-registration-number"^^xsd:anyURI ] ; fhir:value [ fhir:v "MED0000932847" ] ] ) ; fhir:code [ fhir:coding ( [ fhir:system [ fhir:v "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1220.0"^^xsd:anyURI ] ; fhir:code [ fhir:v "253915" ] ; fhir:display [ fhir:v "Pathologist" ] ] ) ; fhir:text [ fhir:v "General pathology" ] ] ; fhir:issuer [ fhir:display [ fhir:v "Ahpra" ] ] ] ) . # # -------------------------------------------------------------------------------------