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

Profile: ADHA Core Practitioner

identifier: HPI-I: 8003619900041630

name: Gertie KEATON (OFFICIAL)

address: 98 Gateway Rvr NEWSTEAD QLD 4006 AU (WORK)

gender: female

birthDate: 1963-06-03

communication: Wergaia (Tags for the Identification of Languages#weg)

" ]; 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 "8003619900041630" ] ]; fhir:Practitioner.name [ fhir:index 0; fhir:HumanName.use [ fhir:value "official" ]; fhir:HumanName.family [ fhir:value "KEATON" ]; fhir:HumanName.given [ fhir:value "Gertie"; fhir:index 0 ] ]; fhir:Practitioner.address [ fhir:index 0; fhir:Address.use [ fhir:value "work" ]; fhir:Address.line [ fhir:value "98 Gateway Rvr"; fhir:index 0 ]; fhir:Address.city [ fhir:value "NEWSTEAD" ]; fhir:Address.state [ fhir:value "QLD" ]; fhir:Address.postalCode [ fhir:value "4006" ]; fhir:Address.country [ fhir:value "AU" ] ]; fhir:Practitioner.gender [ fhir:value "female"]; fhir:Practitioner.birthDate [ fhir:value "1963-06-03"^^xsd:date]; fhir:Practitioner.communication [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ]; fhir:Coding.code [ fhir:value "weg" ]; fhir:Coding.display [ fhir:value "Wergaia" ] ]; fhir:CodeableConcept.text [ fhir:value "Wergaia" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------