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

Profile: ADHA Core Practitioner

identifier: HPI-I: 8003618233375111

name: Russ BARTON

address: 47 Zorro Pl MAIN BEACH QLD 4217 AU

gender: male

birthDate: 1961-12-15

" ]; 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 "8003618233375111" ] ]; fhir:Practitioner.name [ fhir:index 0; fhir:HumanName.family [ fhir:value "BARTON" ]; fhir:HumanName.given [ fhir:value "Russ"; fhir:index 0 ] ]; fhir:Practitioner.address [ fhir:index 0; fhir:Address.line [ fhir:value "47 Zorro Pl"; fhir:index 0 ]; fhir:Address.city [ fhir:value "MAIN BEACH" ]; fhir:Address.state [ fhir:value "QLD" ]; fhir:Address.postalCode [ fhir:value "4217" ]; fhir:Address.country [ fhir:value "AU" ] ]; fhir:Practitioner.gender [ fhir:value "male"]; fhir:Practitioner.birthDate [ fhir:value "1961-12-15"^^xsd:date] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------