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

Profile: ADHA Core Practitioner

identifier: HPI-I: 8003614900041243, Prescriber Number: 553222

name: Greg Algrester

telecom: drgreg@algregstermedical.example.com

Qualifications

-ExtensionIdentifierCode
*AHPRA Registration Number: MED0002137826Medical Practitioner (DegreeLicenseCertificate AU#AUAHPRAProfession)
" ]; 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:index 1; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "PRES" ]; fhir:Coding.display [ fhir:value "Prescriber Number" ] ]; fhir:CodeableConcept.text [ fhir:value "Prescriber Number" ] ]; fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/medicare-prescriber-number" ]; fhir:Identifier.value [ fhir:value "553222" ] ]; fhir:Practitioner.name [ fhir:index 0; fhir:HumanName.family [ fhir:value "Algrester" ]; fhir:HumanName.given [ fhir:value "Greg"; fhir:index 0 ]; fhir:HumanName.prefix [ fhir:value "Dr."; fhir:index 0 ] ]; fhir:Practitioner.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "drgreg@algregstermedical.example.com" ] ]; fhir:Practitioner.qualification [ fhir:index 0; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/ahpraprofession-details" ]; fhir:Element.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "ahpraProfession" ]; fhir:Extension.valueCodeableConcept [ fhir:CodeableConcept.text [ fhir:value "Medical Practitioner" ] ] ] ]; fhir:Practitioner.qualification.identifier [ fhir:index 0; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "AHPRA" ]; fhir:Coding.display [ fhir:value "Australian Health Practitioner Regulation Agency Registration Number" ] ]; fhir:CodeableConcept.text [ fhir:value "AHPRA Registration Number" ] ]; fhir:Identifier.system [ fhir:value "http://hl7.org.au/id/ahpra-registration-number" ]; fhir:Identifier.value [ fhir:value "MED0002137826" ] ]; fhir:Practitioner.qualification.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0360" ]; fhir:Coding.code [ fhir:value "AUAHPRAProfession" ] ]; fhir:CodeableConcept.text [ fhir:value "Medical Practitioner" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------