@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Practitioner; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "hi-testdata-sinclair-zane"]; 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 \"hi-testdata-sinclair-zane\"

Profile: ADHA Core Practitioner

identifier: HPI-I: 8003611566708354

name: Zane Sinclair

telecom: zsin@gmail.com

address: 87 Western Esp Tindal RAAF NT 0853 AU

gender: male

birthDate: 1955-03-08

" ]; fhir:Practitioner.identifier [ fhir:index 0; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "NPI" ]; fhir:Coding.display [ fhir:value "National provider identifier" ] ]; fhir:CodeableConcept.text [ fhir:value "HPI-I" ] ]; fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/hpii/1.0" ]; fhir:Identifier.value [ fhir:value "8003611566708354" ] ]; fhir:Practitioner.name [ fhir:index 0; fhir:HumanName.family [ fhir:value "Sinclair" ]; fhir:HumanName.given [ fhir:value "Zane"; fhir:index 0 ]; fhir:HumanName.prefix [ fhir:value "Mr."; fhir:index 0 ] ]; fhir:Practitioner.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "zsin@gmail.com" ]; fhir:ContactPoint.use [ fhir:value "work" ] ]; fhir:Practitioner.address [ fhir:index 0; fhir:Address.line [ fhir:value "87 Western Esp"; fhir:index 0 ]; fhir:Address.city [ fhir:value "Tindal RAAF" ]; fhir:Address.state [ fhir:value "NT" ]; fhir:Address.postalCode [ fhir:value "0853" ]; fhir:Address.country [ fhir:value "AU" ] ]; fhir:Practitioner.gender [ fhir:value "male"]; fhir:Practitioner.birthDate [ fhir:value "1955-03-08"^^xsd:date] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------