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

Profile: ADHA Core Practitioner

identifier: HPI-I: 8003614900041243

name: Theodore GUTHRIDGE

address: 4 River Cct VICTORIA RIVER DOWNS NT 0852 AU

gender: male

birthDate: 1956-02-10

" ]; 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 "8003614900041243" ] ]; fhir:Practitioner.name [ fhir:index 0; fhir:HumanName.family [ fhir:value "GUTHRIDGE" ]; fhir:HumanName.given [ fhir:value "Theodore"; fhir:index 0 ] ]; fhir:Practitioner.address [ fhir:index 0; fhir:Address.line [ fhir:value "4 River Cct"; fhir:index 0 ]; fhir:Address.city [ fhir:value "VICTORIA RIVER DOWNS" ]; fhir:Address.state [ fhir:value "NT" ]; fhir:Address.postalCode [ fhir:value "0852" ]; fhir:Address.country [ fhir:value "AU" ] ]; fhir:Practitioner.gender [ fhir:value "male"]; fhir:Practitioner.birthDate [ fhir:value "1956-02-10"^^xsd:date] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------