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

Profile: AU Core Practitioner

identifier: Employee number/567845B-1

name: Bob Bobrester

telecom: drbob@bobrestermedical.example.com

" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "EI" ] ] ) ; fhir:text [ fhir:v "Employee number" ] ] ; fhir:system [ fhir:v "http://bobrestermedical.example.com/id/employee-id"^^xsd:anyURI ] ; fhir:value [ fhir:v "567845B-1" ] ; fhir:assigner [ fhir:display [ fhir:v "Bobrester Medical Center" ] ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Bobrester" ] ; fhir:given ( [ fhir:v "Bob" ] ) ; fhir:prefix ( [ fhir:v "Dr." ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "drbob@bobrestermedical.example.com" ] ] ) . # # -------------------------------------------------------------------------------------